From 39a9e63fe975122c5ffff0dd8975ea0dc7639720 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Mar 2022 00:20:53 +0000 Subject: [PATCH] chore: 1.0.1 ### [1.0.1](https://github.com/expo/config-plugins/compare/@config-plugins/react-native-quick-actions@1.0.0...@config-plugins/react-native-quick-actions@1.0.1) (2022-03-16) ### Bug Fixes * **ci:** change release config order [skip ci] ([#52](https://github.com/expo/config-plugins/issues/52)) ([429dcdc](https://github.com/expo/config-plugins/commit/429dcdc1d0cb8c28a95459501cf29aa5f446e8d7)) * **ci:** ignore private packages ([537afa4](https://github.com/expo/config-plugins/commit/537afa4c7d308c921b923d299dc56765a0522932)) ### Continuous Integration * add statuses permissions to pr title workflow [skip ci] ([#54](https://github.com/expo/config-plugins/issues/54)) ([1374ab2](https://github.com/expo/config-plugins/commit/1374ab2bf49d8229420bfcff7972a60cb0b0621c)) * fix versions [skip ci] ([#53](https://github.com/expo/config-plugins/issues/53)) ([5de4ae3](https://github.com/expo/config-plugins/commit/5de4ae3e6182c32b7aa24d70ccd23a11663bb089)) * revert permissions ([73109da](https://github.com/expo/config-plugins/commit/73109da98dbfe6d766cc798134b4f00e76b79bda)) ### Other chores * 1.0.0 ([ada8b99](https://github.com/expo/config-plugins/commit/ada8b99f320101bf4bff5e395b210fe8d49503e6)), closes [#48](https://github.com/expo/config-plugins/issues/48) [#48](https://github.com/expo/config-plugins/issues/48) [#49](https://github.com/expo/config-plugins/issues/49) [#46](https://github.com/expo/config-plugins/issues/46) [#3](https://github.com/expo/config-plugins/issues/3) [#48](https://github.com/expo/config-plugins/issues/48) [#49](https://github.com/expo/config-plugins/issues/49) [#46](https://github.com/expo/config-plugins/issues/46) [#3](https://github.com/expo/config-plugins/issues/3) [#48](https://github.com/expo/config-plugins/issues/48) [#49](https://github.com/expo/config-plugins/issues/49) [#46](https://github.com/expo/config-plugins/issues/46) [#3](https://github.com/expo/config-plugins/issues/3) [#48](https://github.com/expo/config-plugins/issues/48) [#49](https://github.com/expo/config-plugins/issues/49) [#46](https://github.com/expo/config-plugins/issues/46) [#3](https://github.com/expo/config-plugins/issues/3) [#48](https://github.com/expo/config-plugins/issues/48) [#49](https://github.com/expo/config-plugins/issues/49) [#46](https://github.com/expo/config-plugins/issues/46) [#3](https://github.com/expo/config-plugins/issues/3) [#49](https://github.com/expo/config-plugins/issues/49) [#49](https://github.com/expo/config-plugins/issues/49) [#46](https://github.com/expo/config-plugins/issues/46) [#3](https://github.com/expo/config-plugins/issues/3) ### Documentation changes * **ios-stickers:** add doc block ([#55](https://github.com/expo/config-plugins/issues/55)) ([c904bc6](https://github.com/expo/config-plugins/commit/c904bc6a5f410645696a0356b5c188b94f80c231)) --- packages/react-native-quick-actions/CHANGELOG.md | 7 +++++++ packages/react-native-quick-actions/package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/react-native-quick-actions/CHANGELOG.md b/packages/react-native-quick-actions/CHANGELOG.md index 43b5f474..0f136602 100644 --- a/packages/react-native-quick-actions/CHANGELOG.md +++ b/packages/react-native-quick-actions/CHANGELOG.md @@ -1,3 +1,10 @@ +### @config-plugins/react-native-quick-actions [1.0.1](https://github.com/expo/config-plugins/compare/@config-plugins/react-native-quick-actions@1.0.0...@config-plugins/react-native-quick-actions@1.0.1) (2022-03-16) + + +### Continuous Integration + +* fix versions [skip ci] ([#53](https://github.com/expo/config-plugins/issues/53)) ([5de4ae3](https://github.com/expo/config-plugins/commit/5de4ae3e6182c32b7aa24d70ccd23a11663bb089)) + ## @config-plugins/react-native-quick-actions 1.0.0 (2022-03-15) diff --git a/packages/react-native-quick-actions/package.json b/packages/react-native-quick-actions/package.json index 3564d5c1..cf719fc7 100644 --- a/packages/react-native-quick-actions/package.json +++ b/packages/react-native-quick-actions/package.json @@ -1,6 +1,6 @@ { "name": "@config-plugins/react-native-quick-actions", - "version": "1.0.0", + "version": "1.0.1", "description": "Config plugin for react-native-quick-actions package", "main": "build/withReactNativeQuickActions.js", "types": "build/withReactNativeQuickActions.d.ts", @@ -37,4 +37,4 @@ "expo-module-scripts": "^2.0.0" }, "upstreamPackage": "react-native-quick-actions" -} \ No newline at end of file +}