@stream-io/video-react-native-sdk 0.5.16 → 0.6.0

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,27 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.6.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.17...@stream-io/video-react-native-sdk-0.6.0) (2024-04-09)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.7.0`
10
+ * `@stream-io/video-react-bindings` updated to version `0.4.11`
11
+
12
+ ### ⚠ BREAKING CHANGES
13
+
14
+ * remove server-side capabilities from JS client (#1282)
15
+
16
+ ### Features
17
+
18
+ * remove server-side capabilities from JS client ([#1282](https://github.com/GetStream/stream-video-js/issues/1282)) ([362b6b5](https://github.com/GetStream/stream-video-js/commit/362b6b501e6aa1864eb8486e3129a1705a4d41fb))
19
+
20
+ ### [0.5.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.16...@stream-io/video-react-native-sdk-0.5.17) (2024-04-05)
21
+
22
+ ### Dependency Updates
23
+
24
+ * `@stream-io/video-client` updated to version `0.6.10`
25
+ * `@stream-io/video-react-bindings` updated to version `0.4.10`
5
26
  ### [0.5.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.5.15...@stream-io/video-react-native-sdk-0.5.16) (2024-04-05)
6
27
 
7
28
  ### Dependency Updates
package/README.md CHANGED
@@ -28,7 +28,7 @@ Stream provides UI components and state handling that make it easy to build vide
28
28
 
29
29
  Stream is free for most side and hobby projects. To qualify, your project/company needs to have < 5 team members and < $10k in monthly revenue. Makers get $100 in monthly credit for [video](https://getstream.io/video/) for free.
30
30
 
31
- ## 💡Supported Features💡
31
+ ## 💡 Supported Features 💡
32
32
 
33
33
  Here are some of the features we support:
34
34
 
@@ -126,6 +126,7 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
126
126
  - [x] Expo Support
127
127
 
128
128
  ### 0.5 Milestones
129
+
129
130
  - [x] Regular Push Notification for Vanilla React Native
130
131
  - [x] Ringing and Regular Push Notification for Expo
131
132
  - [x] Landscape Support
@@ -32,7 +32,7 @@ android {
32
32
  compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
33
33
  namespace "com.streamvideo.reactnative"
34
34
  defaultConfig {
35
- minSdkVersion 16
35
+ minSdkVersion 24
36
36
  targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
37
37
  versionCode 1
38
38
  versionName "1.0"
@@ -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.5.16';
7
+ const version = exports.version = '0.6.0';
8
8
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["version","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,QAAQ"}
1
+ {"version":3,"names":["version","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,OAAO"}
@@ -1,2 +1,2 @@
1
- export const version = '0.5.16';
1
+ export const version = '0.6.0';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["version"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,QAAQ"}
1
+ {"version":3,"names":["version"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,OAAO"}
@@ -1,2 +1,2 @@
1
- export declare const version = "0.5.16";
1
+ export declare const version = "0.6.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "0.5.16",
3
+ "version": "0.6.0",
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.6.9",
49
- "@stream-io/video-react-bindings": "^0.4.9",
48
+ "@stream-io/video-client": "^0.7.0",
49
+ "@stream-io/video-react-bindings": "^0.4.11",
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.5.16';
1
+ export const version = '0.6.0';