@stream-io/video-react-sdk 0.0.43 → 0.0.44

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,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.0.44](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.43...@stream-io/video-react-sdk-0.0.44) (2023-06-21)
6
+
7
+
8
+ ### Documentation
9
+
10
+ * Add header image to React SDK ([#688](https://github.com/GetStream/stream-video-js/issues/688)) ([a4697da](https://github.com/GetStream/stream-video-js/commit/a4697da69f0f0976d84566d16df840efdaab6ebc))
11
+
5
12
  ### [0.0.43](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.42...@stream-io/video-react-sdk-0.0.43) (2023-06-21)
6
13
 
7
14
  ### Dependency Updates
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Official React SDK for [Stream Video](https://getstream.io/video/docs/)
2
2
 
3
+ <img src="../../.readme-assets/Github-Graphic-React.jpg" alt="Stream Video for React Header image" style="box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 1rem" />
4
+
3
5
  ## **Quick Links**
4
6
 
5
7
  - [Register](https://getstream.io/chat/trial/) to get an API key for Stream Video
package/package.json CHANGED
@@ -45,5 +45,5 @@
45
45
  "rimraf": "^3.0.2",
46
46
  "typescript": "^4.9.5"
47
47
  },
48
- "version": "0.0.43"
48
+ "version": "0.0.44"
49
49
  }