@stream-io/video-react-sdk 0.7.0 → 1.0.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,19 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [1.0.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.0...@stream-io/video-react-sdk-1.0.1) (2024-05-07)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.0.1`
10
+ * `@stream-io/video-react-bindings` updated to version `0.4.27`
11
+ ## [1.0.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.7.0...@stream-io/video-react-sdk-1.0.0) (2024-05-07)
12
+
13
+
14
+ ### Features
15
+
16
+ * **v1:** release v1.0.0 ([06174cd](https://github.com/GetStream/stream-video-js/commit/06174cdfb4168a7401f56b03d0302f82c97b93ff))
17
+
5
18
  ## [0.7.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.19...@stream-io/video-react-sdk-0.7.0) (2024-05-07)
6
19
 
7
20
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -2510,7 +2510,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
2510
2510
  };
2511
2511
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
2512
2512
 
2513
- const [major, minor, patch] = ("0.7.0" ).split('.');
2513
+ const [major, minor, patch] = ("1.0.1" ).split('.');
2514
2514
  videoClient.setSdkInfo({
2515
2515
  type: videoClient.SfuModels.SdkType.REACT,
2516
2516
  major,
package/dist/index.es.js CHANGED
@@ -2510,7 +2510,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
2510
2510
  };
2511
2511
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(SfuModels.TrackType.SCREEN_SHARE);
2512
2512
 
2513
- const [major, minor, patch] = ("0.7.0" ).split('.');
2513
+ const [major, minor, patch] = ("1.0.1" ).split('.');
2514
2514
  setSdkInfo({
2515
2515
  type: SfuModels.SdkType.REACT,
2516
2516
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "0.7.0",
3
+ "version": "1.0.1",
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": "0.8.0",
32
+ "@stream-io/video-client": "1.0.1",
33
33
  "@stream-io/video-filters-web": "0.1.0",
34
- "@stream-io/video-react-bindings": "0.4.25",
34
+ "@stream-io/video-react-bindings": "0.4.27",
35
35
  "chart.js": "^4.4.1",
36
36
  "clsx": "^2.0.0",
37
37
  "react-chartjs-2": "^5.2.0"