From ce5fcc5e8560d79943690ee06f6f4a419fc570bf Mon Sep 17 00:00:00 2001 From: "@Salakar" Date: Fri, 26 Jun 2020 08:52:01 +0000 Subject: [PATCH] chore(release): release packages - @react-native-firebase/admob@7.2.2 - @react-native-firebase/analytics@7.1.6 - @react-native-firebase/auth@8.0.8 - @react-native-firebase/crashlytics@7.1.7 - @react-native-firebase/database@7.2.5 - @react-native-firebase/dynamic-links@7.2.1 - @react-native-firebase/firestore@7.2.2 - @react-native-firebase/functions@7.1.6 - @react-native-firebase/iid@7.1.7 - @react-native-firebase/in-app-messaging@7.1.6 - @react-native-firebase/messaging@7.1.8 - @react-native-firebase/ml-natural-language@7.1.6 - @react-native-firebase/ml-vision@7.1.7 - @react-native-firebase/perf@7.1.6 - @react-native-firebase/remote-config@7.1.6 - @react-native-firebase/storage@7.1.6 - react-native-firebase-tests@7.1.23 --- packages/admob/CHANGELOG.md | 4 +++ packages/admob/package.json | 2 +- packages/analytics/CHANGELOG.md | 4 +++ packages/analytics/package.json | 2 +- packages/auth/CHANGELOG.md | 4 +++ packages/auth/package.json | 2 +- packages/crashlytics/CHANGELOG.md | 4 +++ packages/crashlytics/package.json | 2 +- packages/database/CHANGELOG.md | 4 +++ packages/database/package.json | 2 +- packages/dynamic-links/CHANGELOG.md | 4 +++ packages/dynamic-links/package.json | 2 +- packages/firestore/CHANGELOG.md | 4 +++ packages/firestore/package.json | 2 +- packages/functions/CHANGELOG.md | 4 +++ packages/functions/package.json | 2 +- packages/iid/CHANGELOG.md | 4 +++ packages/iid/package.json | 2 +- packages/in-app-messaging/CHANGELOG.md | 4 +++ packages/in-app-messaging/package.json | 2 +- packages/messaging/CHANGELOG.md | 4 +++ packages/messaging/package.json | 2 +- packages/ml-natural-language/CHANGELOG.md | 4 +++ packages/ml-natural-language/package.json | 2 +- packages/ml-vision/CHANGELOG.md | 4 +++ packages/ml-vision/package.json | 2 +- packages/perf/CHANGELOG.md | 4 +++ packages/perf/package.json | 2 +- packages/remote-config/CHANGELOG.md | 4 +++ packages/remote-config/package.json | 2 +- packages/storage/CHANGELOG.md | 4 +++ packages/storage/package.json | 2 +- tests/CHANGELOG.md | 8 ++++++ tests/package.json | 34 +++++++++++------------ 34 files changed, 105 insertions(+), 33 deletions(-) diff --git a/packages/admob/CHANGELOG.md b/packages/admob/CHANGELOG.md index 9e05d665..c393dee4 100644 --- a/packages/admob/CHANGELOG.md +++ b/packages/admob/CHANGELOG.md @@ -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.2.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/admob@7.2.1...@react-native-firebase/admob@7.2.2) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/admob + ## [7.2.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/admob@7.2.0...@react-native-firebase/admob@7.2.1) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/admob diff --git a/packages/admob/package.json b/packages/admob/package.json index fb3af743..c223f344 100644 --- a/packages/admob/package.json +++ b/packages/admob/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/admob", - "version": "7.2.1", + "version": "7.2.2", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Google AdMob is an easy way to monetize mobile apps with targeted, in-app advertising.", "main": "lib/index.js", diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 237a79a3..287855ed 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -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/analytics@7.1.5...@react-native-firebase/analytics@7.1.6) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/analytics + ## [7.1.5](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/analytics@7.1.4...@react-native-firebase/analytics@7.1.5) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 301d8454..908c496e 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/analytics", - "version": "7.1.5", + "version": "7.1.6", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.", "main": "lib/index.js", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 8d86997e..ba5963e6 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -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. +## [8.0.8](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/auth@8.0.7...@react-native-firebase/auth@8.0.8) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/auth + ## [8.0.7](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/auth@8.0.6...@react-native-firebase/auth@8.0.7) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index a775bf04..60e84fee 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/auth", - "version": "8.0.7", + "version": "8.0.8", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. React Native Firebase provides access to all Firebase authentication methods and identity providers.", "main": "lib/index.js", diff --git a/packages/crashlytics/CHANGELOG.md b/packages/crashlytics/CHANGELOG.md index 8a1c493e..886368ba 100644 --- a/packages/crashlytics/CHANGELOG.md +++ b/packages/crashlytics/CHANGELOG.md @@ -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.7](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/crashlytics@7.1.6...@react-native-firebase/crashlytics@7.1.7) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/crashlytics + ## [7.1.6](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/crashlytics@7.1.5...@react-native-firebase/crashlytics@7.1.6) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/crashlytics diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index 2bd7dbd8..23d0160c 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/crashlytics", - "version": "7.1.6", + "version": "7.1.7", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.", "main": "lib/index.js", diff --git a/packages/database/CHANGELOG.md b/packages/database/CHANGELOG.md index 76f535c0..7ccfd38f 100644 --- a/packages/database/CHANGELOG.md +++ b/packages/database/CHANGELOG.md @@ -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.2.5](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/database@7.2.4...@react-native-firebase/database@7.2.5) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/database + ## [7.2.4](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/database@7.2.3...@react-native-firebase/database@7.2.4) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/database diff --git a/packages/database/package.json b/packages/database/package.json index 2264b095..7cd30dbb 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/database", - "version": "7.2.4", + "version": "7.2.5", "author": "Invertase (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", diff --git a/packages/dynamic-links/CHANGELOG.md b/packages/dynamic-links/CHANGELOG.md index 447c04b1..e06e09dd 100644 --- a/packages/dynamic-links/CHANGELOG.md +++ b/packages/dynamic-links/CHANGELOG.md @@ -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.2.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/dynamic-links@7.2.0...@react-native-firebase/dynamic-links@7.2.1) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/dynamic-links + # [7.2.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/dynamic-links@7.1.5...@react-native-firebase/dynamic-links@7.2.0) (2020-06-22) ### Features diff --git a/packages/dynamic-links/package.json b/packages/dynamic-links/package.json index d39401d5..da8cc948 100644 --- a/packages/dynamic-links/package.json +++ b/packages/dynamic-links/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/dynamic-links", - "version": "7.2.0", + "version": "7.2.1", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Dynamic Links", "main": "lib/index.js", diff --git a/packages/firestore/CHANGELOG.md b/packages/firestore/CHANGELOG.md index ed094aff..d55bc5e0 100644 --- a/packages/firestore/CHANGELOG.md +++ b/packages/firestore/CHANGELOG.md @@ -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.2.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.2.1...@react-native-firebase/firestore@7.2.2) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/firestore + ## [7.2.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.2.0...@react-native-firebase/firestore@7.2.1) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/firestore diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 7fea48dc..d0448fc2 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/firestore", - "version": "7.2.1", + "version": "7.2.2", "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/packages/functions/CHANGELOG.md b/packages/functions/CHANGELOG.md index ce2f6922..cf0d74ed 100644 --- a/packages/functions/CHANGELOG.md +++ b/packages/functions/CHANGELOG.md @@ -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/functions@7.1.5...@react-native-firebase/functions@7.1.6) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/functions + ## [7.1.5](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/functions@7.1.4...@react-native-firebase/functions@7.1.5) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/functions diff --git a/packages/functions/package.json b/packages/functions/package.json index 81fda509..33e20468 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/functions", - "version": "7.1.5", + "version": "7.1.6", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. React Native Firebase supports integration with production and locally emulated Cloud Functions with a simple API interface.\n\n", "main": "lib/index.js", diff --git a/packages/iid/CHANGELOG.md b/packages/iid/CHANGELOG.md index 549ff4ce..6675ae3b 100644 --- a/packages/iid/CHANGELOG.md +++ b/packages/iid/CHANGELOG.md @@ -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.7](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/iid@7.1.6...@react-native-firebase/iid@7.1.7) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/iid + ## [7.1.6](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/iid@7.1.5...@react-native-firebase/iid@7.1.6) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/iid diff --git a/packages/iid/package.json b/packages/iid/package.json index 623bfc5a..8a79b804 100644 --- a/packages/iid/package.json +++ b/packages/iid/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/iid", - "version": "7.1.6", + "version": "7.1.7", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase Instance ID provides a unique identifier for each instance of your app and a mechanism to authenticate and authorize actions for it (for example: sending FCM messages).", "main": "lib/index.js", diff --git a/packages/in-app-messaging/CHANGELOG.md b/packages/in-app-messaging/CHANGELOG.md index e7df9e84..c8018377 100644 --- a/packages/in-app-messaging/CHANGELOG.md +++ b/packages/in-app-messaging/CHANGELOG.md @@ -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/in-app-messaging@7.1.5...@react-native-firebase/in-app-messaging@7.1.6) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/in-app-messaging + ## [7.1.5](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/in-app-messaging@7.1.4...@react-native-firebase/in-app-messaging@7.1.5) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/in-app-messaging diff --git a/packages/in-app-messaging/package.json b/packages/in-app-messaging/package.json index 4e96aeb2..7d0cf450 100644 --- a/packages/in-app-messaging/package.json +++ b/packages/in-app-messaging/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/in-app-messaging", - "version": "7.1.5", + "version": "7.1.6", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase In-App Messaging helps you engage your app's active users by sending them targeted, contextual messages that encourage them to use key app features. React Native Firebase provides support for both native Android & iOS integration with a simple JavaScript API.", "main": "lib/index.js", diff --git a/packages/messaging/CHANGELOG.md b/packages/messaging/CHANGELOG.md index d79583c5..195d6f96 100644 --- a/packages/messaging/CHANGELOG.md +++ b/packages/messaging/CHANGELOG.md @@ -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.8](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.1.7...@react-native-firebase/messaging@7.1.8) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/messaging + ## [7.1.7](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.1.6...@react-native-firebase/messaging@7.1.7) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/messaging diff --git a/packages/messaging/package.json b/packages/messaging/package.json index a2eb3028..35ff6e98 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/messaging", - "version": "7.1.7", + "version": "7.1.8", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.", "main": "lib/index.js", diff --git a/packages/ml-natural-language/CHANGELOG.md b/packages/ml-natural-language/CHANGELOG.md index 0afe6af2..e08f1d27 100644 --- a/packages/ml-natural-language/CHANGELOG.md +++ b/packages/ml-natural-language/CHANGELOG.md @@ -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/ml-natural-language@7.1.5...@react-native-firebase/ml-natural-language@7.1.6) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/ml-natural-language + ## [7.1.5](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/ml-natural-language@7.1.4...@react-native-firebase/ml-natural-language@7.1.5) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/ml-natural-language diff --git a/packages/ml-natural-language/package.json b/packages/ml-natural-language/package.json index ce51438a..ec564cbb 100644 --- a/packages/ml-natural-language/package.json +++ b/packages/ml-natural-language/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/ml-natural-language", - "version": "7.1.5", + "version": "7.1.6", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase ML Kit brings the power of machine learning to your React Native application, supporting both Android & iOS.", "main": "lib/index.js", diff --git a/packages/ml-vision/CHANGELOG.md b/packages/ml-vision/CHANGELOG.md index 2fcaa656..7edd3bca 100644 --- a/packages/ml-vision/CHANGELOG.md +++ b/packages/ml-vision/CHANGELOG.md @@ -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.7](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/ml-vision@7.1.6...@react-native-firebase/ml-vision@7.1.7) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/ml-vision + ## [7.1.6](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/ml-vision@7.1.5...@react-native-firebase/ml-vision@7.1.6) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/ml-vision diff --git a/packages/ml-vision/package.json b/packages/ml-vision/package.json index 23332c8d..734b9972 100644 --- a/packages/ml-vision/package.json +++ b/packages/ml-vision/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/ml-vision", - "version": "7.1.6", + "version": "7.1.7", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase ML Kit brings the power of machine learning vision to your React Native application, supporting both Android & iOS.", "main": "lib/index.js", diff --git a/packages/perf/CHANGELOG.md b/packages/perf/CHANGELOG.md index d0881b04..9f2bad06 100644 --- a/packages/perf/CHANGELOG.md +++ b/packages/perf/CHANGELOG.md @@ -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/perf@7.1.5...@react-native-firebase/perf@7.1.6) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/perf + ## [7.1.5](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/perf@7.1.4...@react-native-firebase/perf@7.1.5) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/perf diff --git a/packages/perf/package.json b/packages/perf/package.json index 588281bf..b47db406 100644 --- a/packages/perf/package.json +++ b/packages/perf/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/perf", - "version": "7.1.5", + "version": "7.1.6", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.", "main": "lib/index.js", diff --git a/packages/remote-config/CHANGELOG.md b/packages/remote-config/CHANGELOG.md index 965c6298..f948e203 100644 --- a/packages/remote-config/CHANGELOG.md +++ b/packages/remote-config/CHANGELOG.md @@ -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/remote-config@7.1.5...@react-native-firebase/remote-config@7.1.6) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/remote-config + ## [7.1.5](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/remote-config@7.1.4...@react-native-firebase/remote-config@7.1.5) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/remote-config diff --git a/packages/remote-config/package.json b/packages/remote-config/package.json index c01f10ad..4e643062 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/remote-config", - "version": "7.1.5", + "version": "7.1.6", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - React Native Firebase provides native integration with Remote Config, allowing you to change the appearance and/or functionality of your app without requiring an app update.", "main": "lib/index.js", diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index d4cd13d5..f1d3afaf 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -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/storage@7.1.5...@react-native-firebase/storage@7.1.6) (2020-06-26) + +**Note:** Version bump only for package @react-native-firebase/storage + ## [7.1.5](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/storage@7.1.4...@react-native-firebase/storage@7.1.5) (2020-06-22) **Note:** Version bump only for package @react-native-firebase/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 10ffef48..ff01e115 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/storage", - "version": "7.1.5", + "version": "7.1.6", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - React Native Firebase provides native integration with Cloud Storage, providing support to upload and download files directly from your device and from your Firebase Cloud Storage bucket.", "main": "lib/index.js", diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index 8d483b87..9ade9899 100644 --- a/tests/CHANGELOG.md +++ b/tests/CHANGELOG.md @@ -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.23](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.22...react-native-firebase-tests@7.1.23) (2020-06-26) + +**Note:** Version bump only for package react-native-firebase-tests + + + + + ## [7.1.22](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.21...react-native-firebase-tests@7.1.22) (2020-06-26) **Note:** Version bump only for package react-native-firebase-tests diff --git a/tests/package.json b/tests/package.json index fe5b6836..d8328b08 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,30 +1,30 @@ { "name": "react-native-firebase-tests", - "version": "7.1.22", + "version": "7.1.23", "private": true, "scripts": { "build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build", "prepare": "patch-package" }, "dependencies": { - "@react-native-firebase/admob": "7.2.1", - "@react-native-firebase/analytics": "7.1.5", + "@react-native-firebase/admob": "7.2.2", + "@react-native-firebase/analytics": "7.1.6", "@react-native-firebase/app": "7.3.1", "@react-native-firebase/app-types": "6.7.2", - "@react-native-firebase/auth": "8.0.7", - "@react-native-firebase/crashlytics": "7.1.6", - "@react-native-firebase/database": "7.2.4", - "@react-native-firebase/dynamic-links": "7.2.0", - "@react-native-firebase/firestore": "7.2.1", - "@react-native-firebase/functions": "7.1.5", - "@react-native-firebase/iid": "7.1.6", - "@react-native-firebase/in-app-messaging": "7.1.5", - "@react-native-firebase/messaging": "7.1.7", - "@react-native-firebase/ml-natural-language": "7.1.5", - "@react-native-firebase/ml-vision": "7.1.6", - "@react-native-firebase/perf": "7.1.5", - "@react-native-firebase/remote-config": "7.1.5", - "@react-native-firebase/storage": "7.1.5", + "@react-native-firebase/auth": "8.0.8", + "@react-native-firebase/crashlytics": "7.1.7", + "@react-native-firebase/database": "7.2.5", + "@react-native-firebase/dynamic-links": "7.2.1", + "@react-native-firebase/firestore": "7.2.2", + "@react-native-firebase/functions": "7.1.6", + "@react-native-firebase/iid": "7.1.7", + "@react-native-firebase/in-app-messaging": "7.1.6", + "@react-native-firebase/messaging": "7.1.8", + "@react-native-firebase/ml-natural-language": "7.1.6", + "@react-native-firebase/ml-vision": "7.1.7", + "@react-native-firebase/perf": "7.1.6", + "@react-native-firebase/remote-config": "7.1.6", + "@react-native-firebase/storage": "7.1.6", "react": "16.11.0", "react-native": "0.62.2" },