@stream-io/video-react-sdk 1.11.10 → 1.12.1

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,25 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.12.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.0...@stream-io/video-react-sdk-1.12.1) (2025-02-19)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.17.1`
10
+ * `@stream-io/video-react-bindings` updated to version `1.5.1`
11
+ ## [1.12.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.10...@stream-io/video-react-sdk-1.12.0) (2025-02-17)
12
+
13
+ ### Dependency Updates
14
+
15
+ * `@stream-io/video-client` updated to version `1.17.0`
16
+ * `@stream-io/video-filters-web` updated to version `0.1.7`
17
+ * `@stream-io/video-react-bindings` updated to version `1.5.0`
18
+ * `@stream-io/audio-filters-web` updated to version `0.2.3`
19
+
20
+ ### Features
21
+
22
+ * support static token and token provider at the same time ([#1685](https://github.com/GetStream/stream-video-js/issues/1685)) ([4365a3d](https://github.com/GetStream/stream-video-js/commit/4365a3dd0a14c98041982bde8be21258b8cfd571))
23
+
5
24
  ## [1.11.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.11.9...@stream-io/video-react-sdk-1.11.10) (2025-02-12)
6
25
 
7
26
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -2639,7 +2639,7 @@ const LivestreamPlayer = (props) => {
2639
2639
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2640
2640
  };
2641
2641
 
2642
- const [major, minor, patch] = ("1.11.10").split('.');
2642
+ const [major, minor, patch] = ("1.12.1").split('.');
2643
2643
  videoClient.setSdkInfo({
2644
2644
  type: videoClient.SfuModels.SdkType.REACT,
2645
2645
  major,