Skip to content

Commit

Permalink
chore: release v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Mar 27, 2021
1 parent fa7ce63 commit 7cec11f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog

## [v3.4.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.4.0...v3.4.1)
## [v3.5.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.4.1...v3.5.0)

#### Features

- feat: support new prop for BottomSheetBackdrop, "pressBehavior" ([`#361`](https://github.com/gorhom/react-native-bottom-sheet/pull/361)).

#### Improvements

- chore: updated example theming ([`#369`](https://github.com/gorhom/react-native-bottom-sheet/pull/369)).

#### Fixes

- fix: animateToPoint callback dependencies ([468f920](https://github.com/gorhom/react-native-bottom-sheet/commit/468f9204d30fc327e5e6a3e1c43976a0afe13e51)).

## [v3.4.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.4.0...v3.4.1) - 2021-03-15

#### Improvements

Expand Down Expand Up @@ -196,7 +210,7 @@
- docs: updated readme file ([befae85](https://github.com/gorhom/react-native-bottom-sheet/commit/befae85647b1f7ad4a2bbbf046b8d0598f1c75c0)).
- docs: updated readme file ([5d42f33](https://github.com/gorhom/react-native-bottom-sheet/commit/5d42f3356146beac6410941c8fb9eb8dba736a14)).

## [v3.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.4...v3.0.0-alpha.0) - 2020-11-27
## [v3.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.6...v3.0.0-alpha.0) - 2020-11-27

#### Improvements

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gorhom/bottom-sheet",
"version": "3.4.1",
"version": "3.5.0",
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 7cec11f

Please sign in to comment.