Skip to content

Commit 72ed287

Browse files
committed
chore: release v2.2.6
1 parent 5302e20 commit 72ed287

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

3-
## [v2.2.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.4...v2.2.5)
3+
## [v2.2.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.5...v2.2.6)
4+
5+
#### Improvements
6+
7+
- chore: changed all arrays to ReadonlyArray ([`#350`](https://github.com/gorhom/react-native-bottom-sheet/pull/350)).
8+
9+
#### Fixes
10+
11+
- fix: reset isclosing variable when position changed ([5302e20](https://github.com/gorhom/react-native-bottom-sheet/commit/5302e20dd4edadfcaeb2133f5242b1ae06890c18)).
12+
13+
## [v2.2.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.4...v2.2.5) - 2021-03-17
414

515
#### Fixes
616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/bottom-sheet",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)