chore: release v2.0.0-alpha.4

This commit is contained in:
Mo Gorhom
2020-12-07 23:15:46 +01:00
parent 9a6a3420e7
commit 2c3be64ec6
2 changed files with 6 additions and 3 deletions

View File

@@ -7,10 +7,13 @@ 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.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.3)
## [v2.0.0-alpha.4](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.4)
### Merged
- 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)
- fix: fixed animatedIndex interpolate node to handle one snap point [`#92`](https://github.com/gorhom/react-native-bottom-sheet/pull/92)
- feat: added onAnimate callback [`#91`](https://github.com/gorhom/react-native-bottom-sheet/pull/91)
- chore: updated props naming [`#89`](https://github.com/gorhom/react-native-bottom-sheet/pull/89)
@@ -21,9 +24,9 @@ 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)
- 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)
- docs: updated readme file [`0bc1a47`](https://github.com/gorhom/react-native-bottom-sheet/commit/0bc1a479514f2d399414d18f5202c82333bba3ca)
## [v1.4.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.0...v1.4.1) - 2020-10-02

View File

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