@stream-io/video-react-native-sdk 0.6.12 → 0.6.14

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,18 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.6.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.13...@stream-io/video-react-native-sdk-0.6.14) (2024-04-30)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.7.10`
10
+ * `@stream-io/video-react-bindings` updated to version `0.4.21`
11
+ ### [0.6.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.12...@stream-io/video-react-native-sdk-0.6.13) (2024-04-26)
12
+
13
+ ### Dependency Updates
14
+
15
+ * `@stream-io/video-client` updated to version `0.7.9`
16
+ * `@stream-io/video-react-bindings` updated to version `0.4.20`
5
17
  ### [0.6.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.6.11...@stream-io/video-react-native-sdk-0.6.12) (2024-04-25)
6
18
 
7
19
  ### Dependency Updates
package/README.md CHANGED
@@ -135,6 +135,7 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
135
135
  - [x] PiP on Android
136
136
  - [x] Speaking while muted
137
137
  - [x] Demo app on play-store and app-store
138
+ - [x] Transcriptions
138
139
  - [ ] Speaker management (needs docs)
139
140
  - [ ] PiP on iOS
140
141
  - [ ] Audio & Video filters
@@ -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 = '0.6.12';
7
+ const version = exports.version = '0.6.14';
8
8
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.6.12';
1
+ export const version = '0.6.14';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.6.12";
1
+ export declare const version = "0.6.14";
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": "0.6.12",
3
+ "version": "0.6.14",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/module/index.js",
@@ -45,8 +45,8 @@
45
45
  "!**/.*"
46
46
  ],
47
47
  "dependencies": {
48
- "@stream-io/video-client": "^0.7.8",
49
- "@stream-io/video-react-bindings": "^0.4.19",
48
+ "@stream-io/video-client": "^0.7.10",
49
+ "@stream-io/video-react-bindings": "^0.4.21",
50
50
  "intl-pluralrules": "2.0.1",
51
51
  "lodash.merge": "^4.6.2",
52
52
  "react-native-url-polyfill": "1.3.0",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.6.12';
1
+ export const version = '0.6.14';