@stream-io/video-react-bindings 0.0.53 → 0.1.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,25 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.0.54...@stream-io/video-react-bindings-0.1.0) (2023-07-17)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/i18n` updated to version `0.1.1`
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * Trigger breaking change to react-sdk
14
+
15
+ ### Features
16
+
17
+ * Trigger breaking change to react-sdk ([1e1f21f](https://github.com/GetStream/stream-video-js/commit/1e1f21f212be370fbd54a36371d1a7a485e6cec4))
18
+
19
+ ### [0.0.54](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.0.53...@stream-io/video-react-bindings-0.0.54) (2023-07-17)
20
+
21
+ ### Dependency Updates
22
+
23
+ * `@stream-io/i18n` updated to version `0.1.0`
5
24
  ### [0.0.53](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.0.52...@stream-io/video-react-bindings-0.0.53) (2023-07-17)
6
25
 
7
26
  ### Dependency Updates
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @stream-io/video-react-bindings
2
2
 
3
- 🚧 **WARNING** This package is not yet stable, it is for internal use only. For more information check out our [video product page](https://getstream.io/video/).
3
+ Internal library for [video](https://getstream.io/video/). No need to install it as a standalone library.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-bindings",
3
- "version": "0.0.53",
3
+ "version": "0.1.0",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -23,12 +23,12 @@
23
23
  "rxjs": "~7.8.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@stream-io/i18n": "^0.0.8",
26
+ "@stream-io/i18n": "^0.1.1",
27
27
  "@stream-io/video-client": "^0.0.51",
28
28
  "react": ">=17.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@stream-io/i18n": "^0.0.8",
31
+ "@stream-io/i18n": "^0.1.1",
32
32
  "@stream-io/video-client": "^0.0.51",
33
33
  "@types/react": "^18.0.26",
34
34
  "@types/rimraf": "^3.0.2",