From c583287d00c66819af4fd41c57200a98c042f33a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Nov 2022 20:14:25 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/expo/react-native-action-sheet/compare/v4.0.0...v4.0.1) (2022-11-04) ### Bug Fixes * expose ref on ActionSheetProvider for statically invoking ([#283](https://github.com/expo/react-native-action-sheet/issues/283)) ([b2f5f43](https://github.com/expo/react-native-action-sheet/commit/b2f5f433ff2070c77fdd62b273d2d80e636efd3a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fd011..64c14bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/expo/react-native-action-sheet/compare/v4.0.0...v4.0.1) (2022-11-04) + + +### Bug Fixes + +* expose ref on ActionSheetProvider for statically invoking ([#283](https://github.com/expo/react-native-action-sheet/issues/283)) ([b2f5f43](https://github.com/expo/react-native-action-sheet/commit/b2f5f433ff2070c77fdd62b273d2d80e636efd3a)) + # [4.0.0](https://github.com/expo/react-native-action-sheet/compare/v3.14.0...v4.0.0) (2022-10-26) diff --git a/package.json b/package.json index 197a6d6..6ef6195 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expo/react-native-action-sheet", - "version": "4.0.0", + "version": "4.0.1", "description": "A cross-platform ActionSheet for React Native", "react-native": "lib/module/index.js", "types": "lib/typescript/index.d.ts",