Skip to content

Commit dbb1df6

Browse files
committed
chore: release v2.0.0-alpha.0
1 parent 9b1e927 commit dbb1df6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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+
#### [v2.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.2...v2.0.0-alpha.0)
8+
9+
> 20 September 2020
10+
11+
- refactor: rewrite code base to use reanimated v2 [`6f36e9c`](https://github.com/gorhom/react-native-bottom-sheet/commit/6f36e9ceb117d2582ab6158399a1e83277adbdd4)
12+
- chore: updated react-native to 63.2 [`0f09886`](https://github.com/gorhom/react-native-bottom-sheet/commit/0f0988657fab75cb05cb69485e2357b433c47488)
13+
- WIP [`e998ca3`](https://github.com/gorhom/react-native-bottom-sheet/commit/e998ca352a49405e3e67a06d9a32fc7aa8c876de)
14+
15+
#### [v1.2.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.1...v1.2.2)
16+
17+
> 15 September 2020
18+
19+
- chore: improve unstable manualSnapToPoint variable [`#30`](https://github.com/gorhom/react-native-bottom-sheet/pull/30)
20+
21+
#### [v1.2.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.0...v1.2.1)
22+
23+
> 10 September 2020
24+
25+
- fix: updated drop gesture if-conditions [`#28`](https://github.com/gorhom/react-native-bottom-sheet/pull/28)
26+
727
#### [v1.2.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.1...v1.2.0)
828

929
> 23 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.2.0",
3+
"version": "2.0.0-alpha.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)