From a3195146c80e33705e9af035fb936e25300ce667 Mon Sep 17 00:00:00 2001 From: "@Salakar" Date: Fri, 29 May 2020 14:10:29 +0000 Subject: [PATCH] chore(release): release packages - @react-native-firebase/app@7.1.3 - react-native-firebase-tests@7.1.5 --- packages/app/CHANGELOG.md | 8 ++++++++ packages/app/package.json | 2 +- tests/CHANGELOG.md | 8 ++++++++ tests/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index a8614045..649e9b0b 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -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 diff --git a/packages/app/package.json b/packages/app/package.json index fc23f8d0..f46478a8 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app", - "version": "7.1.2", + "version": "7.1.3", "author": "Invertase (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", diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index 82698aeb..07f902fd 100644 --- a/tests/CHANGELOG.md +++ b/tests/CHANGELOG.md @@ -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 diff --git a/tests/package.json b/tests/package.json index a103caed..b3ee5980 100644 --- a/tests/package.json +++ b/tests/package.json @@ -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",