From d8d34fa933373b8ae4a235850608d9f929043459 Mon Sep 17 00:00:00 2001 From: gorhom Date: Mon, 29 Jul 2024 08:34:29 +0200 Subject: [PATCH] chore: release v5.0.0-alpha.11 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c3c0289..973d7531b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +# [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) + + +### Bug Fixes + +* **1887:** updated the keyboard handling for Android with keyboard input mode resize ([08db4ab](https://github.com/gorhom/react-native-bottom-sheet/commit/08db4ab4b0058955e9ee2d55f87da8fefb5390ad)) +* 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)) + # [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) diff --git a/package.json b/package.json index 52e9f6a86..16d26a661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "5.0.0-alpha.10", + "version": "5.0.0-alpha.11", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",