@react-native-firebase/perf 18.6.1 → 18.6.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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
+ ## [18.6.2](https://github.com/invertase/react-native-firebase/compare/v18.6.1...v18.6.2) (2023-11-23)
7
+
8
+ ### Bug Fixes
9
+
10
+ - adopt firebase-ios-sdk 10.18.0 / firebase-android-sdk 32.6.0 ([6a8b25b](https://github.com/invertase/react-native-firebase/commit/6a8b25bc1ed22860d1cef8fa3507ca5df3a28420))
11
+
6
12
  ## [18.6.1](https://github.com/invertase/react-native-firebase/compare/v18.6.0...v18.6.1) (2023-11-01)
7
13
 
8
14
  **Note:** Version bump only for package @react-native-firebase/perf
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '18.6.1';
2
+ module.exports = '18.6.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/perf",
3
- "version": "18.6.1",
3
+ "version": "18.6.2",
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,11 +29,11 @@
29
29
  "performance monitoring"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@react-native-firebase/app": "18.6.1",
32
+ "@react-native-firebase/app": "18.6.2",
33
33
  "expo": ">=47.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "expo": "^49.0.16"
36
+ "expo": "^49.0.20"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "expo": {
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "3d73352fb7434251fe661b426115339cf6d30bc1"
46
+ "gitHead": "8673f3162667f5fd9f942ccac24cecbd18a79aa3"
47
47
  }