chore(release): release packages

- @react-native-firebase/admob@7.1.1
 - @react-native-firebase/analytics@7.1.1
 - @react-native-firebase/auth@8.0.1
 - @react-native-firebase/crashlytics@7.1.2
 - @react-native-firebase/database@7.1.1
 - @react-native-firebase/dynamic-links@7.1.1
 - @react-native-firebase/firestore@7.1.1
 - @react-native-firebase/functions@7.1.1
 - @react-native-firebase/iid@7.1.1
 - @react-native-firebase/in-app-messaging@7.1.1
 - @react-native-firebase/messaging@7.1.2
 - @react-native-firebase/ml-natural-language@7.1.1
 - @react-native-firebase/ml-vision@7.1.1
 - @react-native-firebase/perf@7.1.1
 - @react-native-firebase/remote-config@7.1.1
 - @react-native-firebase/storage@7.1.1
 - react-native-firebase-tests@7.1.6
This commit is contained in:
@Salakar
2020-05-29 14:12:38 +00:00
parent c528625e62
commit 6b1615d4ab
34 changed files with 169 additions and 33 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [8.0.1](https://github.com/invertase/react-native-firebase/tree/master/packages/auth/compare/@react-native-firebase/auth@8.0.0...@react-native-firebase/auth@8.0.1) (2020-05-29)
**Note:** Version bump only for package @react-native-firebase/auth
# [8.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/auth@7.1.0...@react-native-firebase/auth@8.0.0) (2020-05-28)
- fix!(auth): confirm code returns User instead of UserCredential (#3684) ([71a1120](https://github.com/invertase/react-native-firebase/commit/71a1120337acd73d2483103f2acd560e8e99a335)), closes [#3684](https://github.com/invertase/react-native-firebase/issues/3684)

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/auth",
"version": "8.0.0",
"version": "8.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"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.",
"main": "lib/index.js",