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

Commit c6f0379

Browse files
committed
add missing dist files
1 parent b4760a8 commit c6f0379

File tree

4 files changed

+42
-31
lines changed

4 files changed

+42
-31
lines changed

README.md

+4
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

+36-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.modern.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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)