Skip to content

Commit

Permalink
chore: release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jan 9, 2021
1 parent 6223a4c commit 903ea38
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

## [v3.0.2-alpha.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.0.2-alpha.2...v3.0.2-alpha.3)
## [v3.1.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.0.2-alpha.3...v3.1.0)

#### Improvements

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

#### Fixes

- fix: exp easing flickers on android ([`#175`](https://github.com/gorhom/react-native-bottom-sheet/pull/175)).
- fix: removed rounding up from useNormalizedSnapPoints hook. ([`#169`](https://github.com/gorhom/react-native-bottom-sheet/pull/169)).

## [v3.0.2-alpha.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.0.2-alpha.2...v3.0.2-alpha.3) - 2021-01-07

#### 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.0.2-alpha.3",
"version": "3.1.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 903ea38

Please sign in to comment.