mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-19 01:46:27 +08:00
chore(release): release packages
- @react-native-firebase/app@7.2.0 - react-native-firebase-tests@7.1.10
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [7.2.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/app@7.1.4...@react-native-firebase/app@7.2.0) (2020-06-03)
|
||||
|
||||
### Features
|
||||
|
||||
- **app:** add Play Services available utilities ([#3601](https://github.com/invertase/react-native-firebase/issues/3601)) ([0b0f858](https://github.com/invertase/react-native-firebase/commit/0b0f858527b8c0757db7021533f84425f79d0ea5))
|
||||
|
||||
## [7.1.4](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/app@7.1.3...@react-native-firebase/app@7.1.4) (2020-05-29)
|
||||
|
||||
**Note:** Version bump only for package @react-native-firebase/app
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-native-firebase/app",
|
||||
"version": "7.1.4",
|
||||
"version": "7.2.0",
|
||||
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
||||
"description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
|
||||
"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.
|
||||
|
||||
## [7.1.10](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.9...react-native-firebase-tests@7.1.10) (2020-06-03)
|
||||
|
||||
**Note:** Version bump only for package react-native-firebase-tests
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [7.1.9](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.8...react-native-firebase-tests@7.1.9) (2020-06-01)
|
||||
|
||||
**Note:** Version bump only for package react-native-firebase-tests
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-firebase-tests",
|
||||
"version": "7.1.9",
|
||||
"version": "7.1.10",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
|
||||
@@ -9,7 +9,7 @@
|
||||
"dependencies": {
|
||||
"@react-native-firebase/admob": "7.1.2",
|
||||
"@react-native-firebase/analytics": "7.1.2",
|
||||
"@react-native-firebase/app": "7.1.4",
|
||||
"@react-native-firebase/app": "7.2.0",
|
||||
"@react-native-firebase/app-types": "6.7.2",
|
||||
"@react-native-firebase/auth": "8.0.3",
|
||||
"@react-native-firebase/crashlytics": "7.1.3",
|
||||
|
||||
Reference in New Issue
Block a user