chore: release v2.2.6

This commit is contained in:
Mo Gorhom
2021-03-19 22:26:41 +00:00
parent 5302e20dd4
commit 72ed28763a
2 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,16 @@
# Changelog
## [v2.2.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.4...v2.2.5)
## [v2.2.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.5...v2.2.6)
#### Improvements
- chore: changed all arrays to ReadonlyArray ([`#350`](https://github.com/gorhom/react-native-bottom-sheet/pull/350)).
#### Fixes
- fix: reset isclosing variable when position changed ([5302e20](https://github.com/gorhom/react-native-bottom-sheet/commit/5302e20dd4edadfcaeb2133f5242b1ae06890c18)).
## [v2.2.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.4...v2.2.5) - 2021-03-17
#### Fixes

View File

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