@stream-io/video-react-sdk 0.0.78 → 0.0.80

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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.0.80](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.79...@stream-io/video-react-sdk-0.0.80) (2023-07-12)
6
+
7
+
8
+ ### Documentation
9
+
10
+ * **react-sdk:** fix broken link in the VideoPlaceholder cookbook ([#784](https://github.com/GetStream/stream-video-js/issues/784)) ([9865644](https://github.com/GetStream/stream-video-js/commit/9865644cd9d60ae06496dc676565fc2a69f9295e))
11
+
12
+ ### [0.0.79](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.78...@stream-io/video-react-sdk-0.0.79) (2023-07-11)
13
+
14
+
15
+ ### Documentation
16
+
17
+ * align React audio rooms tutorial with iOS and Android ([#781](https://github.com/GetStream/stream-video-js/issues/781)) ([e5b9642](https://github.com/GetStream/stream-video-js/commit/e5b9642dd278566e7ab7e55f7004ad435421af86))
18
+
5
19
  ### [0.0.78](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.77...@stream-io/video-react-sdk-0.0.78) (2023-07-10)
6
20
 
7
21
 
package/package.json CHANGED
@@ -50,5 +50,5 @@
50
50
  "rimraf": "^3.0.2",
51
51
  "typescript": "^4.9.5"
52
52
  },
53
- "version": "0.0.78"
53
+ "version": "0.0.80"
54
54
  }