Skip to content

Commit 99f18da

Browse files
chore: 1.0.2
### [1.0.2](https://github.com/expo/config-plugins/compare/@config-plugins/react-native-quick-actions@1.0.1...@config-plugins/react-native-quick-actions@1.0.2) (2022-03-22) ### Features * **react-native-webrtc:** add config mod for Android minSdkVersion 24 ([ff8b167](ff8b167)) ### Bug Fixes * **detox:** use improved xml generation ([#47](#47)) ([6324eb0](6324eb0)) ### Other chores * 1.0.2 ([5f4e900](5f4e900)), closes [#60](#60) * git ignore build folders ([#59](#59)) ([d6050be](d6050be)) * **ci:** remove PR title validation action ([#62](#62)) ([1648e85](1648e85)) * **ffmpeg-kit-react-native:** update plugin to use `AndroidConfig.Version.withBuildScriptExtMinimumVersion` ([#60](#60)) ([c3a375b](c3a375b)) * 2.1.0 ([e2d2b27](e2d2b27)) * **repo:** add PR template ([#56](#56)) ([eee366b](eee366b)) * 1.2.2 ([72fa3e1](72fa3e1)), closes [#47](#47) * 2.0.2 ([480ec19](480ec19)), closes [#52](#52) [#54](#54) [#53](#53) [#55](#55)
1 parent 999cc00 commit 99f18da

File tree

4 files changed

+134
-1
lines changed

4 files changed

+134
-1
lines changed

packages/react-native-quick-actions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### @config-plugins/react-native-quick-actions [1.0.2](https://github.com/expo/config-plugins/compare/@config-plugins/react-native-quick-actions@1.0.1...@config-plugins/react-native-quick-actions@1.0.2) (2022-03-22)
2+
3+
4+
### Other chores
5+
6+
* git ignore build folders ([#59](https://github.com/expo/config-plugins/issues/59)) ([d6050be](https://github.com/expo/config-plugins/commit/d6050beb2a5c68dc59287c27ec388c2002ec7904))
7+
18
### @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)
29

310

packages/react-native-quick-actions/build/withReactNativeQuickActions.d.ts

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-native-quick-actions/build/withReactNativeQuickActions.js

Lines changed: 106 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-native-quick-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@config-plugins/react-native-quick-actions",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Config plugin for react-native-quick-actions package",
55
"main": "build/withReactNativeQuickActions.js",
66
"types": "build/withReactNativeQuickActions.d.ts",

0 commit comments

Comments
 (0)