Skip to content

Commit e359b13

Browse files
committed
chore: release v1.2.0
1 parent 9bc30e9 commit e359b13

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

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

920
> 13 August 2020

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": "1.1.1",
3+
"version": "1.2.0",
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)