Skip to content

Commit 71fe17d

Browse files
committed
chore: release v2.0.0-alpha.1
1 parent f9f4ea1 commit 71fe17d

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,51 @@ 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)
7+
#### [v2.0.0-alpha.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.0-alpha.0...v2.0.0-alpha.1)
8+
9+
> 19 November 2020
10+
11+
- chore: updated reanimated to v2 alpha9 [`#69`](https://github.com/gorhom/react-native-bottom-sheet/pull/69)
12+
- chore: added close state into animated position [`#39`](https://github.com/gorhom/react-native-bottom-sheet/pull/39)
13+
- chore: updated dependencies [`4af6851`](https://github.com/gorhom/react-native-bottom-sheet/commit/4af6851c3dd703629818e93446598a8278055021)
14+
- chore: remove unused debugs logs on example [`4de6c8d`](https://github.com/gorhom/react-native-bottom-sheet/commit/4de6c8d892461bf7fbe35853a30ffb1170eccd96)
15+
16+
#### [v2.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.0)
817

918
> 20 September 2020
1019
1120
- refactor: rewrite code base to use reanimated v2 [`6f36e9c`](https://github.com/gorhom/react-native-bottom-sheet/commit/6f36e9ceb117d2582ab6158399a1e83277adbdd4)
1221
- chore: updated react-native to 63.2 [`0f09886`](https://github.com/gorhom/react-native-bottom-sheet/commit/0f0988657fab75cb05cb69485e2357b433c47488)
1322
- WIP [`e998ca3`](https://github.com/gorhom/react-native-bottom-sheet/commit/e998ca352a49405e3e67a06d9a32fc7aa8c876de)
1423

24+
#### [v1.4.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.0...v1.4.1)
25+
26+
> 2 October 2020
27+
28+
- chore: updated dependencies [`f8c9a9b`](https://github.com/gorhom/react-native-bottom-sheet/commit/f8c9a9b389bb21c18efa593c885337c92dff3810)
29+
- fix: add reanimated 2 compatibility to bottom sheet modal [`2d47007`](https://github.com/gorhom/react-native-bottom-sheet/commit/2d47007df64ecd0c83035136b5b882eff6d53619)
30+
- chore: updated auto-changelog config [`0cd0db0`](https://github.com/gorhom/react-native-bottom-sheet/commit/0cd0db094e224e945e7e7b6551f8eb806cff63da)
31+
32+
#### [v1.4.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.1...v1.4.0)
33+
34+
> 30 September 2020
35+
36+
- feat: introduce bottom sheet modal 🔥 [`#37`](https://github.com/gorhom/react-native-bottom-sheet/pull/37)
37+
38+
#### [v1.3.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.0...v1.3.1)
39+
40+
> 26 September 2020
41+
42+
- fix: updated decelerationRate per platform [`#36`](https://github.com/gorhom/react-native-bottom-sheet/pull/36)
43+
44+
#### [v1.3.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.2...v1.3.0)
45+
46+
> 24 September 2020
47+
48+
- feat: added enabled prop [`#35`](https://github.com/gorhom/react-native-bottom-sheet/pull/35)
49+
- docs: added reference to version 2 branch [`fea90a9`](https://github.com/gorhom/react-native-bottom-sheet/commit/fea90a977626e6afc9447c6b68d2f9926c1f239d)
50+
- chore: clean up code [`8e62141`](https://github.com/gorhom/react-native-bottom-sheet/commit/8e62141fdb96a2b3e2532d16911f6e6e6cc3ccc3)
51+
1552
#### [v1.2.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.1...v1.2.2)
1653

1754
> 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": "2.0.0-alpha.0",
3+
"version": "2.0.0-alpha.1",
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)