Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Nov 27, 2020
1 parent f44c6eb commit e7a1c5b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

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

> 27 November 2020
- chore: install and configure lint-staged [`#80`](https://github.com/gorhom/react-native-bottom-sheet/pull/80)
- fix: return flipper back to make example working [`#70`](https://github.com/gorhom/react-native-bottom-sheet/pull/70)
- chore: updated reanimated to v2.rc0 [`f44c6eb`](https://github.com/gorhom/react-native-bottom-sheet/commit/f44c6ebd8d5271fdeb15f3640c773cf08019e95c)
- chore: re-enabled flipper for android [`16fbb5c`](https://github.com/gorhom/react-native-bottom-sheet/commit/16fbb5c8514a55492879515f87f53af930c54fa7)

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

> 19 November 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": "2.0.0-alpha.1",
"version": "3.0.0-alpha.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 e7a1c5b

Please sign in to comment.