From bc7c51a547daef5e34c752077d6056bb034684f8 Mon Sep 17 00:00:00 2001 From: "@Salakar" Date: Mon, 3 Aug 2020 09:45:52 +0000 Subject: [PATCH] chore(release): release packages - @react-native-firebase/admob@7.4.0 - @react-native-firebase/analytics@7.4.0 - @react-native-firebase/app@8.3.0 - @react-native-firebase/auth@8.3.0 - @react-native-firebase/crashlytics@8.2.0 - @react-native-firebase/database@7.4.0 - @react-native-firebase/dynamic-links@7.4.0 - @react-native-firebase/firestore@7.5.0 - @react-native-firebase/functions@7.3.0 - @react-native-firebase/iid@7.3.0 - @react-native-firebase/in-app-messaging@7.3.0 - @react-native-firebase/messaging@7.6.0 - @react-native-firebase/ml-natural-language@7.3.0 - @react-native-firebase/ml-vision@7.3.0 - @react-native-firebase/perf@7.3.0 - @react-native-firebase/remote-config@8.1.0 - @react-native-firebase/storage@7.3.0 - @react-native-firebase/template@6.9.0 - react-native-firebase-tests@8.2.0 --- packages/admob/CHANGELOG.md | 6 ++++ packages/admob/package.json | 2 +- packages/analytics/CHANGELOG.md | 6 ++++ packages/analytics/package.json | 2 +- packages/app/CHANGELOG.md | 6 ++++ packages/app/package.json | 2 +- packages/auth/CHANGELOG.md | 6 ++++ packages/auth/package.json | 2 +- packages/crashlytics/CHANGELOG.md | 6 ++++ packages/crashlytics/package.json | 2 +- packages/database/CHANGELOG.md | 6 ++++ packages/database/package.json | 2 +- packages/dynamic-links/CHANGELOG.md | 6 ++++ packages/dynamic-links/package.json | 2 +- packages/firestore/CHANGELOG.md | 6 ++++ packages/firestore/package.json | 2 +- packages/functions/CHANGELOG.md | 6 ++++ packages/functions/package.json | 2 +- packages/iid/CHANGELOG.md | 6 ++++ packages/iid/package.json | 2 +- packages/in-app-messaging/CHANGELOG.md | 6 ++++ packages/in-app-messaging/package.json | 2 +- packages/messaging/CHANGELOG.md | 11 +++++++ packages/messaging/package.json | 2 +- packages/ml-natural-language/CHANGELOG.md | 6 ++++ packages/ml-natural-language/package.json | 2 +- packages/ml-vision/CHANGELOG.md | 6 ++++ packages/ml-vision/package.json | 2 +- packages/perf/CHANGELOG.md | 6 ++++ packages/perf/package.json | 2 +- packages/remote-config/CHANGELOG.md | 19 ++++++++---- packages/remote-config/package.json | 2 +- packages/storage/CHANGELOG.md | 6 ++++ packages/storage/package.json | 2 +- packages/template/CHANGELOG.md | 6 ++++ packages/template/package.json | 2 +- tests/CHANGELOG.md | 11 +++++++ tests/package.json | 36 +++++++++++------------ 38 files changed, 168 insertions(+), 41 deletions(-) diff --git a/packages/admob/CHANGELOG.md b/packages/admob/CHANGELOG.md index 7fe19b1c..8ade40a6 100644 --- a/packages/admob/CHANGELOG.md +++ b/packages/admob/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.4.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/admob@7.3.3...@react-native-firebase/admob@7.4.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.3.3](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/admob@7.3.2...@react-native-firebase/admob@7.3.3) (2020-07-23) **Note:** Version bump only for package @react-native-firebase/admob diff --git a/packages/admob/package.json b/packages/admob/package.json index d7d87895..a057ea88 100644 --- a/packages/admob/package.json +++ b/packages/admob/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/admob", - "version": "7.3.3", + "version": "7.4.0", "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 312d120a..5f74abd1 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/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.4.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/analytics@7.3.1...@react-native-firebase/analytics@7.4.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.3.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/analytics@7.3.0...@react-native-firebase/analytics@7.3.1) (2020-07-09) **Note:** Version bump only for package @react-native-firebase/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index bd6795d4..49d01c65 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/analytics", - "version": "7.3.1", + "version": "7.4.0", "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/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 546b0573..837d0a7e 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/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. +# [8.3.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/app@8.2.0...@react-native-firebase/app@8.3.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + # [8.2.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/app@8.1.0...@react-native-firebase/app@8.2.0) (2020-07-09) ### Features diff --git a/packages/app/package.json b/packages/app/package.json index 2e649c82..c87c7a88 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app", - "version": "8.2.0", + "version": "8.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", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 7852e37b..0fc658ce 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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. +# [8.3.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/auth@8.2.0...@react-native-firebase/auth@8.3.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + # [8.2.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/auth@8.1.2...@react-native-firebase/auth@8.2.0) (2020-07-10) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index df29651f..62703c6f 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/auth", - "version": "8.2.0", + "version": "8.3.0", "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 e9bbb4f3..1446a2ec 100644 --- a/packages/crashlytics/CHANGELOG.md +++ b/packages/crashlytics/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. +# [8.2.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/crashlytics@8.1.2...@react-native-firebase/crashlytics@8.2.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [8.1.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/crashlytics@8.1.1...@react-native-firebase/crashlytics@8.1.2) (2020-07-09) **Note:** Version bump only for package @react-native-firebase/crashlytics diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index 0f472725..fe9146fe 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/crashlytics", - "version": "8.1.2", + "version": "8.2.0", "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 f5c805b6..f6370cd9 100644 --- a/packages/database/CHANGELOG.md +++ b/packages/database/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.4.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/database@7.3.2...@react-native-firebase/database@7.4.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.3.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/database@7.3.1...@react-native-firebase/database@7.3.2) (2020-07-09) **Note:** Version bump only for package @react-native-firebase/database diff --git a/packages/database/package.json b/packages/database/package.json index 75b42c8e..48aee36b 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/database", - "version": "7.3.2", + "version": "7.4.0", "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 a52cf5d0..9f472847 100644 --- a/packages/dynamic-links/CHANGELOG.md +++ b/packages/dynamic-links/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.4.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/dynamic-links@7.3.2...@react-native-firebase/dynamic-links@7.4.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.3.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/dynamic-links@7.3.1...@react-native-firebase/dynamic-links@7.3.2) (2020-07-09) **Note:** Version bump only for package @react-native-firebase/dynamic-links diff --git a/packages/dynamic-links/package.json b/packages/dynamic-links/package.json index 95d1e6b4..d1e6b3b0 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.3.2", + "version": "7.4.0", "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 7a15d448..e6de51ee 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.5.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.4.3...@react-native-firebase/firestore@7.5.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.4.3](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.4.2...@react-native-firebase/firestore@7.4.3) (2020-07-09) **Note:** Version bump only for package @react-native-firebase/firestore diff --git a/packages/firestore/package.json b/packages/firestore/package.json index b9a04762..189f44c7 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/firestore", - "version": "7.4.3", + "version": "7.5.0", "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 6e40a997..6d41a6f4 100644 --- a/packages/functions/CHANGELOG.md +++ b/packages/functions/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/functions@7.2.2...@react-native-firebase/functions@7.3.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.2.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/functions@7.2.1...@react-native-firebase/functions@7.2.2) (2020-07-09) **Note:** Version bump only for package @react-native-firebase/functions diff --git a/packages/functions/package.json b/packages/functions/package.json index 61801e29..91e8b3ce 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/functions", - "version": "7.2.2", + "version": "7.3.0", "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 e99cb47e..6ad4db9a 100644 --- a/packages/iid/CHANGELOG.md +++ b/packages/iid/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/iid@7.2.2...@react-native-firebase/iid@7.3.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.2.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/iid@7.2.1...@react-native-firebase/iid@7.2.2) (2020-07-09) **Note:** Version bump only for package @react-native-firebase/iid diff --git a/packages/iid/package.json b/packages/iid/package.json index eefb66da..599650e9 100644 --- a/packages/iid/package.json +++ b/packages/iid/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/iid", - "version": "7.2.2", + "version": "7.3.0", "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 dc6facca..eac1e298 100644 --- a/packages/in-app-messaging/CHANGELOG.md +++ b/packages/in-app-messaging/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/in-app-messaging@7.2.2...@react-native-firebase/in-app-messaging@7.3.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.2.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/in-app-messaging@7.2.1...@react-native-firebase/in-app-messaging@7.2.2) (2020-07-09) **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 765002db..59098f02 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.2.2", + "version": "7.3.0", "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 8de13158..c7c3c4a5 100644 --- a/packages/messaging/CHANGELOG.md +++ b/packages/messaging/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.6.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.5.0...@react-native-firebase/messaging@7.6.0) (2020-08-03) + +### Bug Fixes + +- **messaging:** added missing `from` property in Remote Message type ([#4030](https://github.com/invertase/react-native-firebase/issues/4030)) ([ce39abf](https://github.com/invertase/react-native-firebase/commit/ce39abf9c0affe00ea13e2ad1580ac42bbb54a30)) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) +- **messaging,android:** save notification payload for messages that arrive in the foreground ([#3896](https://github.com/invertase/react-native-firebase/issues/3896)) ([ff768fc](https://github.com/invertase/react-native-firebase/commit/ff768fce54b2185a67958ea7d253a18ba40404b8)) + # [7.5.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.4.2...@react-native-firebase/messaging@7.5.0) (2020-07-23) ### Features diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 494f2b30..b892b0c5 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/messaging", - "version": "7.5.0", + "version": "7.6.0", "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 97f09f5b..b9d9ff3b 100644 --- a/packages/ml-natural-language/CHANGELOG.md +++ b/packages/ml-natural-language/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/ml-natural-language@7.2.2...@react-native-firebase/ml-natural-language@7.3.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.2.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/ml-natural-language@7.2.1...@react-native-firebase/ml-natural-language@7.2.2) (2020-07-09) **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 55db0638..9a2117b6 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.2.2", + "version": "7.3.0", "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 f3b850fa..f62b9a44 100644 --- a/packages/ml-vision/CHANGELOG.md +++ b/packages/ml-vision/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/ml-vision@7.2.2...@react-native-firebase/ml-vision@7.3.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.2.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/ml-vision@7.2.1...@react-native-firebase/ml-vision@7.2.2) (2020-07-09) **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 89af0627..f11417ba 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.2.2", + "version": "7.3.0", "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 e9e9bd32..794e9024 100644 --- a/packages/perf/CHANGELOG.md +++ b/packages/perf/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/perf@7.2.3...@react-native-firebase/perf@7.3.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.2.3](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/perf@7.2.2...@react-native-firebase/perf@7.2.3) (2020-07-23) ### Bug Fixes diff --git a/packages/perf/package.json b/packages/perf/package.json index def14388..995bd857 100644 --- a/packages/perf/package.json +++ b/packages/perf/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/perf", - "version": "7.2.3", + "version": "7.3.0", "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 e4a6dcc3..bc5928e4 100644 --- a/packages/remote-config/CHANGELOG.md +++ b/packages/remote-config/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. +# [8.1.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/remote-config@7.2.3...@react-native-firebase/remote-config@8.1.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [8.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/remote-config@7.2.2...@react-native-firebase/remote-config@8.0.0) (2020-07-23) This release is aimed at aligning the API to match the Firebase Web SDK as well as introducing support for multiple Firebase apps. @@ -16,8 +22,9 @@ const remoteConfig = firebase.remoteConfig(); ``` #### Updates -- added `ensureInitialized ` API. -- added `reset` API for android only + +- added `ensureInitialized` API. +- added `reset` API for android only - `console.warn()` if user tries to set `defaultConfig` which is part of web sdk. - `console.warn()` if user tries to set `settings` which is part of web sdk. - `console.warn()` if user tries to set `setLogLevel` which is part of web sdk. @@ -29,12 +36,14 @@ const remoteConfig = firebase.remoteConfig().setConfigSettings({}); ``` #### Updates + - can set 'minimumFetchIntervalMillis' in `setConfigSettings` to match web sdk. - can set 'fetchTimeMillis' in `setConfigSettings` to match web sdk. #### Removed + - `isDeveloperModeEnabled` from config settings and console.warn() if tried to set. -- `minimumFetchInterval ` config setting and console.warn() if tried to set. +- `minimumFetchInterval` config setting and console.warn() if tried to set. ### RemoteConfig.getValue(key) @@ -55,12 +64,12 @@ const remoteConfig = firebase.remoteConfig().getValue('key'); - `source` removed property. Again, not sure how to warn users. ### Internal Changes -- Switched to `setConfigSettingsAsync ` for Android, nothing similar for iOS. + +- Switched to `setConfigSettingsAsync` for Android, nothing similar for iOS. - Switched to `fetchAndActivate` API for both platforms. - Switched to async `activate` API for iOS. No changes needed for Android. - Multiple Firebase apps now supported on both platforms. - ## [7.2.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/remote-config@7.2.1...@react-native-firebase/remote-config@7.2.2) (2020-07-09) **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 fa615092..15a08dd3 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/remote-config", - "version": "8.0.0", + "version": "8.1.0", "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 7a8fe352..71c89405 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/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/storage@7.2.2...@react-native-firebase/storage@7.3.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [7.2.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/storage@7.2.1...@react-native-firebase/storage@7.2.2) (2020-07-09) **Note:** Version bump only for package @react-native-firebase/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 8823b570..b015f8dc 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/storage", - "version": "7.2.2", + "version": "7.3.0", "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/packages/template/CHANGELOG.md b/packages/template/CHANGELOG.md index 6e4f1753..767920f2 100644 --- a/packages/template/CHANGELOG.md +++ b/packages/template/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. +# [6.9.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/template@6.8.1...@react-native-firebase/template@6.9.0) (2020-08-03) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + ## [6.8.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/template@6.8.0...@react-native-firebase/template@6.8.1) (2020-05-13) **Note:** Version bump only for package @react-native-firebase/template diff --git a/packages/template/package.json b/packages/template/package.json index 722b4ba1..ff895cab 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/template", - "version": "6.8.1", + "version": "6.9.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Template", "scripts": { diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index 2abb582d..5efb0de8 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. +# [8.2.0](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@8.1.1...react-native-firebase-tests@8.2.0) (2020-08-03) + + +### Features + +* use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) + + + + + ## [8.1.1](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@8.1.0...react-native-firebase-tests@8.1.1) (2020-07-23) **Note:** Version bump only for package react-native-firebase-tests diff --git a/tests/package.json b/tests/package.json index 3ff30e0b..01f549ad 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,30 +1,30 @@ { "name": "react-native-firebase-tests", - "version": "8.1.1", + "version": "8.2.0", "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.3.3", - "@react-native-firebase/analytics": "7.3.1", - "@react-native-firebase/app": "8.2.0", + "@react-native-firebase/admob": "7.4.0", + "@react-native-firebase/analytics": "7.4.0", + "@react-native-firebase/app": "8.3.0", "@react-native-firebase/app-types": "6.7.2", - "@react-native-firebase/auth": "8.2.0", - "@react-native-firebase/crashlytics": "8.1.2", - "@react-native-firebase/database": "7.3.2", - "@react-native-firebase/dynamic-links": "7.3.2", - "@react-native-firebase/firestore": "7.4.3", - "@react-native-firebase/functions": "7.2.2", - "@react-native-firebase/iid": "7.2.2", - "@react-native-firebase/in-app-messaging": "7.2.2", - "@react-native-firebase/messaging": "7.5.0", - "@react-native-firebase/ml-natural-language": "7.2.2", - "@react-native-firebase/ml-vision": "7.2.2", - "@react-native-firebase/perf": "7.2.3", - "@react-native-firebase/remote-config": "8.0.0", - "@react-native-firebase/storage": "7.2.2", + "@react-native-firebase/auth": "8.3.0", + "@react-native-firebase/crashlytics": "8.2.0", + "@react-native-firebase/database": "7.4.0", + "@react-native-firebase/dynamic-links": "7.4.0", + "@react-native-firebase/firestore": "7.5.0", + "@react-native-firebase/functions": "7.3.0", + "@react-native-firebase/iid": "7.3.0", + "@react-native-firebase/in-app-messaging": "7.3.0", + "@react-native-firebase/messaging": "7.6.0", + "@react-native-firebase/ml-natural-language": "7.3.0", + "@react-native-firebase/ml-vision": "7.3.0", + "@react-native-firebase/perf": "7.3.0", + "@react-native-firebase/remote-config": "8.1.0", + "@react-native-firebase/storage": "7.3.0", "react": "16.11.0", "react-native": "0.62.2" },