Skip to content

Commit f57d69d

Browse files
committed
chore(release): release packages
- @react-native-firebase/[email protected] - @react-native-firebase/[email protected] - [email protected]
1 parent 984d3fc commit f57d69d

File tree

6 files changed

+31
-6
lines changed

6 files changed

+31
-6
lines changed

packages/app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.1](https://github.com/invertase/react-native-firebase/tree/master/packages/app/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-05-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [7.1.0](https://github.com/invertase/react-native-firebase/tree/master/packages/app/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-05-22)
718

819

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/app",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"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.",
66
"main": "lib/index.js",

packages/crashlytics/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-05-29)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [7.1.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-05-22)
713

814
### Features

packages/crashlytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/crashlytics",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"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.",
66
"main": "lib/index.js",
@@ -27,7 +27,7 @@
2727
"crashlytics"
2828
],
2929
"peerDependencies": {
30-
"@react-native-firebase/app": "7.1.0"
30+
"@react-native-firebase/app": "7.1.1"
3131
},
3232
"dependencies": {
3333
"stacktrace-js": "^2.0.0"

tests/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.3](https://github.com/invertase/react-native-firebase/compare/[email protected]@7.1.3) (2020-05-29)
7+
8+
**Note:** Version bump only for package react-native-firebase-tests
9+
10+
11+
12+
13+
614
## [7.1.2](https://github.com/invertase/react-native-firebase/compare/[email protected]@7.1.2) (2020-05-28)
715

816
**Note:** Version bump only for package react-native-firebase-tests

tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-firebase-tests",
3-
"version": "7.1.2",
3+
"version": "7.1.3",
44
"private": true,
55
"scripts": {
66
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
@@ -9,10 +9,10 @@
99
"dependencies": {
1010
"@react-native-firebase/admob": "7.1.0",
1111
"@react-native-firebase/analytics": "7.1.0",
12-
"@react-native-firebase/app": "7.1.0",
12+
"@react-native-firebase/app": "7.1.1",
1313
"@react-native-firebase/app-types": "6.7.2",
1414
"@react-native-firebase/auth": "8.0.0",
15-
"@react-native-firebase/crashlytics": "7.1.0",
15+
"@react-native-firebase/crashlytics": "7.1.1",
1616
"@react-native-firebase/database": "7.1.0",
1717
"@react-native-firebase/dynamic-links": "7.1.0",
1818
"@react-native-firebase/firestore": "7.1.0",

0 commit comments

Comments
 (0)