From dcf89a759f31ae1d63b9d82375bae176c5b2a976 Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Tue, 31 Aug 2021 19:01:43 +0100 Subject: [PATCH] chore: release v4.0.2 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3169e4e2..92bba650b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [v4.0.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0...v4.0.1) +## [v4.0.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.1...v4.0.2) + +#### Fixes + +- fix: updated types for styles ([`#616`](https://github.com/gorhom/react-native-bottom-sheet/pull/616)). + +## [v4.0.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0...v4.0.1) - 2021-08-30 #### Fixes diff --git a/package.json b/package.json index 199a616ab..7c41b5459 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "4.0.1", + "version": "4.0.2", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",