Skip to content

Commit a984bcb

Browse files
committed
chore: release v2.0.0-alpha.3
1 parent 963609d commit a984bcb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10-
## [v2.0.0-alpha.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.2)
10+
## [v2.0.0-alpha.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.3)
1111

1212
### Merged
1313

14+
- fix: fixed animatedIndex interpolate node to handle one snap point [`#92`](https://github.com/gorhom/react-native-bottom-sheet/pull/92)
15+
- feat: added onAnimate callback [`#91`](https://github.com/gorhom/react-native-bottom-sheet/pull/91)
1416
- chore: updated props naming [`#89`](https://github.com/gorhom/react-native-bottom-sheet/pull/89)
1517
- feat: allow control panning gestures [`#88`](https://github.com/gorhom/react-native-bottom-sheet/pull/88)
1618
- feat: allow dynamic snap points [`#81`](https://github.com/gorhom/react-native-bottom-sheet/pull/81)
@@ -20,8 +22,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2022
### Commits
2123

2224
- docs: updated readme file [`185f7a6`](https://github.com/gorhom/react-native-bottom-sheet/commit/185f7a67a90d04e2ee838941706ee20307541a8d)
25+
- chore: updated default background & handle styling [`783642b`](https://github.com/gorhom/react-native-bottom-sheet/commit/783642ba56dd33eed75d9d312f0f45265f4b70df)
2326
- docs: updated readme file [`0bc1a47`](https://github.com/gorhom/react-native-bottom-sheet/commit/0bc1a479514f2d399414d18f5202c82333bba3ca)
24-
- chore: adjust v1 to v2 release [`9ab44a3`](https://github.com/gorhom/react-native-bottom-sheet/commit/9ab44a3210034c9bf01f3c5fa3b691b0118f1258)
2527

2628
## [v1.4.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.0...v1.4.1) - 2020-10-02
2729

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