Skip to content

Commit d8d34fa

Browse files
committed
chore: release v5.0.0-alpha.11
1 parent 866b4ee commit d8d34fa

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+
# [5.0.0-alpha.11](https://github.com/gorhom/react-native-bottom-sheet/compare/v5.0.0-alpha.10...v5.0.0-alpha.11) (2024-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **1887:** updated the keyboard handling for Android with keyboard input mode resize ([08db4ab](https://github.com/gorhom/react-native-bottom-sheet/commit/08db4ab4b0058955e9ee2d55f87da8fefb5390ad))
9+
* replace getRefNativeTag with findNodeHandle ([#1823](https://github.com/gorhom/react-native-bottom-sheet/issues/1823))(by @AndreiCalazans) ([866b4ee](https://github.com/gorhom/react-native-bottom-sheet/commit/866b4ee570fc345d59053561c26af67144e8fd6f))
10+
311
# [5.0.0-alpha.10](https://github.com/gorhom/react-native-bottom-sheet/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2024-05-19)
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": "5.0.0-alpha.10",
3+
"version": "5.0.0-alpha.11",
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)