@stream-io/video-react-native-sdk 1.13.1 → 1.13.3
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 +19 -0
- package/dist/commonjs/version.js +1 -1
- package/dist/module/version.js +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/package.json +4 -4
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.13.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.13.2...@stream-io/video-react-native-sdk-1.13.3) (2025-05-15)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/video-filters-react-native` updated to version `0.3.1`
|
|
10
|
+
- `@stream-io/video-client` updated to version `1.22.2`
|
|
11
|
+
- `@stream-io/video-react-bindings` updated to version `1.6.2`
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- enable chore releases ([#1792](https://github.com/GetStream/stream-video-js/issues/1792)) ([6046654](https://github.com/GetStream/stream-video-js/commit/6046654fe19505a1c115a4fb838759d010540614))
|
|
16
|
+
|
|
17
|
+
## [1.13.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.13.1...@stream-io/video-react-native-sdk-1.13.2) (2025-05-14)
|
|
18
|
+
|
|
19
|
+
### Dependency Updates
|
|
20
|
+
|
|
21
|
+
- `@stream-io/video-client` updated to version `1.22.1`
|
|
22
|
+
- `@stream-io/video-react-bindings` updated to version `1.6.1`
|
|
23
|
+
|
|
5
24
|
## [1.13.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.13.0...@stream-io/video-react-native-sdk-1.13.1) (2025-05-09)
|
|
6
25
|
|
|
7
26
|
### Bug Fixes
|
package/dist/commonjs/version.js
CHANGED
package/dist/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '1.13.
|
|
1
|
+
export const version = '1.13.3';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "1.13.
|
|
1
|
+
export declare const version = "1.13.3";
|
|
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.13.
|
|
3
|
+
"version": "1.13.3",
|
|
4
4
|
"description": "Stream Video SDK for React Native",
|
|
5
5
|
"author": "https://getstream.io",
|
|
6
6
|
"homepage": "https://getstream.io/video/docs/react-native/",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"!**/.*"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@stream-io/video-client": "1.22.
|
|
49
|
-
"@stream-io/video-react-bindings": "1.6.
|
|
48
|
+
"@stream-io/video-client": "1.22.2",
|
|
49
|
+
"@stream-io/video-react-bindings": "1.6.2",
|
|
50
50
|
"intl-pluralrules": "2.0.1",
|
|
51
51
|
"lodash.merge": "^4.6.2",
|
|
52
52
|
"react-native-url-polyfill": "1.3.0",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@react-native-firebase/messaging": "^22.1.0",
|
|
123
123
|
"@react-native/babel-preset": "^0.79.2",
|
|
124
124
|
"@stream-io/react-native-webrtc": "^125.2.1",
|
|
125
|
-
"@stream-io/video-filters-react-native": "^0.3.
|
|
125
|
+
"@stream-io/video-filters-react-native": "^0.3.1",
|
|
126
126
|
"@testing-library/jest-native": "^5.4.3",
|
|
127
127
|
"@testing-library/react-native": "13.2.0",
|
|
128
128
|
"@tsconfig/node14": "14.1.3",
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '1.13.
|
|
1
|
+
export const version = '1.13.3';
|