From f57d69d4bf6c100e45e00f755c405e3acf7d3b46 Mon Sep 17 00:00:00 2001 From: "@Salakar" Date: Fri, 29 May 2020 03:43:45 +0000 Subject: [PATCH] chore(release): release packages - @react-native-firebase/app@7.1.1 - @react-native-firebase/crashlytics@7.1.1 - react-native-firebase-tests@7.1.3 --- packages/app/CHANGELOG.md | 11 +++++++++++ packages/app/package.json | 2 +- packages/crashlytics/CHANGELOG.md | 6 ++++++ packages/crashlytics/package.json | 4 ++-- tests/CHANGELOG.md | 8 ++++++++ tests/package.json | 6 +++--- 6 files changed, 31 insertions(+), 6 deletions(-) diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 3db01038..35023f03 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.1.1](https://github.com/invertase/react-native-firebase/tree/master/packages/app/compare/@react-native-firebase/app@7.1.0...@react-native-firebase/app@7.1.1) (2020-05-29) + + +### Bug Fixes + +* **android:** remove deprecated usages of `APPLICATION_ID` ([#3711](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/3711)) ([984d3fc](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/984d3fc1668221c166ab459d67d1c646d73d165b)) + + + + + # [7.1.0](https://github.com/invertase/react-native-firebase/tree/master/packages/app/compare/@react-native-firebase/app@7.0.1...@react-native-firebase/app@7.1.0) (2020-05-22) diff --git a/packages/app/package.json b/packages/app/package.json index c3a5ca65..d0bb1fe8 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app", - "version": "7.1.0", + "version": "7.1.1", "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/packages/crashlytics/CHANGELOG.md b/packages/crashlytics/CHANGELOG.md index 9be80689..80e0d2cd 100644 --- a/packages/crashlytics/CHANGELOG.md +++ b/packages/crashlytics/CHANGELOG.md @@ -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.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/crashlytics@7.1.0...@react-native-firebase/crashlytics@7.1.1) (2020-05-29) + +### Bug Fixes + +- **android:** remove deprecated usages of `APPLICATION_ID` ([#3711](https://github.com/invertase/react-native-firebase/issues/3711)) ([984d3fc](https://github.com/invertase/react-native-firebase/commit/984d3fc1668221c166ab459d67d1c646d73d165b)) + # [7.1.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/crashlytics@7.0.1...@react-native-firebase/crashlytics@7.1.0) (2020-05-22) ### Features diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index ee6677fc..7f1f648d 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/crashlytics", - "version": "7.1.0", + "version": "7.1.1", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.", "main": "lib/index.js", @@ -27,7 +27,7 @@ "crashlytics" ], "peerDependencies": { - "@react-native-firebase/app": "7.1.0" + "@react-native-firebase/app": "7.1.1" }, "dependencies": { "stacktrace-js": "^2.0.0" diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index 41c9bd8d..61f2ad6b 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.3](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.2...react-native-firebase-tests@7.1.3) (2020-05-29) + +**Note:** Version bump only for package react-native-firebase-tests + + + + + ## [7.1.2](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.1...react-native-firebase-tests@7.1.2) (2020-05-28) **Note:** Version bump only for package react-native-firebase-tests diff --git a/tests/package.json b/tests/package.json index 552a363a..64dc6c1e 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "react-native-firebase-tests", - "version": "7.1.2", + "version": "7.1.3", "private": true, "scripts": { "build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build", @@ -9,10 +9,10 @@ "dependencies": { "@react-native-firebase/admob": "7.1.0", "@react-native-firebase/analytics": "7.1.0", - "@react-native-firebase/app": "7.1.0", + "@react-native-firebase/app": "7.1.1", "@react-native-firebase/app-types": "6.7.2", "@react-native-firebase/auth": "8.0.0", - "@react-native-firebase/crashlytics": "7.1.0", + "@react-native-firebase/crashlytics": "7.1.1", "@react-native-firebase/database": "7.1.0", "@react-native-firebase/dynamic-links": "7.1.0", "@react-native-firebase/firestore": "7.1.0",