From 2c3be64ec61860888336dfff55428ebd1dfa0437 Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Mon, 7 Dec 2020 23:15:46 +0100 Subject: [PATCH] chore: release v2.0.0-alpha.4 --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0fc57..c911794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2.0.0-alpha.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.3) +## [v2.0.0-alpha.4](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.4) ### Merged +- chore: updated handling container height for modals [`#102`](https://github.com/gorhom/react-native-bottom-sheet/pull/102) +- chore: did major refactor and code cleanup [`#101`](https://github.com/gorhom/react-native-bottom-sheet/pull/101) +- chore: updated dependencies [`#100`](https://github.com/gorhom/react-native-bottom-sheet/pull/100) - fix: fixed animatedIndex interpolate node to handle one snap point [`#92`](https://github.com/gorhom/react-native-bottom-sheet/pull/92) - feat: added onAnimate callback [`#91`](https://github.com/gorhom/react-native-bottom-sheet/pull/91) - chore: updated props naming [`#89`](https://github.com/gorhom/react-native-bottom-sheet/pull/89) @@ -21,9 +24,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits +- chore: remove debugging logs [`9a6a342`](https://github.com/gorhom/react-native-bottom-sheet/commit/9a6a3420e71d132db6c186f5e926a881b08d9740) - docs: updated readme file [`185f7a6`](https://github.com/gorhom/react-native-bottom-sheet/commit/185f7a67a90d04e2ee838941706ee20307541a8d) - chore: updated default background & handle styling [`783642b`](https://github.com/gorhom/react-native-bottom-sheet/commit/783642ba56dd33eed75d9d312f0f45265f4b70df) -- docs: updated readme file [`0bc1a47`](https://github.com/gorhom/react-native-bottom-sheet/commit/0bc1a479514f2d399414d18f5202c82333bba3ca) ## [v1.4.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.0...v1.4.1) - 2020-10-02 diff --git a/package.json b/package.json index ff3ea00..2efd2db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "2.0.0-alpha.3", + "version": "2.0.0-alpha.4", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",