Skip to content

Commit 9034ae8

Browse files
committed
chore: release v4.6.2
1 parent 6cfc99f commit 9034ae8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

22

3+
## [4.6.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.6.1...v4.6.2) (2024-05-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **BottomSheetContainer:** cannot add new property 'value' ([#1808](https://github.com/gorhom/react-native-bottom-sheet/issues/1808))(by @MoritzCooks) ([e294d1c](https://github.com/gorhom/react-native-bottom-sheet/commit/e294d1ca59ff14f8b990cc52389151c131a95510))
9+
* use function instead of component for BottomSheetModal ([#1750](https://github.com/gorhom/react-native-bottom-sheet/issues/1750))(by @Kerumen) ([6cfc99f](https://github.com/gorhom/react-native-bottom-sheet/commit/6cfc99ffa89339364b206b942486a7995d7ed8ab))
10+
311
## [4.6.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.6.0...v4.6.1) (2024-02-18)
412

513

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": "4.6.1",
3+
"version": "4.6.2",
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)