Skip to content

Commit 330c286

Browse files
committed
chore: release v5.0.0-alpha.9
1 parent 2784fa1 commit 330c286

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
# [5.0.0-alpha.9](https://github.com/gorhom/react-native-bottom-sheet/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2024-02-27)
4+
5+
6+
### Reverts
7+
8+
* updated animate method parameter default value ([#1757](https://github.com/gorhom/react-native-bottom-sheet/issues/1757))(by [@jeongshin](https://github.com/jeongshin)) ([2784fa1](https://github.com/gorhom/react-native-bottom-sheet/commit/2784fa1415d461fd761f2bf29610bcbae1e0f8bb))
9+
310
# [5.0.0-alpha.8](https://github.com/gorhom/react-native-bottom-sheet/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2024-02-26)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/bottom-sheet",
3-
"version": "5.0.0-alpha.8",
3+
"version": "5.0.0-alpha.9",
44
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)