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

Commit 276f8a2

Browse files
authored
Merge pull request #8 from drac94/bugfix/missing-dist-files
Add missing dist files
2 parents e1b0f8b + c6f0379 commit 276f8a2

4 files changed

Lines changed: 42 additions & 31 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ const App = () => {
5858

5959
## Changelog
6060

61+
### 1.2.1
62+
63+
- Add missing dist files
64+
6165
### 1.2.0
6266

6367
- Add `inputClassName` and `containerClassName` props.

dist/index.modern.js

Lines changed: 36 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.modern.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-auth-code-input",
3-
"version": "1.1.0",
3+
"version": "1.2.1",
44
"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",
55
"author": "drac94",
66
"license": "MIT",

0 commit comments

Comments
 (0)