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
This commit is contained in:
@Salakar
2020-06-22 13:48:17 +00:00
parent 57ff9003b6
commit 4c735ae407
10 changed files with 49 additions and 9 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.3](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/database@7.2.2...@react-native-firebase/database@7.2.3) (2020-06-22)
### Bug Fixes
- **ios:** potential race condition fix ([#3484](https://github.com/invertase/react-native-firebase/issues/3484)) ([ca34cef](https://github.com/invertase/react-native-firebase/commit/ca34cef160cd0e632bec6d60e10b45c8efd568c8))
## [7.2.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/database@7.2.1...@react-native-firebase/database@7.2.2) (2020-06-10)
**Note:** Version bump only for package @react-native-firebase/database

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/database",
"version": "7.2.2",
"version": "7.2.3",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - The Firebase Realtime Database is a cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client. React Native Firebase provides native integration with the Android & iOS Firebase SDKs, supporting both realtime data sync and offline capabilities.",
"main": "lib/index.js",