chore: release v3.4.0

This commit is contained in:
Mo Gorhom
2021-03-07 14:00:12 +00:00
parent f78a663e89
commit 7864bc903b
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
# Changelog
## [v3.3.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.3.2...v3.3.3)
## [v3.4.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.3.3...v3.4.0)
#### Features
- feat: allow modify animation configs ([`#333`](https://github.com/gorhom/react-native-bottom-sheet/pull/333)).
## [v3.3.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.3.2...v3.3.3) - 2021-03-04
#### Improvements

View File

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