Skip to content

Commit

Permalink
chore: release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Feb 19, 2021
1 parent 6952d4c commit 10be2f1
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

## [v2.2.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.1.0...v2.2.0)
## [v2.2.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.0...v2.2.1)

#### Fixes

- fix: bottom sheet container layout ([`#296`](https://github.com/gorhom/react-native-bottom-sheet/pull/296)).
- fix: allow 0% snap points ([`#278`](https://github.com/gorhom/react-native-bottom-sheet/pull/278)).

#### Documentations

- docs: updated reanimated version on installation ([`#288`](https://github.com/gorhom/react-native-bottom-sheet/pull/288)).

## [v2.2.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.1.0...v2.2.0) - 2021-02-09

#### 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": "2.2.0",
"version": "2.2.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 10be2f1

Please sign in to comment.