Skip to content

Commit d86c1fa

Browse files
committed
chore: release v2.2.4
1 parent a562816 commit d86c1fa

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

3-
## [v2.2.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.2...v2.2.3)
3+
## [v2.2.4](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.3...v2.2.4)
4+
5+
#### Fixes
6+
7+
- fix: updated modal unmounting handling ([`#327`](https://github.com/gorhom/react-native-bottom-sheet/pull/327)).
8+
- fix: prevent crash when set index -1 with animateOnMount ([2c7b763](https://github.com/gorhom/react-native-bottom-sheet/commit/2c7b763144bebf4c95b4d181d568a337da1d0ec7)).
9+
10+
#### Documentations
11+
12+
- docs: fix typo in contributing document ([`#325`](https://github.com/gorhom/react-native-bottom-sheet/pull/325)).
13+
14+
## [v2.2.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.2...v2.2.3) - 2021-03-04
415

516
#### Improvements
617

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.3",
3+
"version": "2.2.4",
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)