Skip to content

Commit 4b2a739

Browse files
committed
chore: release v4.6.3
1 parent ab1cce2 commit 4b2a739

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+
## [4.6.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.6.2...v4.6.3) (2024-05-19)
4+
5+
6+
### Bug Fixes
7+
8+
* bottom sheet not appearing for users that have reduced motion turned on ([#1743](https://github.com/gorhom/react-native-bottom-sheet/issues/1743))(by [@fobos531](https://github.com/fobos531)) ([ab1cce2](https://github.com/gorhom/react-native-bottom-sheet/commit/ab1cce20389d3a678ff108d6e175128e272fa7c2))
9+
310
## [4.6.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.6.1...v4.6.2) (2024-05-19)
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": "4.6.2",
3+
"version": "4.6.3",
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)