@stream-io/video-react-sdk 0.0.38 → 0.0.39

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.0.39](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.38...@stream-io/video-react-sdk-0.0.39) (2023-06-20)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.0.1`
10
+ * `@stream-io/video-react-bindings` updated to version `0.0.19`
11
+
12
+ ### Features
13
+
14
+ * Custom logger example ([#669](https://github.com/GetStream/stream-video-js/issues/669)) ([208aed9](https://github.com/GetStream/stream-video-js/commit/208aed9f82dcbf5f9ffdf299c4672af855af344a))
15
+
16
+
17
+ ### Documentation
18
+
19
+ * Update custom call controls ([#670](https://github.com/GetStream/stream-video-js/issues/670)) ([572bdcb](https://github.com/GetStream/stream-video-js/commit/572bdcb42ed19a9a790c615a521fd3826bb831a1))
20
+
5
21
  ### [0.0.38](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.37...@stream-io/video-react-sdk-0.0.38) (2023-06-20)
6
22
 
7
23
 
package/package.json CHANGED
@@ -25,8 +25,8 @@
25
25
  "@nivo/core": "^0.80.0",
26
26
  "@nivo/line": "^0.80.0",
27
27
  "@stream-io/i18n": "^0.0.5",
28
- "@stream-io/video-client": "^0.0.17",
29
- "@stream-io/video-react-bindings": "^0.0.18",
28
+ "@stream-io/video-client": "^0.0.18",
29
+ "@stream-io/video-react-bindings": "^0.0.19",
30
30
  "clsx": "^1.2.1",
31
31
  "rxjs": "~7.8.1"
32
32
  },
@@ -46,5 +46,5 @@
46
46
  "typedoc": "^0.24.7",
47
47
  "typescript": "^4.9.5"
48
48
  },
49
- "version": "0.0.38"
49
+ "version": "0.0.39"
50
50
  }