Skip to content

Commit

Permalink
Merge branch 'main' into force-single-preferred-codec
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Nov 21, 2024
2 parents e44788a + e47e046 commit 89358f6
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions packages/react-native-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stream-io/video-react-native-sdk",
"version": "1.3.4",
"version": "1.3.5",
"packageManager": "[email protected]",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/video-filters-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down
2 changes: 1 addition & 1 deletion packages/video-filters-react-native/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"main": "dist/commonjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/react-native/dogfood/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 89358f6

Please sign in to comment.