chore(release): release packages

- @react-native-firebase/app@7.2.1
 - @react-native-firebase/firestore@7.1.6
 - react-native-firebase-tests@7.1.14
This commit is contained in:
@Salakar
2020-06-10 14:00:57 +00:00
parent 13249857c7
commit ca24c04614
6 changed files with 23 additions and 5 deletions

View File

@@ -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.2.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/app@7.2.0...@react-native-firebase/app@7.2.1) (2020-06-10)
### Bug Fixes
- **android:** generate version for ReactNativeFirebaseAppRegistrar.java ([#3766](https://github.com/invertase/react-native-firebase/issues/3766)) ([1324985](https://github.com/invertase/react-native-firebase/commit/13249857c7303d44b9a2ca92d2604a27e949bad9))
# [7.2.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/app@7.1.4...@react-native-firebase/app@7.2.0) (2020-06-03)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/app",
"version": "7.2.0",
"version": "7.2.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",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [7.1.6](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.1.5...@react-native-firebase/firestore@7.1.6) (2020-06-10)
**Note:** Version bump only for package @react-native-firebase/firestore
## [7.1.5](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.1.4...@react-native-firebase/firestore@7.1.5) (2020-06-03)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/firestore",
"version": "7.1.5",
"version": "7.1.6",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Cloud Firestore is a NoSQL cloud database to store and sync data between your React Native application and Firebase's database. The API matches the Firebase Web SDK whilst taking advantage of the native SDKs performance and offline capabilities.",
"main": "lib/index.js",

View File

@@ -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.14](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.13...react-native-firebase-tests@7.1.14) (2020-06-10)
**Note:** Version bump only for package react-native-firebase-tests
## [7.1.13](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.12...react-native-firebase-tests@7.1.13) (2020-06-03)

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-firebase-tests",
"version": "7.1.13",
"version": "7.1.14",
"private": true,
"scripts": {
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
@@ -9,13 +9,13 @@
"dependencies": {
"@react-native-firebase/admob": "7.1.3",
"@react-native-firebase/analytics": "7.1.3",
"@react-native-firebase/app": "7.2.0",
"@react-native-firebase/app": "7.2.1",
"@react-native-firebase/app-types": "6.7.2",
"@react-native-firebase/auth": "8.0.4",
"@react-native-firebase/crashlytics": "7.1.4",
"@react-native-firebase/database": "7.2.1",
"@react-native-firebase/dynamic-links": "7.1.3",
"@react-native-firebase/firestore": "7.1.5",
"@react-native-firebase/firestore": "7.1.6",
"@react-native-firebase/functions": "7.1.3",
"@react-native-firebase/iid": "7.1.3",
"@react-native-firebase/in-app-messaging": "7.1.3",