chore(release): release packages

- @react-native-firebase/app@7.1.3
 - react-native-firebase-tests@7.1.5
This commit is contained in:
@Salakar
2020-05-29 14:10:29 +00:00
parent bd2aa8324b
commit a3195146c8
4 changed files with 19 additions and 3 deletions

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.3](https://github.com/invertase/react-native-firebase/tree/master/packages/app/compare/@react-native-firebase/app@7.1.2...@react-native-firebase/app@7.1.3) (2020-05-29)
**Note:** Version bump only for package @react-native-firebase/app
## [7.1.2](https://github.com/invertase/react-native-firebase/tree/master/packages/app/compare/@react-native-firebase/app@7.1.1...@react-native-firebase/app@7.1.2) (2020-05-29)
**Note:** Version bump only for package @react-native-firebase/app

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/app",
"version": "7.1.2",
"version": "7.1.3",
"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",

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.5](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.4...react-native-firebase-tests@7.1.5) (2020-05-29)
**Note:** Version bump only for package react-native-firebase-tests
## [7.1.4](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.3...react-native-firebase-tests@7.1.4) (2020-05-29)
**Note:** Version bump only for package react-native-firebase-tests

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-firebase-tests",
"version": "7.1.4",
"version": "7.1.5",
"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.0",
"@react-native-firebase/analytics": "7.1.0",
"@react-native-firebase/app": "7.1.2",
"@react-native-firebase/app": "7.1.3",
"@react-native-firebase/app-types": "6.7.2",
"@react-native-firebase/auth": "8.0.0",
"@react-native-firebase/crashlytics": "7.1.1",