chore(release): publish [skip-ci]

- @react-native-firebase/analytics@6.7.2
 - @react-native-firebase/functions@6.8.1
 - @react-native-firebase/perf@6.7.3
 - react-native-firebase-tests@6.7.4
This commit is contained in:
@Salakar
2020-05-05 09:37:30 +00:00
parent e60cc17e78
commit 9c5a3d4813
8 changed files with 39 additions and 7 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/analytics/compare/@react-native-firebase/analytics@6.7.1...@react-native-firebase/analytics@6.7.2) (2020-05-05)
**Note:** Version bump only for package @react-native-firebase/analytics
## [6.7.1](https://github.com/invertase/react-native-firebase/tree/master/packages/analytics/compare/@react-native-firebase/analytics@6.7.0...@react-native-firebase/analytics@6.7.1) (2020-04-22)
**Note:** Version bump only for package @react-native-firebase/analytics

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/analytics",
"version": "6.7.1",
"version": "6.7.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.",
"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.8.1](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/compare/@react-native-firebase/functions@6.8.0...@react-native-firebase/functions@6.8.1) (2020-05-05)
**Note:** Version bump only for package @react-native-firebase/functions
# [6.8.0](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/compare/@react-native-firebase/functions@6.7.2...@react-native-firebase/functions@6.8.0) (2020-04-27)

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/functions",
"version": "6.8.0",
"version": "6.8.1",
"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.3](https://github.com/invertase/react-native-firebase/tree/master/packages/perf/compare/@react-native-firebase/perf@6.7.2...@react-native-firebase/perf@6.7.3) (2020-05-05)
**Note:** Version bump only for package @react-native-firebase/perf
## [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

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/perf",
"version": "6.7.2",
"version": "6.7.3",
"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.4](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@6.7.3...react-native-firebase-tests@6.7.4) (2020-05-05)
**Note:** Version bump only for package react-native-firebase-tests
## [6.7.3](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@6.7.2...react-native-firebase-tests@6.7.3) (2020-04-27)
**Note:** Version bump only for package react-native-firebase-tests

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-firebase-tests",
"version": "6.7.3",
"version": "6.7.4",
"private": true,
"scripts": {
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
@@ -8,7 +8,7 @@
},
"dependencies": {
"@react-native-firebase/admob": "6.7.1",
"@react-native-firebase/analytics": "6.7.1",
"@react-native-firebase/analytics": "6.7.2",
"@react-native-firebase/app": "6.7.1",
"@react-native-firebase/app-types": "6.7.1",
"@react-native-firebase/auth": "6.7.1",
@@ -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.8.0",
"@react-native-firebase/functions": "6.8.1",
"@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.2",
"@react-native-firebase/perf": "6.7.3",
"@react-native-firebase/remote-config": "6.7.1",
"@react-native-firebase/storage": "6.7.1",
"react": "16.11.0",