@react-native-firebase/perf 21.2.0 → 21.4.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [21.4.0](https://github.com/invertase/react-native-firebase/compare/v21.3.0...v21.4.0) (2024-11-07)
7
+
8
+ ### Features
9
+
10
+ - enable tvOS installation on all package with upstream support ([e8e5f7f](https://github.com/invertase/react-native-firebase/commit/e8e5f7f9aab9a58aabf9a7b0cd756584240dbc48))
11
+
12
+ ## [21.3.0](https://github.com/invertase/react-native-firebase/compare/v21.2.0...v21.3.0) (2024-10-31)
13
+
14
+ **Note:** Version bump only for package @react-native-firebase/perf
15
+
6
16
  ## [21.2.0](https://github.com/invertase/react-native-firebase/compare/v21.1.1...v21.2.0) (2024-10-22)
7
17
 
8
18
  **Note:** Version bump only for package @react-native-firebase/perf
package/RNFBPerf.podspec CHANGED
@@ -10,6 +10,8 @@ if coreVersionDetected != coreVersionRequired
10
10
  end
11
11
  firebase_ios_target = appPackage['sdkVersions']['ios']['iosTarget']
12
12
  firebase_macos_target = appPackage['sdkVersions']['ios']['macosTarget']
13
+ firebase_tvos_target = appPackage['sdkVersions']['ios']['tvosTarget']
14
+ firebase_sdk_version = appPackage['sdkVersions']['ios']['firebase']
13
15
 
14
16
  Pod::Spec.new do |s|
15
17
  s.name = "RNFBPerf"
@@ -25,6 +27,7 @@ Pod::Spec.new do |s|
25
27
  s.social_media_url = 'http://twitter.com/invertaseio'
26
28
  s.ios.deployment_target = firebase_ios_target
27
29
  s.macos.deployment_target = firebase_macos_target
30
+ s.tvos.deployment_target = firebase_tvos_target
28
31
  s.source_files = 'ios/**/*.{h,m}'
29
32
 
30
33
  # React Native dependencies
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '21.2.0';
2
+ module.exports = '21.4.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/perf",
3
- "version": "21.2.0",
3
+ "version": "21.4.0",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.",
6
6
  "main": "lib/index.js",
@@ -29,7 +29,7 @@
29
29
  "performance monitoring"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@react-native-firebase/app": "21.2.0",
32
+ "@react-native-firebase/app": "21.4.0",
33
33
  "expo": ">=47.0.0"
34
34
  },
35
35
  "devDependencies": {
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "e85bf83dd36b3473d129bb3ed5eb3d9648e91988"
46
+ "gitHead": "227e1ed54cf668cbc701c0ed2542b8ec66957e1e"
47
47
  }