@stream-io/video-react-sdk 0.0.37 → 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 +23 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
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
+
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)
22
+
23
+
24
+ ### Documentation
25
+
26
+ * **react-sdk:** Remove generated docs ([#674](https://github.com/GetStream/stream-video-js/issues/674)) ([05f8ace](https://github.com/GetStream/stream-video-js/commit/05f8ace7bd6400ff4c4034e5e7bd633a1a050e23))
27
+
5
28
  ### [0.0.37](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.36...@stream-io/video-react-sdk-0.0.37) (2023-06-20)
6
29
 
7
30
  ### Dependency Updates
package/package.json CHANGED
@@ -9,7 +9,6 @@
9
9
  "start": "tsc --project tsconfig.json --watch",
10
10
  "build": "tsc --project tsconfig.production.json && yarn copy-css",
11
11
  "copy-css": "cp -R ../../node_modules/@stream-io/video-styling/dist/* dist/",
12
- "generate-docs": "../../scripts/generate-docs-react.sh React @stream-io/video-react-sdk react-sdk",
13
12
  "start:docs": "npx stream-chat-docusaurus -s"
14
13
  },
15
14
  "files": [
@@ -26,8 +25,8 @@
26
25
  "@nivo/core": "^0.80.0",
27
26
  "@nivo/line": "^0.80.0",
28
27
  "@stream-io/i18n": "^0.0.5",
29
- "@stream-io/video-client": "^0.0.17",
30
- "@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",
31
30
  "clsx": "^1.2.1",
32
31
  "rxjs": "~7.8.1"
33
32
  },
@@ -47,5 +46,5 @@
47
46
  "typedoc": "^0.24.7",
48
47
  "typescript": "^4.9.5"
49
48
  },
50
- "version": "0.0.37"
49
+ "version": "0.0.39"
51
50
  }