Skip to content

Commit f46f340

Browse files
chore: 2.1.1
### [2.1.1](https://github.com/expo/config-plugins/compare/@config-plugins/react-native-webrtc@2.1.0...@config-plugins/react-native-webrtc@2.1.1) (2022-03-22) ### 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))
1 parent 99f18da commit f46f340

File tree

10 files changed

+123
-1
lines changed

10 files changed

+123
-1
lines changed

packages/react-native-webrtc/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-webrtc [2.1.1](https://github.com/expo/config-plugins/compare/@config-plugins/react-native-webrtc@2.1.0...@config-plugins/react-native-webrtc@2.1.1) (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-webrtc [2.1.0](https://github.com/expo/config-plugins/compare/@config-plugins/react-native-webrtc@2.0.2...@config-plugins/react-native-webrtc@2.1.0) (2022-03-22)
29

310

packages/react-native-webrtc/build/withBitcodeDisabled.d.ts

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

packages/react-native-webrtc/build/withBitcodeDisabled.js

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

packages/react-native-webrtc/build/withDesugaring.d.ts

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

packages/react-native-webrtc/build/withDesugaring.js

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

packages/react-native-webrtc/build/withPermissions.d.ts

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

packages/react-native-webrtc/build/withPermissions.js

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

packages/react-native-webrtc/build/withWebRTC.d.ts

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

packages/react-native-webrtc/build/withWebRTC.js

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

packages/react-native-webrtc/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-webrtc",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Config plugin to setup react-native-webrtc on prebuild",
55
"main": "build/withWebRTC.js",
66
"types": "build/withWebRTC.d.ts",

0 commit comments

Comments
 (0)