mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
chore(release): release packages
- @react-native-firebase/admob@7.2.0 - @react-native-firebase/messaging@7.1.6 - react-native-firebase-tests@7.1.17
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/admob@7.1.4...@react-native-firebase/admob@7.2.0) (2020-06-18)
|
||||
|
||||
### Features
|
||||
|
||||
- **android:** don't call ad of AdmobBanner multiple times ([#3488](https://github.com/invertase/react-native-firebase/issues/3488)) ([8c8d448](https://github.com/invertase/react-native-firebase/commit/8c8d448a3e9d4c96fd015d74e859081218af67c8))
|
||||
|
||||
## [7.1.4](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/admob@7.1.3...@react-native-firebase/admob@7.1.4) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @react-native-firebase/admob
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-native-firebase/admob",
|
||||
"version": "7.1.4",
|
||||
"version": "7.2.0",
|
||||
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
||||
"description": "React Native Firebase - Google AdMob is an easy way to monetize mobile apps with targeted, in-app advertising.",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -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.1.6](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.1.5...@react-native-firebase/messaging@7.1.6) (2020-06-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **ios:** handle nil messaging token ([#3790](https://github.com/invertase/react-native-firebase/issues/3790)) ([b2ffe11](https://github.com/invertase/react-native-firebase/commit/b2ffe115874c422414d58038d5d01e1b411c5a6c))
|
||||
|
||||
## [7.1.5](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.1.4...@react-native-firebase/messaging@7.1.5) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @react-native-firebase/messaging
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-native-firebase/messaging",
|
||||
"version": "7.1.5",
|
||||
"version": "7.1.6",
|
||||
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
||||
"description": "React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.",
|
||||
"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.17](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.16...react-native-firebase-tests@7.1.17) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package react-native-firebase-tests
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [7.1.16](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.15...react-native-firebase-tests@7.1.16) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package react-native-firebase-tests
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "react-native-firebase-tests",
|
||||
"version": "7.1.16",
|
||||
"version": "7.1.17",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
|
||||
"prepare": "patch-package"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-firebase/admob": "7.1.4",
|
||||
"@react-native-firebase/admob": "7.2.0",
|
||||
"@react-native-firebase/analytics": "7.1.4",
|
||||
"@react-native-firebase/app": "7.2.1",
|
||||
"@react-native-firebase/app-types": "6.7.2",
|
||||
@@ -19,7 +19,7 @@
|
||||
"@react-native-firebase/functions": "7.1.4",
|
||||
"@react-native-firebase/iid": "7.1.4",
|
||||
"@react-native-firebase/in-app-messaging": "7.1.4",
|
||||
"@react-native-firebase/messaging": "7.1.5",
|
||||
"@react-native-firebase/messaging": "7.1.6",
|
||||
"@react-native-firebase/ml-natural-language": "7.1.4",
|
||||
"@react-native-firebase/ml-vision": "7.1.4",
|
||||
"@react-native-firebase/perf": "7.1.4",
|
||||
|
||||
Reference in New Issue
Block a user