chore: release v1.0.0

This commit is contained in:
Mo Gorhom
2020-08-11 21:02:27 +02:00
parent dc6a38ff26
commit e9899db570
2 changed files with 9 additions and 4 deletions

View File

@@ -4,11 +4,16 @@ 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).
#### [v0.0.8](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.7...v0.0.8)
### [v1.0.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.7...v1.0.0)
> 3 August 2020
> 11 August 2020
- chore: updated animated position prop [`2a1695b`](https://github.com/gorhom/react-native-bottom-sheet/commit/2a1695b7ac6b93e6cd090a196a191916ab83e88a)
- docs: update branding [`#4`](https://github.com/gorhom/react-native-bottom-sheet/pull/4)
- docs: update docs [`#3`](https://github.com/gorhom/react-native-bottom-sheet/pull/3)
- feat: rewrite bottom sheet from scratch 🎉 [`#2`](https://github.com/gorhom/react-native-bottom-sheet/pull/2)
- chore: added map example [`312bcd1`](https://github.com/gorhom/react-native-bottom-sheet/commit/312bcd10efc8674955f9ce1ba8974fb4bd40f43b)
- chore: updated map example [`9a65a74`](https://github.com/gorhom/react-native-bottom-sheet/commit/9a65a7435b97c754c37049c2812c289b1e6453e6)
- chore: added useBottomSheet hook & backgroundComponent [`069fca0`](https://github.com/gorhom/react-native-bottom-sheet/commit/069fca0473f4f801a71c71c5026a56dda587769a)
#### [v0.0.7](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.5...v0.0.7)

View File

@@ -1,6 +1,6 @@
{
"name": "@gorhom/bottom-sheet",
"version": "0.0.8",
"version": "1.0.0",
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
"main": "lib/commonjs/index",
"module": "lib/module/index",