@stream-io/video-react-bindings 0.4.53 → 0.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/package.json +3 -3
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
+ ## [0.5.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.5.0-1...@stream-io/video-react-bindings-0.5.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
+ ## [0.5.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.4.52...@stream-io/video-react-bindings-0.5.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-bindings:** release version 0.5.0-0 ([76bbacc](https://github.com/GetStream/stream-video-js/commit/76bbacce00262c93f59251a1c41123275908eae9))
27
+ * **@stream-io/video-react-bindings:** release version 0.5.0-0 ([12e5ac5](https://github.com/GetStream/stream-video-js/commit/12e5ac5fdd74570cdb2efc8f05fd318842a7e976))
28
+ * specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
29
+
30
+ ## [0.5.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.4.52...@stream-io/video-react-bindings-0.5.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-bindings:** release version 0.5.0-0 ([12e5ac5](https://github.com/GetStream/stream-video-js/commit/12e5ac5fdd74570cdb2efc8f05fd318842a7e976))
44
+ * specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
45
+
46
+ ## [0.5.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.4.52...@stream-io/video-react-bindings-0.5.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
  ### [0.4.53](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.4.52...@stream-io/video-react-bindings-0.4.53) (2024-08-21)
6
58
 
7
59
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-bindings",
3
- "version": "0.4.53",
3
+ "version": "0.5.0-rc.0",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -25,12 +25,12 @@
25
25
  "rxjs": "~7.8.1"
26
26
  },
27
27
  "peerDependencies": {
28
- "@stream-io/video-client": "^1.5.0",
28
+ "@stream-io/video-client": "^1.6.0-rc.0",
29
29
  "react": "^17 || ^18 || ^19"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@rollup/plugin-typescript": "^11.1.6",
33
- "@stream-io/video-client": "^1.5.0",
33
+ "@stream-io/video-client": "^1.6.0-rc.0",
34
34
  "@types/react": "^18.3.2",
35
35
  "react": "^18.3.1",
36
36
  "rimraf": "^5.0.7",