@stream-io/video-react-sdk 1.0.15 → 1.1.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,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [1.1.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.1.0...@stream-io/video-react-sdk-1.1.1) (2024-06-03)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.2.0`
10
+ * `@stream-io/video-react-bindings` updated to version `0.4.38`
11
+ ## [1.1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.15...@stream-io/video-react-sdk-1.1.0) (2024-06-03)
12
+
13
+ ### Dependency Updates
14
+
15
+ * `@stream-io/video-client` updated to version `1.1.0`
16
+ * `@stream-io/video-filters-web` updated to version `0.1.1`
17
+ * `@stream-io/video-react-bindings` updated to version `0.4.37`
18
+
19
+ ### Features
20
+
21
+ * video filters on android ([#1382](https://github.com/GetStream/stream-video-js/issues/1382)) ([7ba8b0e](https://github.com/GetStream/stream-video-js/commit/7ba8b0e3b444869d38aae1a045dffb05444643f5))
22
+
5
23
  ### [1.0.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.14...@stream-io/video-react-sdk-1.0.15) (2024-05-31)
6
24
 
7
25
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -2591,7 +2591,7 @@ const LivestreamPlayer = (props) => {
2591
2591
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2592
2592
  };
2593
2593
 
2594
- const [major, minor, patch] = ("1.0.15" ).split('.');
2594
+ const [major, minor, patch] = ("1.1.1" ).split('.');
2595
2595
  videoClient.setSdkInfo({
2596
2596
  type: videoClient.SfuModels.SdkType.REACT,
2597
2597
  major,