Skip to content

Commit

Permalink
chore: release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Sep 30, 2020
1 parent 49064d9 commit a608ea5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,32 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v1.3.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.0-alpha.0...v1.3.1)
#### [v1.4.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.0-alpha.0...v1.4.0)

> 26 September 2020
> 30 September 2020
- feat: introduce bottom sheet modal 🔥 [`#37`](https://github.com/gorhom/react-native-bottom-sheet/pull/37)
- fix: updated decelerationRate per platform [`#36`](https://github.com/gorhom/react-native-bottom-sheet/pull/36)
- feat: added enabled prop [`#35`](https://github.com/gorhom/react-native-bottom-sheet/pull/35)
- chore: improve unstable manualSnapToPoint variable [`#30`](https://github.com/gorhom/react-native-bottom-sheet/pull/30)
- fix: updated drop gesture if-conditions [`#28`](https://github.com/gorhom/react-native-bottom-sheet/pull/28)
- docs: added reference to version 2 branch [`fea90a9`](https://github.com/gorhom/react-native-bottom-sheet/commit/fea90a977626e6afc9447c6b68d2f9926c1f239d)
- chore: clean up code [`8e62141`](https://github.com/gorhom/react-native-bottom-sheet/commit/8e62141fdb96a2b3e2532d16911f6e6e6cc3ccc3)

#### [v2.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.0...v2.0.0-alpha.0)
#### [v2.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.1...v2.0.0-alpha.0)

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

#### [v1.3.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.0...v1.3.1)

> 26 September 2020
- fix: updated decelerationRate per platform [`#36`](https://github.com/gorhom/react-native-bottom-sheet/pull/36)

#### [v1.3.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.2...v1.3.0)

> 24 September 2020
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gorhom/bottom-sheet",
"version": "1.3.1",
"version": "1.4.0",
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit a608ea5

Please sign in to comment.