Skip to content

Commit

Permalink
chore: release v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed May 14, 2022
1 parent df3b180 commit 7f0b1cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

## [v4.2.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.2.1...v4.2.2)
## [v4.3.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.2.2...v4.3.0)

#### Features

- feat: added data to present modal api ([`#942`](https://github.com/gorhom/react-native-bottom-sheet/pull/942)).

#### Improvements

- refactor: expose animateOnMount for modals ([`#943`](https://github.com/gorhom/react-native-bottom-sheet/pull/943)).
- refactor: added jest mock file ([`#941`](https://github.com/gorhom/react-native-bottom-sheet/pull/941)).

## [v4.2.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.2.1...v4.2.2) - 2022-05-02

#### Fixes

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": "4.2.2",
"version": "4.3.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 7f0b1cf

Please sign in to comment.