Skip to content

Commit

Permalink
chore: release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jan 11, 2021
1 parent 49efdc5 commit d68aea6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

## [v2.0.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.1...v2.0.2)
## [v2.0.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.2...v2.0.3)

#### Improvements

- refactor: updated bottom sheet layers ([`#176`](https://github.com/gorhom/react-native-bottom-sheet/pull/176)).

#### Fixes

- fix: prevent rounding up normalised snap points ([`#177`](https://github.com/gorhom/react-native-bottom-sheet/pull/177)).

#### Documentations

- docs: updated modal hooks docs ([`#172`](https://github.com/gorhom/react-native-bottom-sheet/pull/172)).
- docs: updated snapPoints description example ([`#164`](https://github.com/gorhom/react-native-bottom-sheet/pull/164)).
- docs: updated documentation website ([50a91e6](https://github.com/gorhom/react-native-bottom-sheet/commit/50a91e6e08b617396ac999809d10dffdc291f456)).

## [v2.0.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.1...v2.0.2) - 2021-01-06

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

0 comments on commit d68aea6

Please sign in to comment.