Skip to content

Commit 1e1cae8

Browse files
committed
chore: release v2.3.0
1 parent 7ebf25a commit 1e1cae8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3-
## [v2.2.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.5...v2.2.6)
3+
## [v2.3.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.6...v2.3.0)
4+
5+
#### Features
6+
7+
- feat: support new prop for BottomSheetBackdrop, "pressBehavior" ([`#373`](https://github.com/gorhom/react-native-bottom-sheet/pull/373)).
8+
9+
## [v2.2.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.5...v2.2.6) - 2021-03-19
410

511
#### Improvements
612

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