Skip to content

Commit 411833c

Browse files
committed
chore: release 0.1.0
1 parent 383ec3f commit 411833c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/shovel-kun/react-native-seekbar/compare/v0.0.3...v0.1.0) (2025-04-13)
4+
5+
### ✨ Features
6+
7+
* drop commonjs support ([383ec3f](https://github.com/shovel-kun/react-native-seekbar/commit/383ec3f267650d3b8f2518585d5d6e5e376f6e70))
8+
* ios seekbar ([b80f91c](https://github.com/shovel-kun/react-native-seekbar/commit/b80f91c62aba0aae7372aeafb66dfe1eaba4bbd4))
9+
10+
### 🐛 Bug Fixes
11+
12+
* Android example namespace ([5fdfc6b](https://github.com/shovel-kun/react-native-seekbar/commit/5fdfc6b53ddc2005235351b7561b8f673ba9bfea))
13+
* example app start up ([bb49677](https://github.com/shovel-kun/react-native-seekbar/commit/bb4967751e956cb52de2379c01ba5ab62ad589fd))
14+
15+
### 📚 Documentation
16+
17+
* add credits to iOS and Android components ([61b24b3](https://github.com/shovel-kun/react-native-seekbar/commit/61b24b3264ad14e231c201b227576bc2785362d4))
18+
* require RN 0.78+ ([640efed](https://github.com/shovel-kun/react-native-seekbar/commit/640efed970a90e00205ded2d81ce729f6732af63))
19+
320
## [0.0.3](https://github.com/shovel-kun/react-native-seekbar/compare/v0.0.2...v0.0.3) (2025-03-12)
421

522
## 0.0.2 (2025-03-12)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-seekbar",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"description": "Nitro module package",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)