chore(release): release packages

- @react-native-firebase/firestore@7.1.5
 - react-native-firebase-tests@7.1.13
This commit is contained in:
@Salakar
2020-06-03 12:59:02 +00:00
parent 405e04009c
commit 9fcd2af2c5
4 changed files with 20 additions and 3 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.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
- **firestore:** update isEqual API to check collection path equality ([#3738](https://github.com/invertase/react-native-firebase/issues/3738)) ([405e040](https://github.com/invertase/react-native-firebase/commit/405e04009c1550dc6897b207ae3a63ad274c6de5))
## [7.1.4](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.1.3...@react-native-firebase/firestore@7.1.4) (2020-06-03)
**Note:** Version bump only for package @react-native-firebase/firestore

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/firestore",
"version": "7.1.4",
"version": "7.1.5",
"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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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)
### Bug Fixes
* **firestore:** update isEqual API to check collection path equality ([#3738](https://github.com/invertase/react-native-firebase/issues/3738)) ([405e040](https://github.com/invertase/react-native-firebase/commit/405e04009c1550dc6897b207ae3a63ad274c6de5))
## [7.1.12](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.11...react-native-firebase-tests@7.1.12) (2020-06-03)
**Note:** Version bump only for package react-native-firebase-tests

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-firebase-tests",
"version": "7.1.12",
"version": "7.1.13",
"private": true,
"scripts": {
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
@@ -15,7 +15,7 @@
"@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.4",
"@react-native-firebase/firestore": "7.1.5",
"@react-native-firebase/functions": "7.1.3",
"@react-native-firebase/iid": "7.1.3",
"@react-native-firebase/in-app-messaging": "7.1.3",