From 9ba6487fdb458f70a54ff4431d650cc647487370 Mon Sep 17 00:00:00 2001 From: "@Salakar" Date: Mon, 3 Aug 2020 10:06:30 +0000 Subject: [PATCH] chore(release): release packages - @react-native-firebase/crashlytics@8.3.0 - react-native-firebase-tests@8.3.0 --- packages/crashlytics/CHANGELOG.md | 6 ++++++ packages/crashlytics/package.json | 2 +- tests/CHANGELOG.md | 11 +++++++++++ tests/package.json | 4 ++-- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/packages/crashlytics/CHANGELOG.md b/packages/crashlytics/CHANGELOG.md index 276a6d3a..c2820136 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. +# [8.3.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/crashlytics@8.2.1...@react-native-firebase/crashlytics@8.3.0) (2020-08-03) + +### Features + +- **crashlytics:** add new APIs `checkForUnsentReports`, `deleteUnsentReports`,`didCrashOnPreviousExecution`,`sendUnsentReports` ([#4009](https://github.com/invertase/react-native-firebase/issues/4009)) ([52eeed3](https://github.com/invertase/react-native-firebase/commit/52eeed31b3436b0f90767298dcc515b0897ba942)) + ## [8.2.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/crashlytics@8.2.0...@react-native-firebase/crashlytics@8.2.1) (2020-08-03) **Note:** Version bump only for package @react-native-firebase/crashlytics diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index a939d180..9201bf56 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/crashlytics", - "version": "8.2.1", + "version": "8.3.0", "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", diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index 49219e84..b4124e0f 100644 --- a/tests/CHANGELOG.md +++ b/tests/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. +# [8.3.0](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@8.2.1...react-native-firebase-tests@8.3.0) (2020-08-03) + + +### Features + +* **crashlytics:** add new APIs `checkForUnsentReports`, `deleteUnsentReports`,`didCrashOnPreviousExecution`,`sendUnsentReports` ([#4009](https://github.com/invertase/react-native-firebase/issues/4009)) ([52eeed3](https://github.com/invertase/react-native-firebase/commit/52eeed31b3436b0f90767298dcc515b0897ba942)) + + + + + ## [8.2.1](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@8.2.0...react-native-firebase-tests@8.2.1) (2020-08-03) **Note:** Version bump only for package react-native-firebase-tests diff --git a/tests/package.json b/tests/package.json index 58a6b9b3..416960c5 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "react-native-firebase-tests", - "version": "8.2.1", + "version": "8.3.0", "private": true, "scripts": { "build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build", @@ -12,7 +12,7 @@ "@react-native-firebase/app": "8.3.0", "@react-native-firebase/app-types": "6.7.2", "@react-native-firebase/auth": "8.3.1", - "@react-native-firebase/crashlytics": "8.2.1", + "@react-native-firebase/crashlytics": "8.3.0", "@react-native-firebase/database": "7.4.1", "@react-native-firebase/dynamic-links": "7.4.1", "@react-native-firebase/firestore": "7.5.1",