@stream-io/video-react-native-sdk 1.0.0 → 1.0.1

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,19 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.0.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.0...@stream-io/video-react-native-sdk-1.0.1) (2024-09-05)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-filters-react-native` updated to version `0.2.2`
10
+
11
+ * reset releaseAs tags [skip ci] ([6161687](https://github.com/GetStream/stream-video-js/commit/61616870178d6bbc29b22ca3b1a354e5e172c9c3))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **ios:** if min ios version is not present default to 12 ([9279d59](https://github.com/GetStream/stream-video-js/commit/9279d59e861a51c723a0f17229c39dae946ee664))
17
+
5
18
  ## [1.0.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.10.6...@stream-io/video-react-native-sdk-1.0.0) (2024-09-03)
6
19
 
7
20
 
@@ -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.0.0';
7
+ const version = exports.version = '1.0.1';
8
8
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '1.0.0';
1
+ export const version = '1.0.1';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "1.0.0";
1
+ export declare const version = "1.0.1";
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.0.0",
3
+ "version": "1.0.1",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/module/index.js",
@@ -125,7 +125,7 @@
125
125
  "@react-native-firebase/messaging": "17.5.0",
126
126
  "@react-native/eslint-config": "^0.74.84",
127
127
  "@stream-io/react-native-webrtc": "118.1.0",
128
- "@stream-io/video-filters-react-native": "^0.2.1",
128
+ "@stream-io/video-filters-react-native": "^0.2.2",
129
129
  "@testing-library/jest-native": "^5.4.2",
130
130
  "@testing-library/react-native": "^12.1.2",
131
131
  "@tsconfig/node14": "14.1.0",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '1.0.0';
1
+ export const version = '1.0.1';
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
  s.license = package["license"]
12
12
  s.authors = package["author"]
13
13
 
14
- s.platforms = { :ios => min_ios_version_supported }
14
+ s.platforms = { :ios => (min_ios_version_supported || '12.0') }
15
15
  s.source = { :git => "https://github.com/GetStream/stream-video-js/tree/main/packages/react-native-sdk.git", :tag => "#{s.version}" }
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"