Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Nov 30, 2020
1 parent 9ab44a3 commit d5d2af1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.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",
Expand Down

0 comments on commit d5d2af1

Please sign in to comment.