Skip to content

Commit 626224f

Browse files
committed
chore: release v2.0.0-alpha.7
1 parent d73f780 commit 626224f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v2.0.0-alpha.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.6)
10+
## [v2.0.0-alpha.7](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.7)
1111

1212
### Merged
1313

14+
- chore: updated @gorhom/portal [`#114`](https://github.com/gorhom/react-native-bottom-sheet/pull/114)
15+
- fix: dynamic snap points on modals [`#113`](https://github.com/gorhom/react-native-bottom-sheet/pull/113)
1416
- feat: added default backdrop [`#109`](https://github.com/gorhom/react-native-bottom-sheet/pull/109)
1517
- chore: refactored modal to become a declarative component [`#108`](https://github.com/gorhom/react-native-bottom-sheet/pull/108)
1618
- chore: updated handling container height for modals [`#102`](https://github.com/gorhom/react-native-bottom-sheet/pull/102)
@@ -27,8 +29,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2729
### Commits
2830

2931
- chore: remove debugging logs [`9a6a342`](https://github.com/gorhom/react-native-bottom-sheet/commit/9a6a3420e71d132db6c186f5e926a881b08d9740)
30-
- chore: updated @gorhom/portal [`509f696`](https://github.com/gorhom/react-native-bottom-sheet/commit/509f696e4290514730fea0391da469fa852a2b43)
3132
- docs: updated readme file [`185f7a6`](https://github.com/gorhom/react-native-bottom-sheet/commit/185f7a67a90d04e2ee838941706ee20307541a8d)
33+
- fix: initial snap points when it is 100% (#105) [`b6b972a`](https://github.com/gorhom/react-native-bottom-sheet/commit/b6b972a3c49d1cedc2ba4087f0a96c4083fe6ac1)
3234

3335
## [v1.4.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.0...v1.4.1) - 2020-10-02
3436

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/bottom-sheet",
3-
"version": "2.0.0-alpha.6",
3+
"version": "2.0.0-alpha.7",
44
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)