Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from drac94/bugfix/missing-dist-files
Browse files Browse the repository at this point in the history
Add missing dist files
  • Loading branch information
drac94 authored May 6, 2021
2 parents e1b0f8b + c6f0379 commit 276f8a2
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 31 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ const App = () => {

## Changelog

### 1.2.1

- Add missing dist files

### 1.2.0

- Add `inputClassName` and `containerClassName` props.
Expand Down
65 changes: 36 additions & 29 deletions dist/index.modern.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.modern.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-auth-code-input",
"version": "1.1.0",
"version": "1.2.1",
"description": "A React Component for inputting Auth Codes inspired in Apple Two-Factor Authentication UI. It allows deleting using the backspace and pasting as well",
"author": "drac94",
"license": "MIT",
Expand Down

0 comments on commit 276f8a2

Please sign in to comment.