@stream-io/video-react-sdk 0.1.7 → 0.1.8

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,22 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.1.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.1.7...@stream-io/video-react-sdk-0.1.8) (2023-07-21)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.1.0`
10
+ * `@stream-io/video-react-bindings` updated to version `0.1.6`
11
+
12
+ ### Bug Fixes
13
+
14
+ * strict mode issue ([#740](https://github.com/GetStream/stream-video-js/issues/740)) ([c39e4e4](https://github.com/GetStream/stream-video-js/commit/c39e4e4041a2326393478ad808b2aa791d50f8ce))
15
+
16
+
17
+ ### Documentation
18
+
19
+ * add backlinks to the main marketing pages ([#838](https://github.com/GetStream/stream-video-js/issues/838)) ([7374972](https://github.com/GetStream/stream-video-js/commit/7374972a93e6a6052b384a11e5883b7ccbb559ff))
20
+
5
21
  ### [0.1.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.1.6...@stream-io/video-react-sdk-0.1.7) (2023-07-21)
6
22
 
7
23
  ### Dependency Updates
package/README.md CHANGED
@@ -56,7 +56,7 @@ Here are some of the features we support:
56
56
  ### 0.2 milestone
57
57
 
58
58
  - [ ] Fast-reconnects
59
- - [ ] ICE restarts
59
+ - [X] ICE restarts
60
60
  - [ ] SFU retries
61
61
  - [ ] Enhanced SDK build system
62
62
  - [ ] Hardware-accelerated video encoding on supported platforms
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.1.7";
1
+ export declare const version = "0.1.8";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '0.1.7';
1
+ export const version = '0.1.8';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -33,8 +33,8 @@
33
33
  "@nivo/core": "^0.80.0",
34
34
  "@nivo/line": "^0.80.0",
35
35
  "@stream-io/i18n": "^0.1.1",
36
- "@stream-io/video-client": "^0.1.4",
37
- "@stream-io/video-react-bindings": "^0.1.5",
36
+ "@stream-io/video-client": "^0.1.5",
37
+ "@stream-io/video-react-bindings": "^0.1.6",
38
38
  "clsx": "^1.2.1",
39
39
  "prop-types": "^15.8.1",
40
40
  "rxjs": "~7.8.1"