@stream-io/video-react-native-sdk 0.0.1-alpha.143 → 0.0.1-alpha.145

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,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.1-alpha.145](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.144...@stream-io/video-react-native-sdk-0.0.1-alpha.145) (2023-06-09)
6
+
7
+
8
+
9
+ ## [0.0.1-alpha.144](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.143...@stream-io/video-react-native-sdk-0.0.1-alpha.144) (2023-06-09)
10
+
11
+
12
+
5
13
  ## [0.0.1-alpha.143](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.142...@stream-io/video-react-native-sdk-0.0.1-alpha.143) (2023-06-09)
6
14
 
7
15
 
package/README.md CHANGED
@@ -1,19 +1,3 @@
1
1
  # @stream-io/react-native-sdk
2
2
 
3
- ## Documentation
4
-
5
- The documentation can be found in `docusaurus` folder.
6
-
7
- ### Install stream-chat-docusaurus-cli
8
- If the CLI tool is not installed, follow the instructions in [stream-chat-docusaurus-cli repo](https://github.com/GetStream/stream-chat-docusaurus-cli#installation-and-using-the-cli)
9
-
10
- ### Start the docusaurus using `stream-chat-docusaurus-cli`,
11
-
12
- ```
13
- npx stream-chat-docusaurus -s
14
- ```
15
-
16
- ### Generate Docs from source-code and other packages
17
-
18
- Whenever source code is changed. Run `yarn generate-docs` again.
19
- `stream-chat-docusaurus-cli` will pick up the changes and reload the site automatically.
3
+ ## 🚧 WARNING This package is not yet stable, it is for internal use only. For more information check out our video product page. 🚧
package/package.json CHANGED
@@ -66,5 +66,5 @@
66
66
  "typedoc-plugin-markdown": "^3.15.3",
67
67
  "typescript": "^4.9.5"
68
68
  },
69
- "version": "0.0.1-alpha.143"
69
+ "version": "0.0.1-alpha.145"
70
70
  }