Skip to content

Commit

Permalink
chore: release v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Oct 3, 2021
1 parent 5df1a1f commit 31b0151
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## [v4.1.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.3...v4.1.0)
## [v4.1.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.1.0...v4.1.1)

#### Improvements

- refactor: allow to render component inside default backdrop ([`#662`](https://github.com/gorhom/react-native-bottom-sheet/pull/662)).
- refactor: calling dismiss without a key will remove the current modal if any (#676)(by @Shywim) ([fd4bb8d](https://github.com/gorhom/react-native-bottom-sheet/commit/fd4bb8df8b4dae879326438697a85c0c9d2ddb24)).

## [v4.1.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.3...v4.1.0) - 2021-09-26

#### Features

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.1.0",
"version": "4.1.1",
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 31b0151

Please sign in to comment.