@stream-io/video-react-native-sdk 0.1.1 → 0.1.2

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,12 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.1.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.1...@stream-io/video-react-native-sdk-0.1.2) (2023-10-05)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.3.29`
10
+ * `@stream-io/video-react-bindings` updated to version `0.2.30`
5
11
  ### [0.1.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.1.0...@stream-io/video-react-native-sdk-0.1.1) (2023-10-04)
6
12
 
7
13
 
package/README.md CHANGED
@@ -124,16 +124,14 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
124
124
  ### 0.4 Milestones
125
125
 
126
126
  - [x] Expo Support
127
- - [ ] Leaner Chat Integration Guide
128
127
  - [ ] Regular Push Notification
129
128
  - [ ] Speaking while muted
129
+
130
+ ### 0.5 Milestones
130
131
  - [ ] Landscape Support
131
132
  - [ ] PiP
132
133
  - [ ] Livestream components
133
134
  - [ ] Speaker management (needs docs)
134
-
135
- ### 0.5 Milestones
136
-
137
135
  - [ ] Audio & Video filters
138
136
  - [ ] Screen-share media track support
139
137
  - [ ] CPU usage improvement
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.version = void 0;
7
- const version = '0.1.1';
7
+ const version = '0.1.2';
8
8
  exports.version = version;
9
9
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.1.1';
1
+ export const version = '0.1.2';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.1";
1
+ export declare const version = "0.1.2";
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.1.1",
3
+ "version": "0.1.2",
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
  "dependencies": {
48
48
  "@stream-io/i18n": "^0.1.2",
49
- "@stream-io/video-client": "^0.3.28",
50
- "@stream-io/video-react-bindings": "^0.2.29",
49
+ "@stream-io/video-client": "^0.3.29",
50
+ "@stream-io/video-react-bindings": "^0.2.30",
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 = '0.1.1';
1
+ export const version = '0.1.2';