From 7944f7afcd6735924f372f260b65f127bd346486 Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Sun, 13 Dec 2020 21:02:27 +0100 Subject: [PATCH] chore: release v2.0.0-alpha.6 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0a0d683..30a1098e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2.0.0-alpha.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.5) +## [v2.0.0-alpha.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.6) ### Merged diff --git a/package.json b/package.json index f6eeb1553..ca7e771f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",