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:
@Salakar
2020-06-18 10:31:28 +00:00
parent b2ffe11587
commit dcbfee4911
6 changed files with 25 additions and 5 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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

View File

@@ -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",

View File

@@ -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

View File

@@ -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",