@stream-io/video-react-sdk 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
### [1.2.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.1...@stream-io/video-react-sdk-1.2.2) (2024-06-12)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-filters-web` updated to version `0.1.2`
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* infinitely adjustable blur filter ([#1399](https://github.com/GetStream/stream-video-js/issues/1399)) ([447e73f](https://github.com/GetStream/stream-video-js/commit/447e73f2363142a0c1b43d05f848400950ecf697))
|
|
14
|
+
|
|
5
15
|
### [1.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.0...@stream-io/video-react-sdk-1.2.1) (2024-06-12)
|
|
6
16
|
|
|
7
17
|
### Dependency Updates
|
package/dist/index.cjs.js
CHANGED
|
@@ -2601,7 +2601,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2601
2601
|
return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2602
2602
|
};
|
|
2603
2603
|
|
|
2604
|
-
const [major, minor, patch] = ("1.2.
|
|
2604
|
+
const [major, minor, patch] = ("1.2.2" ).split('.');
|
|
2605
2605
|
videoClient.setSdkInfo({
|
|
2606
2606
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2607
2607
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -2601,7 +2601,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2601
2601
|
return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2602
2602
|
};
|
|
2603
2603
|
|
|
2604
|
-
const [major, minor, patch] = ("1.2.
|
|
2604
|
+
const [major, minor, patch] = ("1.2.2" ).split('.');
|
|
2605
2605
|
setSdkInfo({
|
|
2606
2606
|
type: SfuModels.SdkType.REACT,
|
|
2607
2607
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@floating-ui/react": "^0.26.5",
|
|
32
32
|
"@stream-io/video-client": "1.3.1",
|
|
33
|
-
"@stream-io/video-filters-web": "0.1.
|
|
33
|
+
"@stream-io/video-filters-web": "0.1.2",
|
|
34
34
|
"@stream-io/video-react-bindings": "0.4.43",
|
|
35
35
|
"chart.js": "^4.4.1",
|
|
36
36
|
"clsx": "^2.0.0",
|