@stream-io/video-react-native-sdk 0.0.1-alpha.222 → 0.0.1-alpha.223

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,15 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.1-alpha.223](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.222...@stream-io/video-react-native-sdk-0.0.1-alpha.223) (2023-06-28)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **react-native:** vale lint issues ([#723](https://github.com/GetStream/stream-video-js/issues/723)) ([b8cf6e3](https://github.com/GetStream/stream-video-js/commit/b8cf6e373a81322b2383e940c3297e349e26f357))
11
+
12
+
13
+
5
14
  ## [0.0.1-alpha.222](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.221...@stream-io/video-react-native-sdk-0.0.1-alpha.222) (2023-06-27)
6
15
 
7
16
 
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Official React Native SDK for [Stream Video](https://getstream.io/video/docs/)
2
2
  ## 🚧 WARNING This package is not yet stable, it is for internal use only. For more information check out our video product page. 🚧
3
3
 
4
- <img src="/.readme-assets/Github-Graphic-React.jpg" alt="Stream Video for Javascript Header image" style="box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 1rem" />
4
+ <img src="/.readme-assets/Github-Graphic-React.jpg" alt="Stream Video for JavaScript Header image" style="box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 1rem" />
5
5
 
6
6
  [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=GetStream_stream-video-js&metric=alert_status&token=fdc1439303911957da9c7ff2ce505f94c3c14d36)](https://sonarcloud.io/summary/new_code?id=GetStream_stream-video-js)
7
7
  [![SDK Releases](https://img.shields.io/github/v/release/GetStream/stream-video-js)](https://github.com/GetStream/stream-video-js/releases)
@@ -102,7 +102,7 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
102
102
  ### 0.2 milestone
103
103
  - [ ] Livestream tutorial
104
104
  - [ ] Audio Rooms tutorial
105
- - [ ] Regular Push Notifcation
105
+ - [ ] Regular Push Notification
106
106
  - [ ] Deeplink support for video call demo (Dogfooding already implemented)
107
107
  - [ ] Speaking while muted
108
108
  - [ ] Landscape support
package/package.json CHANGED
@@ -85,5 +85,5 @@
85
85
  "typedoc-plugin-markdown": "^3.15.3",
86
86
  "typescript": "^4.9.5"
87
87
  },
88
- "version": "0.0.1-alpha.222"
88
+ "version": "0.0.1-alpha.223"
89
89
  }