From d68aea6cf38b0c45753d15d2425fb40e542d0e00 Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Mon, 11 Jan 2021 22:43:21 +0100 Subject: [PATCH] chore: release v2.0.3 --- CHANGELOG.md | 18 +++++++++++++++++- package.json | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6665d2aaa..793dc3750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d9aaba84b..6d076d496 100644 --- a/package.json +++ b/package.json @@ -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",