Skip to content

Commit 1128dc8

Browse files
committed
chore: release v4.6.0
1 parent b1a233e commit 1128dc8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2+
3+
# [4.6.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.5.1...v4.6.0) (2024-01-03)
4+
5+
6+
### Bug Fixes
7+
8+
* prevent updating backdrop state when unmounting ([#1657](https://github.com/gorhom/react-native-bottom-sheet/issues/1657))(by [@christophby](https://github.com/christophby)) ([8addf04](https://github.com/gorhom/react-native-bottom-sheet/commit/8addf04c29351d6c37300c1897ee4ba41e9f448d))
9+
10+
11+
### Features
12+
13+
* added accessibility overrides support ([#1288](https://github.com/gorhom/react-native-bottom-sheet/issues/1288))(by @Mahmoud-SK) ([2dea730](https://github.com/gorhom/react-native-bottom-sheet/commit/2dea7301302ea149267a957921b692266fea08b7))
14+
115
## Changelog
216

317
### [v4.5.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.5.0...v4.5.1) -

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.5.1",
3+
"version": "4.6.0",
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)