Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Dec 14, 2020
1 parent d73f780 commit 626224f
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.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.6)
## [v2.0.0-alpha.7](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.7)

### Merged

- chore: updated @gorhom/portal [`#114`](https://github.com/gorhom/react-native-bottom-sheet/pull/114)
- fix: dynamic snap points on modals [`#113`](https://github.com/gorhom/react-native-bottom-sheet/pull/113)
- 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)
Expand All @@ -27,8 +29,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)
- fix: initial snap points when it is 100% (#105) [`b6b972a`](https://github.com/gorhom/react-native-bottom-sheet/commit/b6b972a3c49d1cedc2ba4087f0a96c4083fe6ac1)

## [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.6",
"version": "2.0.0-alpha.7",
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 626224f

Please sign in to comment.