mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user