chore: release v2.0.0-alpha.2

This commit is contained in:
Mo Gorhom
2020-11-30 23:29:11 +01:00
parent 9ab44a3210
commit d5d2af1820
2 changed files with 18 additions and 2 deletions

View File

@@ -7,7 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [v1.4.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.0...v1.4.1)
## [v2.0.0-alpha.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.2)
### Merged
- chore: updated props naming [`#89`](https://github.com/gorhom/react-native-bottom-sheet/pull/89)
- feat: allow control panning gestures [`#88`](https://github.com/gorhom/react-native-bottom-sheet/pull/88)
- feat: allow dynamic snap points [`#81`](https://github.com/gorhom/react-native-bottom-sheet/pull/81)
- feat: added animateOnMount prop [`#78`](https://github.com/gorhom/react-native-bottom-sheet/pull/78)
- chore: added useReactiveValue/s [`#65`](https://github.com/gorhom/react-native-bottom-sheet/pull/65)
### Commits
- docs: updated readme file [`185f7a6`](https://github.com/gorhom/react-native-bottom-sheet/commit/185f7a67a90d04e2ee838941706ee20307541a8d)
- docs: updated readme file [`0bc1a47`](https://github.com/gorhom/react-native-bottom-sheet/commit/0bc1a479514f2d399414d18f5202c82333bba3ca)
- chore: adjust v1 to v2 release [`9ab44a3`](https://github.com/gorhom/react-native-bottom-sheet/commit/9ab44a3210034c9bf01f3c5fa3b691b0118f1258)
## [v1.4.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.0...v1.4.1) - 2020-10-02
### Commits

View File

@@ -1,6 +1,6 @@
{
"name": "@gorhom/bottom-sheet",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
"main": "lib/commonjs/index",
"module": "lib/module/index",