chore(release): publish [skip-ci]

- @react-native-firebase/functions@6.7.2
 - @react-native-firebase/perf@6.7.2
 - react-native-firebase-tests@6.7.2
This commit is contained in:
@Salakar
2020-04-27 07:23:07 +00:00
parent 92550f68df
commit d351edcb27
6 changed files with 29 additions and 5 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.
## [6.7.2](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/compare/@react-native-firebase/functions@6.7.1...@react-native-firebase/functions@6.7.2) (2020-04-27)
**Note:** Version bump only for package @react-native-firebase/functions
## [6.7.1](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/compare/@react-native-firebase/functions@6.7.0...@react-native-firebase/functions@6.7.1) (2020-04-22)
**Note:** Version bump only for package @react-native-firebase/functions

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/functions",
"version": "6.7.1",
"version": "6.7.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. React Native Firebase supports integration with production and locally emulated Cloud Functions with a simple API interface.\n\n",
"main": "lib/index.js",

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.
## [6.7.2](https://github.com/invertase/react-native-firebase/tree/master/packages/perf/compare/@react-native-firebase/perf@6.7.1...@react-native-firebase/perf@6.7.2) (2020-04-27)
**Note:** Version bump only for package @react-native-firebase/perf
## [6.7.1](https://github.com/invertase/react-native-firebase/tree/master/packages/perf/compare/@react-native-firebase/perf@6.7.0...@react-native-firebase/perf@6.7.1) (2020-04-22)
**Note:** Version bump only for package @react-native-firebase/perf

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/perf",
"version": "6.7.1",
"version": "6.7.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.",
"main": "lib/index.js",

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.
## [6.7.2](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@6.7.1...react-native-firebase-tests@6.7.2) (2020-04-27)
**Note:** Version bump only for package react-native-firebase-tests
## [6.7.1](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@6.7.0...react-native-firebase-tests@6.7.1) (2020-04-22)
**Note:** Version bump only for package react-native-firebase-tests

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-firebase-tests",
"version": "6.7.1",
"version": "6.7.2",
"private": true,
"scripts": {
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
@@ -16,13 +16,13 @@
"@react-native-firebase/database": "6.7.1",
"@react-native-firebase/dynamic-links": "6.7.1",
"@react-native-firebase/firestore": "6.7.1",
"@react-native-firebase/functions": "6.7.1",
"@react-native-firebase/functions": "6.7.2",
"@react-native-firebase/iid": "6.7.1",
"@react-native-firebase/in-app-messaging": "6.7.1",
"@react-native-firebase/messaging": "6.7.1",
"@react-native-firebase/ml-natural-language": "6.7.1",
"@react-native-firebase/ml-vision": "6.7.1",
"@react-native-firebase/perf": "6.7.1",
"@react-native-firebase/perf": "6.7.2",
"@react-native-firebase/remote-config": "6.7.1",
"@react-native-firebase/storage": "6.7.1",
"react": "16.11.0",