mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-native-firebase/app",
|
||||
"version": "7.1.0",
|
||||
"version": "7.1.1",
|
||||
"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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-native-firebase/crashlytics",
|
||||
"version": "7.1.0",
|
||||
"version": "7.1.1",
|
||||
"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",
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user