Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Aug 23, 2020
1 parent 9bc30e9 commit e359b13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v1.2.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.1...v1.2.0)

> 23 August 2020
- chore: improve content/scrollable panning handling [`#23`](https://github.com/gorhom/react-native-bottom-sheet/pull/23)
- chore: updated scrollable scrollToTop event to handle empty list use case [`#22`](https://github.com/gorhom/react-native-bottom-sheet/pull/22)
- feat: added Reanimated v2 compatibility (#15 by @sa8ab) [`#24`](https://github.com/gorhom/react-native-bottom-sheet/pull/24)
- feat: added expo compatibility support [`2c3d545`](https://github.com/gorhom/react-native-bottom-sheet/commit/2c3d545a10e6125fb66829a6784069b1b62f6798)
- docs: updated readme file to include Reanimated v2 & expo compatibilities [`9bc30e9`](https://github.com/gorhom/react-native-bottom-sheet/commit/9bc30e96ef1cec80703e0e98b58602bdc185f7ff)
- chore: reset currentGesture after transition finishes [`e7b6646`](https://github.com/gorhom/react-native-bottom-sheet/commit/e7b6646b50f5ed00b62388723e6d965006ecfc4a)

#### [v1.1.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.0...v1.1.1)

> 13 August 2020
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": "1.1.1",
"version": "1.2.0",
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit e359b13

Please sign in to comment.