Skip to content

Commit 3e48226

Browse files
committed
chore: release v3.3.2
1 parent 849e9f4 commit 3e48226

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

3-
## [v3.3.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.3.0...v3.3.1)
3+
## [v3.3.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.3.1...v3.3.2)
4+
5+
#### Improvements
6+
7+
- chore: update dependencies ([e204d97](https://github.com/gorhom/react-native-bottom-sheet/commit/e204d97fd64416600c3bdb56774ed8cc2118a2fa)).
8+
- chore: export bottom sheet props type ([849e9f4](https://github.com/gorhom/react-native-bottom-sheet/commit/849e9f45ea4cdf3215477bc938d33f4c8f773b65)).
9+
- refactor: added display name for components ([36a76f6](https://github.com/gorhom/react-native-bottom-sheet/commit/36a76f6473248c6e68ba69e7d9d125a519542132)).
10+
11+
#### Fixes
12+
13+
- fix: unmounting modals with navigation ([`#315`](https://github.com/gorhom/react-native-bottom-sheet/pull/315)).
14+
15+
## [v3.3.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.3.0...v3.3.1) - 2021-02-10
416

517
#### Improvements
618

@@ -157,7 +169,7 @@
157169
- docs: updated readme file ([befae85](https://github.com/gorhom/react-native-bottom-sheet/commit/befae85647b1f7ad4a2bbbf046b8d0598f1c75c0)).
158170
- docs: updated readme file ([5d42f33](https://github.com/gorhom/react-native-bottom-sheet/commit/5d42f3356146beac6410941c8fb9eb8dba736a14)).
159171

160-
## [v3.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.0...v3.0.0-alpha.0) - 2020-11-27
172+
## [v3.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.3...v3.0.0-alpha.0) - 2020-11-27
161173

162174
#### Improvements
163175

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": "3.3.1",
3+
"version": "3.3.2",
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)