Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Dec 21, 2024
1 parent c9cf2c8 commit 0346e73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@


## 0.2.0 (2024-12-21)

* chore: initial commit ([25c730c](https://github.com/yjose/input-otp-native/commit/25c730c))
* chore: update commitlint and related dependencies to latest versions ([c9cf2c8](https://github.com/yjose/input-otp-native/commit/c9cf2c8))
* chore: update package description and README ([0f735f9](https://github.com/yjose/input-otp-native/commit/0f735f9))
* fix: fix release-it issue + clean up package.json ([3eaf452](https://github.com/yjose/input-otp-native/commit/3eaf452))
* feat: 👋 initial commit ([3f8e495](https://github.com/yjose/input-otp-native/commit/3f8e495))
* feat: add react-native-reanimated for animated caret in OTP input example ([69c116d](https://github.com/yjose/input-otp-native/commit/69c116d))
* feat: add test to use-input hook ([be9fd2f](https://github.com/yjose/input-otp-native/commit/be9fd2f))
* feat: babel preset for testing ([1d4045b](https://github.com/yjose/input-otp-native/commit/1d4045b))
* feat: create a strip otp example ([996fa22](https://github.com/yjose/input-otp-native/commit/996fa22))
* feat: enhance useInput hook to support paste transformation functionality ([145becb](https://github.com/yjose/input-otp-native/commit/145becb))
* feat: setup testing library ([f51693d](https://github.com/yjose/input-otp-native/commit/f51693d))
* refactor: simplify OTP input handling by introducing useInput hook to manage stats and refs ([e90f74e](https://github.com/yjose/input-otp-native/commit/e90f74e))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "input-otp-native",
"version": "0.1.0",
"version": "0.2.0",
"description": "One time passcode Input For React Native/Expo. Unstyled and fully customizable.",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit 0346e73

Please sign in to comment.