From 46f5087dfc05f39f980bc603e0c23fa506806d9f Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Tue, 24 May 2022 21:31:33 +0100 Subject: [PATCH] chore: release v4.3.1 --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ed88630..7f08f6860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog -## [v4.3.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.2.2...v4.3.0) +## [v4.3.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.3.0...v4.3.1) + +#### Improvements + +- chore: added Expo example ([`#958`](https://github.com/gorhom/react-native-bottom-sheet/pull/958)). +- refactor: allow passing style to the container ([5e1ed9d](https://github.com/gorhom/react-native-bottom-sheet/commit/5e1ed9da98913d47b27912f49cf7e12b2393176e)). +- chore: fixed dynamic snap point example text color ([321de77](https://github.com/gorhom/react-native-bottom-sheet/commit/321de777cb848c85a85ac6107ddc26bef1845566)). + +#### Fixes + +- fix: removed flex style from draggable view ([29152fb](https://github.com/gorhom/react-native-bottom-sheet/commit/29152fb65672a07ff91249a882f0fc0f3d9b796c)). +- fix: added a fixed position for the container on web ([ce5115a](https://github.com/gorhom/react-native-bottom-sheet/commit/ce5115a2abd2ddc7140eb3037274b2c5bb3ff10a)). + +## [v4.3.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.2.2...v4.3.0) - 2022-05-14 #### Features diff --git a/package.json b/package.json index 1a398df02..ba606b7b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "4.3.0", + "version": "4.3.1", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",