From d0cf2b8c8d387a8761664cfeac0e4a91868a3205 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 May 2020 07:58:03 -0500 Subject: [PATCH] chore(release): 3.8.0 [skip ci] # [3.8.0](https://github.com/expo/react-native-action-sheet/compare/v3.7.0...v3.8.0) (2020-05-19) ### Features * Add destructiveColor option ([#171](https://github.com/expo/react-native-action-sheet/issues/171)) ([5549e36](https://github.com/expo/react-native-action-sheet/commit/5549e36a92d8afcc0ce2bf6a601e83209b5ce080)) * Improvements to Android accessibility ([#168](https://github.com/expo/react-native-action-sheet/issues/168)) ([b605fb8](https://github.com/expo/react-native-action-sheet/commit/b605fb8a3b6421c244f7f18d934bb5ea0753d461)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af884b8..cdc1bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# [3.8.0](https://github.com/expo/react-native-action-sheet/compare/v3.7.0...v3.8.0) (2020-05-19) + + +### Features + +* Add destructiveColor option ([#171](https://github.com/expo/react-native-action-sheet/issues/171)) ([5549e36](https://github.com/expo/react-native-action-sheet/commit/5549e36a92d8afcc0ce2bf6a601e83209b5ce080)) +* Improvements to Android accessibility ([#168](https://github.com/expo/react-native-action-sheet/issues/168)) ([b605fb8](https://github.com/expo/react-native-action-sheet/commit/b605fb8a3b6421c244f7f18d934bb5ea0753d461)) + # [3.7.0](https://github.com/expo/react-native-action-sheet/compare/v3.6.0...v3.7.0) (2020-05-06) diff --git a/package.json b/package.json index 1f86378..5bb1858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expo/react-native-action-sheet", - "version": "3.7.0", + "version": "3.8.0", "description": "A cross-platform ActionSheet for React Native", "react-native": "lib/module/index.js", "types": "lib/typescript/index.d.ts",