@react-native-firebase/app 17.4.2 → 17.5.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
+ ## [17.5.0](https://github.com/invertase/react-native-firebase/compare/v17.4.3...v17.5.0) (2023-05-11)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/app
9
+
10
+ ### [17.4.3](https://github.com/invertase/react-native-firebase/compare/v17.4.2...v17.4.3) (2023-04-26)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **expo:** update dependencies of config plugins ([3e81143](https://github.com/invertase/react-native-firebase/commit/3e81143e67028f70c20530b8e1083b2a904f96f4))
15
+
6
16
  ### [17.4.2](https://github.com/invertase/react-native-firebase/compare/v17.4.1...v17.4.2) (2023-04-05)
7
17
 
8
18
  ### Bug Fixes
@@ -18,5 +18,5 @@ package io.invertase.firebase.app;
18
18
  */
19
19
  // generated file - do not modify or commit
20
20
  public class ReactNativeFirebaseVersion {
21
- public static String VERSION = "17.4.2";
21
+ public static String VERSION = "17.5.0";
22
22
  }
@@ -18,4 +18,4 @@
18
18
  #import <React/RCTVersion.h>
19
19
 
20
20
  // generated file - do not modify or commit
21
- NSString* const RNFBVersionString = @"17.4.2";
21
+ NSString* const RNFBVersionString = @"17.5.0";
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '17.4.2';
2
+ module.exports = '17.5.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "17.4.2",
3
+ "version": "17.5.0",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
6
6
  "main": "lib/index.js",
@@ -52,14 +52,22 @@
52
52
  "crashlytics"
53
53
  ],
54
54
  "peerDependencies": {
55
+ "expo": ">=47.0.0",
55
56
  "react": "*",
56
57
  "react-native": "*"
57
58
  },
58
59
  "dependencies": {
59
- "@expo/config-plugins": "^5.0.4",
60
60
  "opencollective-postinstall": "^2.0.1",
61
61
  "superstruct": "^0.6.2"
62
62
  },
63
+ "devDependencies": {
64
+ "expo": "^47.0.0"
65
+ },
66
+ "peerDependenciesMeta": {
67
+ "expo": {
68
+ "optional": true
69
+ }
70
+ },
63
71
  "publishConfig": {
64
72
  "access": "public"
65
73
  },
@@ -80,5 +88,5 @@
80
88
  "playServicesAuth": "20.3.0"
81
89
  }
82
90
  },
83
- "gitHead": "4eb336b4bd27d1f3beafbcdd4ab1e8bbab234321"
91
+ "gitHead": "a58ea4bfd72c903d43844da30d4f3bf5feb0f057"
84
92
  }