mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 17:42:24 +08:00
chore(release): release packages
- @react-native-firebase/crashlytics@8.3.0 - react-native-firebase-tests@8.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-native-firebase/crashlytics",
|
||||
"version": "8.2.1",
|
||||
"version": "8.3.0",
|
||||
"author": "Invertase <oss@invertase.io> (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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user