From 397007000547719eea6269bcead982e82d94e6cf Mon Sep 17 00:00:00 2001 From: Santhosh Vaiyapuri Date: Thu, 21 Nov 2024 07:18:22 +0100 Subject: [PATCH 1/5] fix: make video filters compatible with latest kotlin --- .../factories/VirtualBackgroundFactory.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/video-filters-react-native/android/src/main/java/com/streamio/videofiltersreactnative/factories/VirtualBackgroundFactory.kt b/packages/video-filters-react-native/android/src/main/java/com/streamio/videofiltersreactnative/factories/VirtualBackgroundFactory.kt index 0cd3abb0e7..9259852540 100644 --- a/packages/video-filters-react-native/android/src/main/java/com/streamio/videofiltersreactnative/factories/VirtualBackgroundFactory.kt +++ b/packages/video-filters-react-native/android/src/main/java/com/streamio/videofiltersreactnative/factories/VirtualBackgroundFactory.kt @@ -139,7 +139,7 @@ private class VirtualBackgroundVideoFilter( // Make a copy of the scaled virtual background bitmap. Used when processing each frame. scaledVirtualBackgroundBitmapCopy = scaledVirtualBackgroundBitmap!!.copy( /* config = */ - scaledVirtualBackgroundBitmap!!.config, + scaledVirtualBackgroundBitmap!!.config!!, /* isMutable = */ true, ) From 53b6c9e98a84248c041b212fd406bfcbe7e98092 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 21 Nov 2024 08:35:47 +0000 Subject: [PATCH 2/5] chore(@stream-io/video-filters-react-native): release version 0.2.5 --- packages/video-filters-react-native/CHANGELOG.md | 7 +++++++ packages/video-filters-react-native/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/video-filters-react-native/CHANGELOG.md b/packages/video-filters-react-native/CHANGELOG.md index 45707e9e2f..0e1ef5ca0e 100644 --- a/packages/video-filters-react-native/CHANGELOG.md +++ b/packages/video-filters-react-native/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.2.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-react-native-0.2.4...@stream-io/video-filters-react-native-0.2.5) (2024-11-21) + + +### Bug Fixes + +* make video filters compatible with latest kotlin ([3970070](https://github.com/GetStream/stream-video-js/commit/397007000547719eea6269bcead982e82d94e6cf)) + ## [0.2.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-react-native-0.2.3...@stream-io/video-filters-react-native-0.2.4) (2024-09-10) diff --git a/packages/video-filters-react-native/package.json b/packages/video-filters-react-native/package.json index d7f461b943..4f0128797b 100644 --- a/packages/video-filters-react-native/package.json +++ b/packages/video-filters-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@stream-io/video-filters-react-native", - "version": "0.2.4", + "version": "0.2.5", "description": "Video Filters for the Stream React Native Video SDK", "packageManager": "yarn@3.5.0", "main": "dist/commonjs/index.js", From 7688bce2987f153b64911d430c5c063d5cfd8de3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 21 Nov 2024 08:36:01 +0000 Subject: [PATCH 3/5] chore(@stream-io/video-react-native-sdk): release version 1.3.5 --- packages/react-native-sdk/CHANGELOG.md | 5 +++++ packages/react-native-sdk/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/react-native-sdk/CHANGELOG.md b/packages/react-native-sdk/CHANGELOG.md index 70489dcf1e..73110319b9 100644 --- a/packages/react-native-sdk/CHANGELOG.md +++ b/packages/react-native-sdk/CHANGELOG.md @@ -2,6 +2,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [1.3.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.4...@stream-io/video-react-native-sdk-1.3.5) (2024-11-21) + +### Dependency Updates + +* `@stream-io/video-filters-react-native` updated to version `0.2.5` ## [1.3.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.3.3...@stream-io/video-react-native-sdk-1.3.4) (2024-11-20) ### Dependency Updates diff --git a/packages/react-native-sdk/package.json b/packages/react-native-sdk/package.json index d9d30926e3..e47ade4fc3 100644 --- a/packages/react-native-sdk/package.json +++ b/packages/react-native-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stream-io/video-react-native-sdk", - "version": "1.3.4", + "version": "1.3.5", "packageManager": "yarn@3.2.4", "main": "dist/commonjs/index.js", "module": "dist/module/index.js", From b63c19874d48d8d2ff36317ab1d8980c6e57843f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 21 Nov 2024 08:36:25 +0000 Subject: [PATCH 4/5] chore(@stream-io/video-react-native-dogfood): release version 4.5.5 --- sample-apps/react-native/dogfood/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/react-native/dogfood/package.json b/sample-apps/react-native/dogfood/package.json index cb8711697d..fab2f38185 100644 --- a/sample-apps/react-native/dogfood/package.json +++ b/sample-apps/react-native/dogfood/package.json @@ -1,6 +1,6 @@ { "name": "@stream-io/video-react-native-dogfood", - "version": "4.5.4", + "version": "4.5.5", "private": true, "scripts": { "android": "react-native run-android", From e47e04699808a62751aa6f53e0c1f41f6e0cb77f Mon Sep 17 00:00:00 2001 From: Santhosh Vaiyapuri Date: Thu, 21 Nov 2024 12:05:03 +0100 Subject: [PATCH 5/5] fix: quirk of npm looking for package json inside Pods folder --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bee60ce55e..d0d0abd0f8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "See license in LICENSE", "workspaces": [ "packages/*", - "sample-apps/**/*" + "sample-apps/*/*" ], "scripts": { "start:react:sdk": "yarn workspace @stream-io/video-react-sdk run start",