Skip to content

Commit

Permalink
chore: 1.0.2
Browse files Browse the repository at this point in the history
### [1.0.2](https://github.com/expo/config-plugins/compare/@config-plugins/[email protected]...@config-plugins/[email protected]) (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)
  • Loading branch information
semantic-release-bot committed Mar 22, 2022
1 parent 999cc00 commit 99f18da
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/react-native-quick-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### @config-plugins/react-native-quick-actions [1.0.2](https://github.com/expo/config-plugins/compare/@config-plugins/[email protected]...@config-plugins/[email protected]) (2022-03-22)


### Other chores

* git ignore build folders ([#59](https://github.com/expo/config-plugins/issues/59)) ([d6050be](https://github.com/expo/config-plugins/commit/d6050beb2a5c68dc59287c27ec388c2002ec7904))

### @config-plugins/react-native-quick-actions [1.0.1](https://github.com/expo/config-plugins/compare/@config-plugins/[email protected]...@config-plugins/[email protected]) (2022-03-16)


Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-native-quick-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@config-plugins/react-native-quick-actions",
"version": "1.0.1",
"version": "1.0.2",
"description": "Config plugin for react-native-quick-actions package",
"main": "build/withReactNativeQuickActions.js",
"types": "build/withReactNativeQuickActions.d.ts",
Expand Down

0 comments on commit 99f18da

Please sign in to comment.