From e7a1c5bae55be9f400b9bc35643fee67dc5763a6 Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Fri, 27 Nov 2020 15:50:20 +0100 Subject: [PATCH] chore: release v3.0.0-alpha.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2236c58b..f7c1806e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 67fda5bf..d4e011cc 100644 --- a/package.json +++ b/package.json @@ -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",