@react-native-firebase/perf 15.1.0 → 15.3.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,18 @@
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
+ # [15.3.0](https://github.com/invertase/react-native-firebase/compare/v15.2.0...v15.3.0) (2022-08-07)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/perf
9
+
10
+ # [15.2.0](https://github.com/invertase/react-native-firebase/compare/v15.1.1...v15.2.0) (2022-07-21)
11
+
12
+ **Note:** Version bump only for package @react-native-firebase/perf
13
+
14
+ ## [15.1.1](https://github.com/invertase/react-native-firebase/compare/v15.1.0...v15.1.1) (2022-06-28)
15
+
16
+ **Note:** Version bump only for package @react-native-firebase/perf
17
+
6
18
  # [15.1.0](https://github.com/invertase/react-native-firebase/compare/v15.0.0...v15.1.0) (2022-06-28)
7
19
 
8
20
  **Note:** Version bump only for package @react-native-firebase/perf
@@ -35,7 +35,6 @@ def firebaseBomVersion = appPackageJson['sdkVersions']['android']['firebase']
35
35
  def jsonMinSdk = appPackageJson['sdkVersions']['android']['minSdk']
36
36
  def jsonTargetSdk = appPackageJson['sdkVersions']['android']['targetSdk']
37
37
  def jsonCompileSdk = appPackageJson['sdkVersions']['android']['compileSdk']
38
- def jsonBuildTools = appPackageJson['sdkVersions']['android']['buildTools']
39
38
  def coreVersionDetected = appPackageJson['version']
40
39
  def coreVersionRequired = packageJson['peerDependencies'][appPackageJson['name']]
41
40
  // Only log after build completed so log warning appears at the end
@@ -52,9 +51,6 @@ project.ext {
52
51
  minSdk : jsonMinSdk,
53
52
  targetSdk : jsonTargetSdk,
54
53
  compileSdk: jsonCompileSdk,
55
- // optional as gradle.buildTools comes with one by default
56
- // overriding here though to match the version RN uses
57
- buildTools: jsonBuildTools
58
54
  ],
59
55
 
60
56
  firebase: [
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '15.1.0';
2
+ module.exports = '15.3.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/perf",
3
- "version": "15.1.0",
3
+ "version": "15.3.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": "15.1.0"
32
+ "@react-native-firebase/app": "15.3.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@expo/config-plugins": "^4.1.5"
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "f9a50496bddab6a4bb740cd18dd7407d219fbda2"
40
+ "gitHead": "97f6e273efaac64d8a62eae4be390289e69d506b"
41
41
  }