@stream-io/video-react-sdk 0.0.77 → 0.0.79
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 +14 -0
- 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.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)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Documentation
|
|
9
|
+
|
|
10
|
+
* 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))
|
|
11
|
+
|
|
12
|
+
### [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)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Documentation
|
|
16
|
+
|
|
17
|
+
* events, UI cookbook overview, add coming soon texts ([#777](https://github.com/GetStream/stream-video-js/issues/777)) ([7cc2581](https://github.com/GetStream/stream-video-js/commit/7cc25811da7b1541cffba4be529e3056e6ceffad))
|
|
18
|
+
|
|
5
19
|
### [0.0.77](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.76...@stream-io/video-react-sdk-0.0.77) (2023-07-10)
|
|
6
20
|
|
|
7
21
|
### Dependency Updates
|
package/package.json
CHANGED