@stream-io/video-react-sdk 1.2.1 → 1.2.3

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 CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [1.2.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.2...@stream-io/video-react-sdk-1.2.3) (2024-06-19)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.4.0`
10
+ * `@stream-io/video-react-bindings` updated to version `0.4.44`
11
+ ### [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)
12
+
13
+ ### Dependency Updates
14
+
15
+ * `@stream-io/video-filters-web` updated to version `0.1.2`
16
+
17
+ ### Bug Fixes
18
+
19
+ * infinitely adjustable blur filter ([#1399](https://github.com/GetStream/stream-video-js/issues/1399)) ([447e73f](https://github.com/GetStream/stream-video-js/commit/447e73f2363142a0c1b43d05f848400950ecf697))
20
+
5
21
  ### [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
22
 
7
23
  ### 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.1" ).split('.');
2604
+ const [major, minor, patch] = ("1.2.3" ).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.1" ).split('.');
2604
+ const [major, minor, patch] = ("1.2.3" ).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.1",
3
+ "version": "1.2.3",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -29,9 +29,9 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@floating-ui/react": "^0.26.5",
32
- "@stream-io/video-client": "1.3.1",
33
- "@stream-io/video-filters-web": "0.1.1",
34
- "@stream-io/video-react-bindings": "0.4.43",
32
+ "@stream-io/video-client": "1.4.0",
33
+ "@stream-io/video-filters-web": "0.1.2",
34
+ "@stream-io/video-react-bindings": "0.4.44",
35
35
  "chart.js": "^4.4.1",
36
36
  "clsx": "^2.0.0",
37
37
  "react-chartjs-2": "^5.2.0"