Skip to content

Commit 323cc4d

Browse files
committed
chore: release v1.3.0
1 parent 8e62141 commit 323cc4d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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.3.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.0-alpha.0...v1.3.0)
8+
9+
> 24 September 2020
10+
11+
- feat: added enabled prop [`#35`](https://github.com/gorhom/react-native-bottom-sheet/pull/35)
12+
- chore: improve unstable manualSnapToPoint variable [`#30`](https://github.com/gorhom/react-native-bottom-sheet/pull/30)
13+
- fix: updated drop gesture if-conditions [`#28`](https://github.com/gorhom/react-native-bottom-sheet/pull/28)
14+
- docs: added reference to version 2 branch [`fea90a9`](https://github.com/gorhom/react-native-bottom-sheet/commit/fea90a977626e6afc9447c6b68d2f9926c1f239d)
15+
- chore: clean up code [`8e62141`](https://github.com/gorhom/react-native-bottom-sheet/commit/8e62141fdb96a2b3e2532d16911f6e6e6cc3ccc3)
16+
17+
#### [v2.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.2...v2.0.0-alpha.0)
18+
19+
> 20 September 2020
20+
21+
- refactor: rewrite code base to use reanimated v2 [`6f36e9c`](https://github.com/gorhom/react-native-bottom-sheet/commit/6f36e9ceb117d2582ab6158399a1e83277adbdd4)
22+
- chore: updated react-native to 63.2 [`0f09886`](https://github.com/gorhom/react-native-bottom-sheet/commit/0f0988657fab75cb05cb69485e2357b433c47488)
23+
- WIP [`e998ca3`](https://github.com/gorhom/react-native-bottom-sheet/commit/e998ca352a49405e3e67a06d9a32fc7aa8c876de)
24+
725
#### [v1.2.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.1...v1.2.2)
826

927
> 15 September 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.2",
3+
"version": "1.3.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)