mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-01-12 22:50:12 +08:00
chore: release v1.0.0
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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)
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user