Skip to content

Commit bb3e7f6

Browse files
committed
chore: release v4.6.4
1 parent b906f5e commit bb3e7f6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

22

3+
## [4.6.4](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.6.3...v4.6.4) (2024-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing rest props to backdrop component ([#1895](https://github.com/gorhom/react-native-bottom-sheet/issues/1895))(by [@hraschan](https://github.com/hraschan)) ([6b99810](https://github.com/gorhom/react-native-bottom-sheet/commit/6b99810cb9f3a9b11159c27737ef7e4355b105b3))
9+
* assigning to read-only property 'reduceMotion' ([#1848](https://github.com/gorhom/react-native-bottom-sheet/issues/1848))(by [@pafry7](https://github.com/pafry7)) ([efd4e92](https://github.com/gorhom/react-native-bottom-sheet/commit/efd4e92b647825aeaf5ca983e43d1a21d620ecfe)), closes [/github.com/software-mansion/react-native-reanimated/issues/5430#issuecomment-1831453991](https://github.com//github.com/software-mansion/react-native-reanimated/issues/5430/issues/issuecomment-1831453991)
10+
* replace getRefNativeTag with findNodeHandle ([#1823](https://github.com/gorhom/react-native-bottom-sheet/issues/1823))(by @AndreiCalazans) ([b906f5e](https://github.com/gorhom/react-native-bottom-sheet/commit/b906f5e67afdb823b7c31a9a929e757fc35222a2))
11+
312
## [4.6.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.6.2...v4.6.3) (2024-05-19)
413

514

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