mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 02:26:30 +08:00
chore(release): publish [skip-ci]
- @react-native-firebase/functions@6.8.0 - react-native-firebase-tests@6.7.3
This commit is contained in:
@@ -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.
|
||||
|
||||
# [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)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **functions:** support function timeout ([#3534](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/issues/3534)) ([50c0f12](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/commit/50c0f12ef059bad92bbb81027fded131d1dc0dad))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-native-firebase/functions",
|
||||
"version": "6.7.2",
|
||||
"version": "6.8.0",
|
||||
"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",
|
||||
|
||||
@@ -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/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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-firebase-tests",
|
||||
"version": "6.7.2",
|
||||
"version": "6.7.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
|
||||
@@ -16,7 +16,7 @@
|
||||
"@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.2",
|
||||
"@react-native-firebase/functions": "6.8.0",
|
||||
"@react-native-firebase/iid": "6.7.1",
|
||||
"@react-native-firebase/in-app-messaging": "6.7.1",
|
||||
"@react-native-firebase/messaging": "6.7.1",
|
||||
|
||||
Reference in New Issue
Block a user