diff --git a/packages/firestore/CHANGELOG.md b/packages/firestore/CHANGELOG.md index 3683d502..67e85290 100644 --- a/packages/firestore/CHANGELOG.md +++ b/packages/firestore/CHANGELOG.md @@ -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 diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 6502889a..3a52c791 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/firestore", - "version": "7.1.4", + "version": "7.1.5", "author": "Invertase (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", diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index c75fabd6..b1b9e955 100644 --- a/tests/CHANGELOG.md +++ b/tests/CHANGELOG.md @@ -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 diff --git a/tests/package.json b/tests/package.json index d832d0c7..38932953 100644 --- a/tests/package.json +++ b/tests/package.json @@ -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",