@stream-io/video-react-native-sdk 0.0.1-alpha.346 → 0.0.1-alpha.348

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,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.1-alpha.348](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.347...@stream-io/video-react-native-sdk-0.0.1-alpha.348) (2023-08-02)
6
+
7
+
8
+ ### Features
9
+
10
+ * **react-native:** add push provider setup docs ([#889](https://github.com/GetStream/stream-video-js/issues/889)) ([d196a9b](https://github.com/GetStream/stream-video-js/commit/d196a9b3905372277ce3df029f3b231f98d45838))
11
+
12
+
13
+
14
+ ## [0.0.1-alpha.347](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.346...@stream-io/video-react-native-sdk-0.0.1-alpha.347) (2023-08-01)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **react-native:** minor quirks in tutorials ([b9f0a85](https://github.com/GetStream/stream-video-js/commit/b9f0a85c0605644c4728ef1e43e49792aa926d95))
20
+
21
+
22
+
5
23
  ## [0.0.1-alpha.346](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.345...@stream-io/video-react-native-sdk-0.0.1-alpha.346) (2023-08-01)
6
24
 
7
25
 
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.0.1-alpha.346";
1
+ export declare const version = "0.0.1-alpha.348";
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.0.1-alpha.346';
4
+ exports.version = '0.0.1-alpha.348';
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "0.0.1-alpha.346",
3
+ "version": "0.0.1-alpha.348",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -24,8 +24,8 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "@stream-io/i18n": "^0.1.1",
27
- "@stream-io/video-client": "^0.1.9",
28
- "@stream-io/video-react-bindings": "^0.1.10",
27
+ "@stream-io/video-client": "^0.1.10",
28
+ "@stream-io/video-react-bindings": "^0.1.11",
29
29
  "intl-pluralrules": "2.0.1",
30
30
  "react-native-url-polyfill": "2.0.0",
31
31
  "text-encoding-polyfill": "0.6.7"