chore(release): release packages

- @react-native-firebase/auth@8.2.0
 - react-native-firebase-tests@8.1.0
This commit is contained in:
@Salakar
2020-07-10 13:09:53 +00:00
parent aaff624025
commit 1f2227198e
4 changed files with 20 additions and 3 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/auth",
"version": "8.1.2",
"version": "8.2.0",
"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",

View File

@@ -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

View File

@@ -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",