@react-native-firebase/auth 18.0.0 → 18.2.0

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
@@ -3,6 +3,14 @@
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.2.0](https://github.com/invertase/react-native-firebase/compare/v18.1.0...v18.2.0) (2023-07-13)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/auth
9
+
10
+ ## [18.1.0](https://github.com/invertase/react-native-firebase/compare/v18.0.0...v18.1.0) (2023-06-22)
11
+
12
+ **Note:** Version bump only for package @react-native-firebase/auth
13
+
6
14
  ## [18.0.0](https://github.com/invertase/react-native-firebase/compare/v17.5.0...v18.0.0) (2023-06-05)
7
15
 
8
16
  ### ⚠ BREAKING CHANGES
package/lib/index.d.ts CHANGED
@@ -1025,7 +1025,7 @@ export namespace FirebaseAuthTypes {
1025
1025
  *
1026
1026
  * Once this has been called, every call to PhoneAuthProvider#verifyPhoneNumber() will skip the Play Integrity API verification flow and use the reCAPTCHA flow instead.
1027
1027
  *
1028
- * <p>Calling this method a second time will overwrite the previously passed parameter.
1028
+ * > Calling this method a second time will overwrite the previously passed parameter.
1029
1029
  *
1030
1030
  * @android
1031
1031
  * @param appName
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '18.0.0';
2
+ module.exports = '18.2.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/auth",
3
- "version": "18.0.0",
3
+ "version": "18.2.0",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. React Native Firebase provides access to all Firebase authentication methods and identity providers.",
6
6
  "main": "lib/index.js",
@@ -27,7 +27,7 @@
27
27
  "plist": "^3.0.5"
28
28
  },
29
29
  "peerDependencies": {
30
- "@react-native-firebase/app": "18.0.0",
30
+ "@react-native-firebase/app": "18.2.0",
31
31
  "expo": ">=47.0.0"
32
32
  },
33
33
  "devDependencies": {
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "db49dfeab62fa0c52530ccf2bfdfe9e27947bdbd"
45
+ "gitHead": "4c666df92028ddc3c0010a7ac102f54b600e6644"
46
46
  }