@stream-io/video-react-sdk 1.2.21 → 1.3.0-rc.0

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,58 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.3.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.0-1...@stream-io/video-react-sdk-1.3.0-rc.0) (2024-08-22)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * include rc in the release name ([478cee3](https://github.com/GetStream/stream-video-js/commit/478cee38829d70e76ba62bcc82f6c69d220f4ea5))
11
+
12
+ ## [1.3.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.20...@stream-io/video-react-sdk-1.3.0-0) (2024-08-19)
13
+
14
+
15
+ ### Features
16
+
17
+ * setup rc release flow ([f183232](https://github.com/GetStream/stream-video-js/commit/f18323254a43fe11c768656e10cd1b915f6ce607))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * flag pre-releases in github ([fed77b2](https://github.com/GetStream/stream-video-js/commit/fed77b2835a49af46cd581e93f76e95e8317724e))
23
+ * remove pre-releases ([ba9cf49](https://github.com/GetStream/stream-video-js/commit/ba9cf4968a80ec07831304ee8a791d9681ddc605))
24
+
25
+
26
+ * **@stream-io/video-react-sdk:** release version 1.3.0-0 ([13f48a1](https://github.com/GetStream/stream-video-js/commit/13f48a18462bfd95da9546052f09a881d41fe93d))
27
+ * **@stream-io/video-react-sdk:** release version 1.3.0-0 ([82a3c1d](https://github.com/GetStream/stream-video-js/commit/82a3c1dbc744b9ab94e96f358ee5babe41bb511e))
28
+ * specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
29
+
30
+ ## [1.3.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.20...@stream-io/video-react-sdk-1.3.0-0) (2024-08-19)
31
+
32
+
33
+ ### Features
34
+
35
+ * setup rc release flow ([f183232](https://github.com/GetStream/stream-video-js/commit/f18323254a43fe11c768656e10cd1b915f6ce607))
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * flag pre-releases in github ([fed77b2](https://github.com/GetStream/stream-video-js/commit/fed77b2835a49af46cd581e93f76e95e8317724e))
41
+
42
+
43
+ * **@stream-io/video-react-sdk:** release version 1.3.0-0 ([82a3c1d](https://github.com/GetStream/stream-video-js/commit/82a3c1dbc744b9ab94e96f358ee5babe41bb511e))
44
+ * specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
45
+
46
+ ## [1.3.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.20...@stream-io/video-react-sdk-1.3.0-0) (2024-08-19)
47
+
48
+
49
+ ### Features
50
+
51
+ * setup rc release flow ([f183232](https://github.com/GetStream/stream-video-js/commit/f18323254a43fe11c768656e10cd1b915f6ce607))
52
+
53
+
54
+ * specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
55
+
56
+
5
57
  ### [1.2.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.20...@stream-io/video-react-sdk-1.2.21) (2024-08-21)
6
58
 
7
59
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -2604,7 +2604,7 @@ const LivestreamPlayer = (props) => {
2604
2604
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2605
2605
  };
2606
2606
 
2607
- const [major, minor, patch] = ("1.2.21" ).split('.');
2607
+ const [major, minor, patch] = ("1.3.0-rc.0" ).split('.');
2608
2608
  videoClient.setSdkInfo({
2609
2609
  type: videoClient.SfuModels.SdkType.REACT,
2610
2610
  major,