diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index f372decf..7852e37b 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. +# [8.2.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/auth@8.1.2...@react-native-firebase/auth@8.2.0) (2020-07-10) + +### Features + +- **auth:** verifyBeforeUpdateEmail API ([#3862](https://github.com/invertase/react-native-firebase/issues/3862)) ([aaff624](https://github.com/invertase/react-native-firebase/commit/aaff62402544d8783007b6b47b8406019cc48c84)) + ## [8.1.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/auth@8.1.1...@react-native-firebase/auth@8.1.2) (2020-07-09) **Note:** Version bump only for package @react-native-firebase/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 574ad387..df29651f 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/auth", - "version": "8.1.2", + "version": "8.2.0", "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 f081c286..67ba0fa8 100644 --- a/tests/CHANGELOG.md +++ b/tests/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.1.0](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@8.0.10...react-native-firebase-tests@8.1.0) (2020-07-10) + + +### Features + +* **auth:** verifyBeforeUpdateEmail API ([#3862](https://github.com/invertase/react-native-firebase/issues/3862)) ([aaff624](https://github.com/invertase/react-native-firebase/commit/aaff62402544d8783007b6b47b8406019cc48c84)) + + + + + ## [8.0.10](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@8.0.9...react-native-firebase-tests@8.0.10) (2020-07-09) **Note:** Version bump only for package react-native-firebase-tests diff --git a/tests/package.json b/tests/package.json index ff0e449e..ac5c1d70 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "react-native-firebase-tests", - "version": "8.0.10", + "version": "8.1.0", "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.3.1", "@react-native-firebase/app": "8.2.0", "@react-native-firebase/app-types": "6.7.2", - "@react-native-firebase/auth": "8.1.2", + "@react-native-firebase/auth": "8.2.0", "@react-native-firebase/crashlytics": "8.1.2", "@react-native-firebase/database": "7.3.2", "@react-native-firebase/dynamic-links": "7.3.2",