Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Dec 13, 2020
1 parent 509f696 commit 6840a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6840a47

Please sign in to comment.