Skip to content

Commit 1bb8d78

Browse files
committed
chore: release v3.6.4
1 parent 9f98879 commit 1bb8d78

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## [v3.6.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.6.2...v3.6.3)
3+
## [v3.6.4](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.6.3...v3.6.4)
4+
5+
#### Improvements
6+
7+
- refactor: remove deep equal checker ([`#395`](https://github.com/gorhom/react-native-bottom-sheet/pull/395)).
8+
- chore: refactored examples ([7c6d9f3](https://github.com/gorhom/react-native-bottom-sheet/commit/7c6d9f3fb601a092f0e7b4752ac608c40c47c60a)).
9+
10+
## [v3.6.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.6.2...v3.6.3) - 2021-04-07
411

512
#### Improvements
613

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/bottom-sheet",
3-
"version": "3.6.3",
3+
"version": "3.6.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)