diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 89b30e46b5..7e169d3c32 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/auth@7.0.1...@react-native-firebase/auth@7.0.2) (2020-05-15) + +### Bug Fixes + +- **auth:** use correct code on network exception ([#3655](https://github.com/invertase/react-native-firebase/issues/3655)) ([8bcf5c9](https://github.com/invertase/react-native-firebase/commit/8bcf5c945db5614835630b6d0cf4951c4a5b2a2d)), closes [#3654](https://github.com/invertase/react-native-firebase/issues/3654) + ## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/auth@7.0.0...@react-native-firebase/auth@7.0.1) (2020-05-13) **Note:** Version bump only for package @react-native-firebase/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 0ecc75f493..51b1c374f9 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/auth", - "version": "7.0.1", + "version": "7.0.2", "author": "Invertase (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", diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index 7f9a0a37d1..7f8016aa5f 100644 --- a/tests/CHANGELOG.md +++ b/tests/CHANGELOG.md @@ -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. +## [7.0.2](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.0.1...react-native-firebase-tests@7.0.2) (2020-05-15) + +**Note:** Version bump only for package react-native-firebase-tests + + + + + ## [7.0.1](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.0.0...react-native-firebase-tests@7.0.1) (2020-05-13) **Note:** Version bump only for package react-native-firebase-tests diff --git a/tests/package.json b/tests/package.json index 779c789476..5ec6f92bb4 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "react-native-firebase-tests", - "version": "7.0.1", + "version": "7.0.2", "private": true, "scripts": { "build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build", @@ -11,7 +11,7 @@ "@react-native-firebase/analytics": "7.0.1", "@react-native-firebase/app": "7.0.1", "@react-native-firebase/app-types": "6.7.2", - "@react-native-firebase/auth": "7.0.1", + "@react-native-firebase/auth": "7.0.2", "@react-native-firebase/crashlytics": "7.0.1", "@react-native-firebase/database": "7.0.1", "@react-native-firebase/dynamic-links": "7.0.1",