From 6840a4769a1a42a44697359e5046e7a101195efa Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Sun, 13 Dec 2020 18:52:40 +0100 Subject: [PATCH] chore: release v2.0.0-alpha.5 --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9117940..4b0a0d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,12 @@ 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.4](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.4) +## [v2.0.0-alpha.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.5) ### Merged +- feat: added default backdrop [`#109`](https://github.com/gorhom/react-native-bottom-sheet/pull/109) +- chore: refactored modal to become a declarative component [`#108`](https://github.com/gorhom/react-native-bottom-sheet/pull/108) - 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) @@ -25,8 +27,8 @@ 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) +- chore: updated @gorhom/portal [`509f696`](https://github.com/gorhom/react-native-bottom-sheet/commit/509f696e4290514730fea0391da469fa852a2b43) - 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) ## [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 407d7d87..f6eeb155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "2.0.0-alpha.4", + "version": "2.0.0-alpha.5", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",