From 4400a9964f31a64fa41179a0c1d18e2483c4cf85 Mon Sep 17 00:00:00 2001 From: "@Salakar" Date: Mon, 22 Jun 2020 13:48:17 +0000 Subject: [PATCH] chore(release): release packages - @react-native-firebase/app@7.3.0 - @react-native-firebase/database@7.2.3 - @react-native-firebase/firestore@7.2.0 - @react-native-firebase/ml-vision@7.1.5 - react-native-firebase-tests@7.1.19 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a414799eb..182ce37144 100644 --- a/CHANGELOG.md +++ b/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.3.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/app@7.2.1...@react-native-firebase/app@7.3.0) (2020-06-22) + +### Features + +- **firestore:** support clearPersistence() & terminate() APIs ([#3591](https://github.com/invertase/react-native-firebase/issues/3591)) ([57ff900](https://github.com/invertase/react-native-firebase/commit/57ff9003b664b94aa6b5b1997138bdb2220dba65)) + ## [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 diff --git a/package.json b/package.json index cbacff8f0d..d28f370f5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app", - "version": "7.2.1", + "version": "7.3.0", "author": "Invertase (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",