@stream-io/video-react-native-sdk 1.4.13 → 1.4.15

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,21 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.4.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.14...@stream-io/video-react-native-sdk-1.4.15) (2024-12-11)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.12.2`
10
+ * `@stream-io/video-react-bindings` updated to version `1.2.12`
11
+
12
+ * drop docusaurus docs ([#1613](https://github.com/GetStream/stream-video-js/issues/1613)) ([8743c8d](https://github.com/GetStream/stream-video-js/commit/8743c8d221191759266010c6cd053480da1d71a5))
13
+
14
+ ## [1.4.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.13...@stream-io/video-react-native-sdk-1.4.14) (2024-12-11)
15
+
16
+ ### Dependency Updates
17
+
18
+ * `@stream-io/video-client` updated to version `1.12.1`
19
+ * `@stream-io/video-react-bindings` updated to version `1.2.11`
5
20
  ## [1.4.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.4.12...@stream-io/video-react-native-sdk-1.4.13) (2024-12-10)
6
21
 
7
22
  ### Dependency Updates
package/README.md CHANGED
@@ -72,7 +72,7 @@ The monorepo consists of multiple folders, the most important of which are `pack
72
72
  - The `sample-apps` folder contains the sample apps that are built using the packages from the `packages` folder.
73
73
  React Native's most relevant sample app is the `dogfooding` app which is a complete app that implements most of the features of the SDK.
74
74
 
75
- - The `react-native-sdk/docusaurus` folder contains the documentation and guides.
75
+ - The [`docs-content`](https://github.com/GetStream/docs-content/tree/main/chat-sdk/react-native) repo contains the documentation and guides.
76
76
 
77
77
  ## **Requirements** 🛠
78
78
 
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.version = void 0;
7
- const version = exports.version = '1.4.13';
7
+ const version = exports.version = '1.4.15';
8
8
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '1.4.13';
1
+ export const version = '1.4.15';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "1.4.13";
1
+ export declare const version = "1.4.15";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "1.4.13",
3
+ "version": "1.4.15",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/module/index.js",
@@ -46,8 +46,8 @@
46
46
  "!**/.*"
47
47
  ],
48
48
  "dependencies": {
49
- "@stream-io/video-client": "1.12.0",
50
- "@stream-io/video-react-bindings": "1.2.10",
49
+ "@stream-io/video-client": "1.12.2",
50
+ "@stream-io/video-react-bindings": "1.2.12",
51
51
  "intl-pluralrules": "2.0.1",
52
52
  "lodash.merge": "^4.6.2",
53
53
  "react-native-url-polyfill": "1.3.0",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '1.4.13';
1
+ export const version = '1.4.15';