chore(release): release packages

- @react-native-firebase/admob@7.0.0
 - @react-native-firebase/analytics@7.0.0
 - @react-native-firebase/app@7.0.0
 - @react-native-firebase/auth@7.0.0
 - @react-native-firebase/crashlytics@7.0.0
 - @react-native-firebase/database@7.0.0
 - @react-native-firebase/dynamic-links@7.0.0
 - @react-native-firebase/firestore@7.0.0
 - @react-native-firebase/functions@7.0.0
 - @react-native-firebase/iid@7.0.0
 - @react-native-firebase/in-app-messaging@7.0.0
 - @react-native-firebase/messaging@7.0.0
 - @react-native-firebase/ml-natural-language@7.0.0
 - @react-native-firebase/ml-vision@7.0.0
 - @react-native-firebase/perf@7.0.0
 - @react-native-firebase/remote-config@7.0.0
 - @react-native-firebase/storage@7.0.0
 - react-native-firebase-tests@7.0.0
This commit is contained in:
@Salakar
2020-05-13 01:17:32 +00:00
parent 282677160c
commit 5cacc73db9
36 changed files with 390 additions and 36 deletions

View File

@@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/compare/@react-native-firebase/functions@6.8.1...@react-native-firebase/functions@7.0.0) (2020-05-13)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/issues/3613)
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
## [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

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/functions",
"version": "6.8.1",
"version": "7.0.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",