From 946197ea8a82d3713d3dabca81edd277a38fcaac Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Thu, 3 Jun 2021 23:35:55 +0100 Subject: [PATCH] chore: release v4.0.0-alpha.9 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f018bbfdc..9c5929a77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -## [v4.0.0-alpha.8](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) +## [v4.0.0-alpha.9](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) + +#### Features + +- feat: added keyboard input mode for android ([069c4b6](https://github.com/gorhom/react-native-bottom-sheet/commit/069c4b6742630dc5fa7d4763a5c4dc6bfec439cc)). + +#### Improvements + +- chore: export useBottomSheetInternal, added animatedPosition and animatedIndex to useBottomSheet ([fb3df59](https://github.com/gorhom/react-native-bottom-sheet/commit/fb3df595c0bf5bcc63ca29e8e2609929de63e595)). + +## [v4.0.0-alpha.8](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) - 2021-06-02 #### Improvements diff --git a/package.json b/package.json index a183bfc92..b39b52300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "4.0.0-alpha.8", + "version": "4.0.0-alpha.9", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",