@stream-io/video-react-bindings 1.0.5 → 1.0.7

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 +18 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.0.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-1.0.6...@stream-io/video-react-bindings-1.0.7) (2024-09-20)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.7.1`
10
+
11
+ * `preMajor: false` for stable packages ([#1491](https://github.com/GetStream/stream-video-js/issues/1491)) ([6ed27b9](https://github.com/GetStream/stream-video-js/commit/6ed27b9d1dfebeb9a241f6aa0b55912cce87eef5))
12
+
13
+ ## [1.0.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-1.0.5...@stream-io/video-react-bindings-1.0.6) (2024-09-19)
14
+
15
+ ### Dependency Updates
16
+
17
+ * `@stream-io/video-client` updated to version `1.7.0`
18
+
19
+ ### Features
20
+
21
+ * React SDK cold-start optimizations ([#1488](https://github.com/GetStream/stream-video-js/issues/1488)) ([972e579](https://github.com/GetStream/stream-video-js/commit/972e5792b5a131a212b1031ade76dcb383897a46))
22
+
5
23
  ## [1.0.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-1.0.4...@stream-io/video-react-bindings-1.0.5) (2024-09-19)
6
24
 
7
25
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-bindings",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -11,6 +11,7 @@
11
11
  "start": "rollup -c -w",
12
12
  "build": "NODE_ENV=production rollup -c"
13
13
  },
14
+ "sideEffects": false,
14
15
  "files": [
15
16
  "dist",
16
17
  "src",
@@ -25,16 +26,16 @@
25
26
  "rxjs": "~7.8.1"
26
27
  },
27
28
  "peerDependencies": {
28
- "@stream-io/video-client": "^1.6.5",
29
+ "@stream-io/video-client": "^1.7.1",
29
30
  "react": "^17 || ^18 || ^19"
30
31
  },
31
32
  "devDependencies": {
32
33
  "@rollup/plugin-typescript": "^11.1.6",
33
- "@stream-io/video-client": "^1.6.5",
34
+ "@stream-io/video-client": "^1.7.1",
34
35
  "@types/react": "^18.3.2",
35
36
  "react": "^18.3.1",
36
37
  "rimraf": "^5.0.7",
37
- "rollup": "^3.29.4",
38
+ "rollup": "^4.22.0",
38
39
  "typescript": "^5.5.2"
39
40
  }
40
41
  }