Skip to content

Commit

Permalink
chore: release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Jan 13, 2025
1 parent 77e0a7f commit 7056d2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@


## 0.4.0 (2025-01-13)

* chore: improve docs examples ([77e0a7f](https://github.com/yjose/input-otp-native/commit/77e0a7f))
* feat: add docs ([ad9a5d0](https://github.com/yjose/input-otp-native/commit/ad9a5d0))
* feat: add example ([0ddfae5](https://github.com/yjose/input-otp-native/commit/0ddfae5))
* feat: add more nativewind examples ([2682334](https://github.com/yjose/input-otp-native/commit/2682334))
* feat: add onComplete demo ([7ab4c56](https://github.com/yjose/input-otp-native/commit/7ab4c56))
* feat: add ref calls function for the otp input ([534b556](https://github.com/yjose/input-otp-native/commit/534b556))
* feat(example): add example actions ([d7f32f3](https://github.com/yjose/input-otp-native/commit/d7f32f3))
* fix: fix utils import ([9fcd76b](https://github.com/yjose/input-otp-native/commit/9fcd76b))

## 0.3.0 (2024-12-23)

* feat: add missed test to input ([8af17e8](https://github.com/yjose/input-otp-native/commit/8af17e8))
Expand Down
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.3.0",
"version": "0.4.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 7056d2b

Please sign in to comment.