From daf2bc9086c14bbb0e1b02a4d4274b7060263eb1 Mon Sep 17 00:00:00 2001 From: "@Salakar" Date: Wed, 11 Sep 2024 11:59:18 +0000 Subject: [PATCH] chore(release): release packages --- CHANGELOG.md | 12 +++ lerna.json | 2 +- packages/analytics/CHANGELOG.md | 6 ++ packages/analytics/package.json | 4 +- packages/app-check/CHANGELOG.md | 4 + packages/app-check/package.json | 4 +- packages/app-distribution/CHANGELOG.md | 4 + packages/app-distribution/package.json | 4 +- packages/app/CHANGELOG.md | 4 + packages/app/package.json | 2 +- packages/auth/CHANGELOG.md | 4 + packages/auth/package.json | 4 +- packages/crashlytics/CHANGELOG.md | 4 + packages/crashlytics/package.json | 4 +- packages/database/CHANGELOG.md | 4 + packages/database/package.json | 4 +- packages/dynamic-links/CHANGELOG.md | 4 + packages/dynamic-links/package.json | 4 +- packages/firestore/CHANGELOG.md | 4 + packages/firestore/package.json | 4 +- packages/functions/CHANGELOG.md | 4 + packages/functions/package.json | 4 +- packages/in-app-messaging/CHANGELOG.md | 4 + packages/in-app-messaging/package.json | 6 +- packages/installations/CHANGELOG.md | 4 + packages/installations/package.json | 4 +- packages/messaging/CHANGELOG.md | 7 ++ packages/messaging/package.json | 4 +- packages/ml/CHANGELOG.md | 4 + packages/ml/package.json | 4 +- packages/perf/CHANGELOG.md | 4 + packages/perf/package.json | 4 +- packages/remote-config/CHANGELOG.md | 4 + packages/remote-config/package.json | 6 +- packages/storage/CHANGELOG.md | 4 + packages/storage/package.json | 4 +- tests/CHANGELOG.md | 4 + tests/package.json | 36 ++++----- yarn.lock | 104 ++++++++++++------------- 39 files changed, 195 insertions(+), 106 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3756d6c6f4..9042af0cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +### Features + +- **analytics:** initiate on device measurement with sha256-hashed values ([#7963](https://github.com/invertase/react-native-firebase/issues/7963)) ([5ce51e1](https://github.com/invertase/react-native-firebase/commit/5ce51e1b8b225bb509b4a0d444f42fa4c5f3effc)) + +### Bug Fixes + +- **docs:** typos ([#7965](https://github.com/invertase/react-native-firebase/issues/7965)) ([f978d86](https://github.com/invertase/react-native-firebase/commit/f978d8665816e5ef7401b10433c2483c6f5fceb1)) +- **messaging, android:** handle nullable broadcast intent ([#7893](https://github.com/invertase/react-native-firebase/issues/7893)) ([#7960](https://github.com/invertase/react-native-firebase/issues/7960)) ([c1ac022](https://github.com/invertase/react-native-firebase/commit/c1ac022e4e9d3effb2f0fb3404ad375d9fcbe4b6)) +- **messaging, ios:** fixed isHeadless for react-native-navigation ([#7868](https://github.com/invertase/react-native-firebase/issues/7868)) ([3875cc6](https://github.com/invertase/react-native-firebase/commit/3875cc6077e5fd6b35e201356aca632e43a2e301)) + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) ### Features diff --git a/lerna.json b/lerna.json index 34fddcf281..00f223ed2c 100644 --- a/lerna.json +++ b/lerna.json @@ -76,5 +76,5 @@ "userUrlFormat": "{{host}}/{{user}}" }, "ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**"], - "version": "20.4.0" + "version": "20.5.0" } diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index baa71efb86..2f355b39e7 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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +### Features + +- **analytics:** initiate on device measurement with sha256-hashed values ([#7963](https://github.com/invertase/react-native-firebase/issues/7963)) ([5ce51e1](https://github.com/invertase/react-native-firebase/commit/5ce51e1b8b225bb509b4a0d444f42fa4c5f3effc)) + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) ### Bug Fixes diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 6309b9e246..9e63d14cbe 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/analytics", - "version": "20.4.0", + "version": "20.5.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", @@ -22,7 +22,7 @@ "analytics" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0" + "@react-native-firebase/app": "20.5.0" }, "publishConfig": { "access": "public" diff --git a/packages/app-check/CHANGELOG.md b/packages/app-check/CHANGELOG.md index 10da078acb..93e7d90a05 100644 --- a/packages/app-check/CHANGELOG.md +++ b/packages/app-check/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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/app-check + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **Note:** Version bump only for package @react-native-firebase/app-check diff --git a/packages/app-check/package.json b/packages/app-check/package.json index 28e03f8c53..bcce49baf3 100644 --- a/packages/app-check/package.json +++ b/packages/app-check/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app-check", - "version": "20.4.0", + "version": "20.5.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - App Check", "main": "lib/index.js", @@ -25,7 +25,7 @@ "appCheck" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0", + "@react-native-firebase/app": "20.5.0", "expo": ">=47.0.0" }, "devDependencies": { diff --git a/packages/app-distribution/CHANGELOG.md b/packages/app-distribution/CHANGELOG.md index 75b434ae90..868e08e1b1 100644 --- a/packages/app-distribution/CHANGELOG.md +++ b/packages/app-distribution/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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/app-distribution + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **Note:** Version bump only for package @react-native-firebase/app-distribution diff --git a/packages/app-distribution/package.json b/packages/app-distribution/package.json index 16955944cf..2e07bceaf8 100644 --- a/packages/app-distribution/package.json +++ b/packages/app-distribution/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app-distribution", - "version": "20.4.0", + "version": "20.5.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - App Distribution", "main": "lib/index.js", @@ -22,7 +22,7 @@ "app-distribution" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0" + "@react-native-firebase/app": "20.5.0" }, "publishConfig": { "access": "public" diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index e966b47e04..77c5c84346 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/app + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) ### Features diff --git a/packages/app/package.json b/packages/app/package.json index 0564e00e5d..73f385e2bb 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app", - "version": "20.4.0", + "version": "20.5.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 1bc678fcd8..fa64414d69 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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/auth + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **Note:** Version bump only for package @react-native-firebase/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index c5e17b373f..25d2676528 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/auth", - "version": "20.4.0", + "version": "20.5.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", @@ -27,7 +27,7 @@ "plist": "^3.1.0" }, "peerDependencies": { - "@react-native-firebase/app": "20.4.0", + "@react-native-firebase/app": "20.5.0", "expo": ">=47.0.0" }, "devDependencies": { diff --git a/packages/crashlytics/CHANGELOG.md b/packages/crashlytics/CHANGELOG.md index 44890effe4..2aecfc1160 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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/crashlytics + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **Note:** Version bump only for package @react-native-firebase/crashlytics diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index 585109100b..1648732f46 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/crashlytics", - "version": "20.4.0", + "version": "20.5.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", @@ -29,7 +29,7 @@ "crashlytics" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0", + "@react-native-firebase/app": "20.5.0", "expo": ">=47.0.0" }, "dependencies": { diff --git a/packages/database/CHANGELOG.md b/packages/database/CHANGELOG.md index 2300c035dd..fa8737d88c 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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/database + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) ### Bug Fixes diff --git a/packages/database/package.json b/packages/database/package.json index 3c11e5803b..1865d057af 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/database", - "version": "20.4.0", + "version": "20.5.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", @@ -25,7 +25,7 @@ "realtome database" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0" + "@react-native-firebase/app": "20.5.0" }, "publishConfig": { "access": "public" diff --git a/packages/dynamic-links/CHANGELOG.md b/packages/dynamic-links/CHANGELOG.md index 7afc843bda..20150d6240 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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/dynamic-links + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **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 3767dfe040..c49224541d 100644 --- a/packages/dynamic-links/package.json +++ b/packages/dynamic-links/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/dynamic-links", - "version": "20.4.0", + "version": "20.5.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Dynamic Links", "main": "lib/index.js", @@ -25,7 +25,7 @@ "dynamic link" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0", + "@react-native-firebase/app": "20.5.0", "expo": ">=47.0.0" }, "devDependencies": { diff --git a/packages/firestore/CHANGELOG.md b/packages/firestore/CHANGELOG.md index 202d605075..734c88b474 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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/firestore + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) ### Features diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 47b1629886..41c2f8eabc 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/firestore", - "version": "20.4.0", + "version": "20.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", @@ -27,7 +27,7 @@ "firestore" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0" + "@react-native-firebase/app": "20.5.0" }, "publishConfig": { "access": "public" diff --git a/packages/functions/CHANGELOG.md b/packages/functions/CHANGELOG.md index f0e3a8eab2..80d53be32e 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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/functions + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **Note:** Version bump only for package @react-native-firebase/functions diff --git a/packages/functions/package.json b/packages/functions/package.json index fdd0169ee1..6f6279de03 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/functions", - "version": "20.4.0", + "version": "20.5.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", @@ -24,7 +24,7 @@ "functions" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0" + "@react-native-firebase/app": "20.5.0" }, "devDependencies": { "@react-native-firebase/private-tests-firebase-functions": "^0.0.1" diff --git a/packages/in-app-messaging/CHANGELOG.md b/packages/in-app-messaging/CHANGELOG.md index 82a08a9e77..69a513b3f6 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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/in-app-messaging + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **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 e92471dfac..2fd8623f04 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": "20.4.0", + "version": "20.5.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", @@ -27,8 +27,8 @@ "inAppMessaging" ], "peerDependencies": { - "@react-native-firebase/analytics": "20.4.0", - "@react-native-firebase/app": "20.4.0" + "@react-native-firebase/analytics": "20.5.0", + "@react-native-firebase/app": "20.5.0" }, "publishConfig": { "access": "public" diff --git a/packages/installations/CHANGELOG.md b/packages/installations/CHANGELOG.md index 167f7022fd..ccb2cb6d33 100644 --- a/packages/installations/CHANGELOG.md +++ b/packages/installations/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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/installations + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **Note:** Version bump only for package @react-native-firebase/installations diff --git a/packages/installations/package.json b/packages/installations/package.json index 5b07f47d67..dc7c5f3757 100644 --- a/packages/installations/package.json +++ b/packages/installations/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/installations", - "version": "20.4.0", + "version": "20.5.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Installations", "main": "lib/index.js", @@ -22,7 +22,7 @@ "installations" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0" + "@react-native-firebase/app": "20.5.0" }, "publishConfig": { "access": "public" diff --git a/packages/messaging/CHANGELOG.md b/packages/messaging/CHANGELOG.md index 705dc51457..a1c1b9378f 100644 --- a/packages/messaging/CHANGELOG.md +++ b/packages/messaging/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +### Bug Fixes + +- **messaging, android:** handle nullable broadcast intent ([#7893](https://github.com/invertase/react-native-firebase/issues/7893)) ([#7960](https://github.com/invertase/react-native-firebase/issues/7960)) ([c1ac022](https://github.com/invertase/react-native-firebase/commit/c1ac022e4e9d3effb2f0fb3404ad375d9fcbe4b6)) +- **messaging, ios:** fixed isHeadless for react-native-navigation ([#7868](https://github.com/invertase/react-native-firebase/issues/7868)) ([3875cc6](https://github.com/invertase/react-native-firebase/commit/3875cc6077e5fd6b35e201356aca632e43a2e301)) + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **Note:** Version bump only for package @react-native-firebase/messaging diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 241e5a1bd5..bc5002b4a2 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/messaging", - "version": "20.4.0", + "version": "20.5.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", @@ -24,7 +24,7 @@ "messaging" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0", + "@react-native-firebase/app": "20.5.0", "expo": ">=47.0.0" }, "devDependencies": { diff --git a/packages/ml/CHANGELOG.md b/packages/ml/CHANGELOG.md index 954ff56f0f..ba77a3b9cd 100644 --- a/packages/ml/CHANGELOG.md +++ b/packages/ml/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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/ml + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **Note:** Version bump only for package @react-native-firebase/ml diff --git a/packages/ml/package.json b/packages/ml/package.json index e63dd45232..a11618f1b5 100644 --- a/packages/ml/package.json +++ b/packages/ml/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/ml", - "version": "20.4.0", + "version": "20.5.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase ML brings the power of machine learning vision to your React Native application, supporting both Android & iOS.", "main": "lib/index.js", @@ -26,7 +26,7 @@ "image labeler" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0" + "@react-native-firebase/app": "20.5.0" }, "publishConfig": { "access": "public" diff --git a/packages/perf/CHANGELOG.md b/packages/perf/CHANGELOG.md index 549c3e4a43..29718a12d8 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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/perf + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **Note:** Version bump only for package @react-native-firebase/perf diff --git a/packages/perf/package.json b/packages/perf/package.json index 7941c3430f..76028a1f82 100644 --- a/packages/perf/package.json +++ b/packages/perf/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/perf", - "version": "20.4.0", + "version": "20.5.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", @@ -29,7 +29,7 @@ "performance monitoring" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0", + "@react-native-firebase/app": "20.5.0", "expo": ">=47.0.0" }, "devDependencies": { diff --git a/packages/remote-config/CHANGELOG.md b/packages/remote-config/CHANGELOG.md index 2dc2ea7cd7..f762293853 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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/remote-config + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) **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 9cc95e3b84..e270e1138b 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/remote-config", - "version": "20.4.0", + "version": "20.5.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", @@ -24,8 +24,8 @@ "remote-config" ], "peerDependencies": { - "@react-native-firebase/analytics": "20.4.0", - "@react-native-firebase/app": "20.4.0" + "@react-native-firebase/analytics": "20.5.0", + "@react-native-firebase/app": "20.5.0" }, "publishConfig": { "access": "public" diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 40e8a22b5c..7005fbf8e8 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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package @react-native-firebase/storage + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) ### Features diff --git a/packages/storage/package.json b/packages/storage/package.json index 38dca4aba7..6876ee2e09 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/storage", - "version": "20.4.0", + "version": "20.5.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", @@ -29,7 +29,7 @@ "download" ], "peerDependencies": { - "@react-native-firebase/app": "20.4.0" + "@react-native-firebase/app": "20.5.0" }, "publishConfig": { "access": "public" diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index e9b95098d0..f012c7332e 100644 --- a/tests/CHANGELOG.md +++ b/tests/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. +## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11) + +**Note:** Version bump only for package react-native-firebase-tests + ## [20.4.0](https://github.com/invertase/react-native-firebase/compare/v20.3.0...v20.4.0) (2024-08-13) ### Features diff --git a/tests/package.json b/tests/package.json index 3cb458c970..517cfd25bc 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "react-native-firebase-tests", - "version": "20.4.0", + "version": "20.5.0", "private": true, "scripts": { "build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build && rimraf macos/build", @@ -9,24 +9,24 @@ }, "dependencies": { "@react-native-async-storage/async-storage": "^1.24.0", - "@react-native-firebase/analytics": "20.4.0", - "@react-native-firebase/app": "20.4.0", - "@react-native-firebase/app-check": "20.4.0", - "@react-native-firebase/app-distribution": "20.4.0", + "@react-native-firebase/analytics": "20.5.0", + "@react-native-firebase/app": "20.5.0", + "@react-native-firebase/app-check": "20.5.0", + "@react-native-firebase/app-distribution": "20.5.0", "@react-native-firebase/app-types": "6.7.2", - "@react-native-firebase/auth": "20.4.0", - "@react-native-firebase/crashlytics": "20.4.0", - "@react-native-firebase/database": "20.4.0", - "@react-native-firebase/dynamic-links": "20.4.0", - "@react-native-firebase/firestore": "20.4.0", - "@react-native-firebase/functions": "20.4.0", - "@react-native-firebase/in-app-messaging": "20.4.0", - "@react-native-firebase/installations": "20.4.0", - "@react-native-firebase/messaging": "20.4.0", - "@react-native-firebase/ml": "20.4.0", - "@react-native-firebase/perf": "20.4.0", - "@react-native-firebase/remote-config": "20.4.0", - "@react-native-firebase/storage": "20.4.0", + "@react-native-firebase/auth": "20.5.0", + "@react-native-firebase/crashlytics": "20.5.0", + "@react-native-firebase/database": "20.5.0", + "@react-native-firebase/dynamic-links": "20.5.0", + "@react-native-firebase/firestore": "20.5.0", + "@react-native-firebase/functions": "20.5.0", + "@react-native-firebase/in-app-messaging": "20.5.0", + "@react-native-firebase/installations": "20.5.0", + "@react-native-firebase/messaging": "20.5.0", + "@react-native-firebase/ml": "20.5.0", + "@react-native-firebase/perf": "20.5.0", + "@react-native-firebase/remote-config": "20.5.0", + "@react-native-firebase/storage": "20.5.0", "postinstall-postinstall": "2.1.0", "react": "18.2.0", "react-native": "0.74.1", diff --git a/yarn.lock b/yarn.lock index baafa00aae..ee60587239 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5988,21 +5988,21 @@ __metadata: languageName: node linkType: hard -"@react-native-firebase/analytics@npm:20.4.0, @react-native-firebase/analytics@workspace:packages/analytics": +"@react-native-firebase/analytics@npm:20.5.0, @react-native-firebase/analytics@workspace:packages/analytics": version: 0.0.0-use.local resolution: "@react-native-firebase/analytics@workspace:packages/analytics" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 languageName: unknown linkType: soft -"@react-native-firebase/app-check@npm:20.4.0, @react-native-firebase/app-check@workspace:packages/app-check": +"@react-native-firebase/app-check@npm:20.5.0, @react-native-firebase/app-check@workspace:packages/app-check": version: 0.0.0-use.local resolution: "@react-native-firebase/app-check@workspace:packages/app-check" dependencies: expo: "npm:^50.0.19" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -6010,11 +6010,11 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/app-distribution@npm:20.4.0, @react-native-firebase/app-distribution@workspace:packages/app-distribution": +"@react-native-firebase/app-distribution@npm:20.5.0, @react-native-firebase/app-distribution@workspace:packages/app-distribution": version: 0.0.0-use.local resolution: "@react-native-firebase/app-distribution@workspace:packages/app-distribution" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 languageName: unknown linkType: soft @@ -6025,7 +6025,7 @@ __metadata: languageName: node linkType: hard -"@react-native-firebase/app@npm:20.4.0, @react-native-firebase/app@workspace:packages/app": +"@react-native-firebase/app@npm:20.5.0, @react-native-firebase/app@workspace:packages/app": version: 0.0.0-use.local resolution: "@react-native-firebase/app@workspace:packages/app" dependencies: @@ -6043,7 +6043,7 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/auth@npm:20.4.0, @react-native-firebase/auth@workspace:packages/auth": +"@react-native-firebase/auth@npm:20.5.0, @react-native-firebase/auth@workspace:packages/auth": version: 0.0.0-use.local resolution: "@react-native-firebase/auth@workspace:packages/auth" dependencies: @@ -6051,7 +6051,7 @@ __metadata: expo: "npm:^50.0.19" plist: "npm:^3.1.0" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -6059,14 +6059,14 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/crashlytics@npm:20.4.0, @react-native-firebase/crashlytics@workspace:packages/crashlytics": +"@react-native-firebase/crashlytics@npm:20.5.0, @react-native-firebase/crashlytics@workspace:packages/crashlytics": version: 0.0.0-use.local resolution: "@react-native-firebase/crashlytics@workspace:packages/crashlytics" dependencies: expo: "npm:^50.0.19" stacktrace-js: "npm:^2.0.2" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -6074,21 +6074,21 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/database@npm:20.4.0, @react-native-firebase/database@workspace:packages/database": +"@react-native-firebase/database@npm:20.5.0, @react-native-firebase/database@workspace:packages/database": version: 0.0.0-use.local resolution: "@react-native-firebase/database@workspace:packages/database" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 languageName: unknown linkType: soft -"@react-native-firebase/dynamic-links@npm:20.4.0, @react-native-firebase/dynamic-links@workspace:packages/dynamic-links": +"@react-native-firebase/dynamic-links@npm:20.5.0, @react-native-firebase/dynamic-links@workspace:packages/dynamic-links": version: 0.0.0-use.local resolution: "@react-native-firebase/dynamic-links@workspace:packages/dynamic-links" dependencies: expo: "npm:^50.0.19" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -6096,48 +6096,48 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/firestore@npm:20.4.0, @react-native-firebase/firestore@workspace:packages/firestore": +"@react-native-firebase/firestore@npm:20.5.0, @react-native-firebase/firestore@workspace:packages/firestore": version: 0.0.0-use.local resolution: "@react-native-firebase/firestore@workspace:packages/firestore" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 languageName: unknown linkType: soft -"@react-native-firebase/functions@npm:20.4.0, @react-native-firebase/functions@workspace:packages/functions": +"@react-native-firebase/functions@npm:20.5.0, @react-native-firebase/functions@workspace:packages/functions": version: 0.0.0-use.local resolution: "@react-native-firebase/functions@workspace:packages/functions" dependencies: "@react-native-firebase/private-tests-firebase-functions": "npm:^0.0.1" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 languageName: unknown linkType: soft -"@react-native-firebase/in-app-messaging@npm:20.4.0, @react-native-firebase/in-app-messaging@workspace:packages/in-app-messaging": +"@react-native-firebase/in-app-messaging@npm:20.5.0, @react-native-firebase/in-app-messaging@workspace:packages/in-app-messaging": version: 0.0.0-use.local resolution: "@react-native-firebase/in-app-messaging@workspace:packages/in-app-messaging" peerDependencies: - "@react-native-firebase/analytics": 20.4.0 - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/analytics": 20.5.0 + "@react-native-firebase/app": 20.5.0 languageName: unknown linkType: soft -"@react-native-firebase/installations@npm:20.4.0, @react-native-firebase/installations@workspace:packages/installations": +"@react-native-firebase/installations@npm:20.5.0, @react-native-firebase/installations@workspace:packages/installations": version: 0.0.0-use.local resolution: "@react-native-firebase/installations@workspace:packages/installations" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 languageName: unknown linkType: soft -"@react-native-firebase/messaging@npm:20.4.0, @react-native-firebase/messaging@workspace:packages/messaging": +"@react-native-firebase/messaging@npm:20.5.0, @react-native-firebase/messaging@workspace:packages/messaging": version: 0.0.0-use.local resolution: "@react-native-firebase/messaging@workspace:packages/messaging" dependencies: expo: "npm:^50.0.19" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -6145,21 +6145,21 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/ml@npm:20.4.0, @react-native-firebase/ml@workspace:packages/ml": +"@react-native-firebase/ml@npm:20.5.0, @react-native-firebase/ml@workspace:packages/ml": version: 0.0.0-use.local resolution: "@react-native-firebase/ml@workspace:packages/ml" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 languageName: unknown linkType: soft -"@react-native-firebase/perf@npm:20.4.0, @react-native-firebase/perf@workspace:packages/perf": +"@react-native-firebase/perf@npm:20.5.0, @react-native-firebase/perf@workspace:packages/perf": version: 0.0.0-use.local resolution: "@react-native-firebase/perf@workspace:packages/perf" dependencies: expo: "npm:^50.0.19" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -6174,20 +6174,20 @@ __metadata: languageName: node linkType: hard -"@react-native-firebase/remote-config@npm:20.4.0, @react-native-firebase/remote-config@workspace:packages/remote-config": +"@react-native-firebase/remote-config@npm:20.5.0, @react-native-firebase/remote-config@workspace:packages/remote-config": version: 0.0.0-use.local resolution: "@react-native-firebase/remote-config@workspace:packages/remote-config" peerDependencies: - "@react-native-firebase/analytics": 20.4.0 - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/analytics": 20.5.0 + "@react-native-firebase/app": 20.5.0 languageName: unknown linkType: soft -"@react-native-firebase/storage@npm:20.4.0, @react-native-firebase/storage@workspace:packages/storage": +"@react-native-firebase/storage@npm:20.5.0, @react-native-firebase/storage@workspace:packages/storage": version: 0.0.0-use.local resolution: "@react-native-firebase/storage@workspace:packages/storage" peerDependencies: - "@react-native-firebase/app": 20.4.0 + "@react-native-firebase/app": 20.5.0 languageName: unknown linkType: soft @@ -19949,24 +19949,24 @@ __metadata: dependencies: "@firebase/rules-unit-testing": "npm:^3.0.3" "@react-native-async-storage/async-storage": "npm:^1.24.0" - "@react-native-firebase/analytics": "npm:20.4.0" - "@react-native-firebase/app": "npm:20.4.0" - "@react-native-firebase/app-check": "npm:20.4.0" - "@react-native-firebase/app-distribution": "npm:20.4.0" + "@react-native-firebase/analytics": "npm:20.5.0" + "@react-native-firebase/app": "npm:20.5.0" + "@react-native-firebase/app-check": "npm:20.5.0" + "@react-native-firebase/app-distribution": "npm:20.5.0" "@react-native-firebase/app-types": "npm:6.7.2" - "@react-native-firebase/auth": "npm:20.4.0" - "@react-native-firebase/crashlytics": "npm:20.4.0" - "@react-native-firebase/database": "npm:20.4.0" - "@react-native-firebase/dynamic-links": "npm:20.4.0" - "@react-native-firebase/firestore": "npm:20.4.0" - "@react-native-firebase/functions": "npm:20.4.0" - "@react-native-firebase/in-app-messaging": "npm:20.4.0" - "@react-native-firebase/installations": "npm:20.4.0" - "@react-native-firebase/messaging": "npm:20.4.0" - "@react-native-firebase/ml": "npm:20.4.0" - "@react-native-firebase/perf": "npm:20.4.0" - "@react-native-firebase/remote-config": "npm:20.4.0" - "@react-native-firebase/storage": "npm:20.4.0" + "@react-native-firebase/auth": "npm:20.5.0" + "@react-native-firebase/crashlytics": "npm:20.5.0" + "@react-native-firebase/database": "npm:20.5.0" + "@react-native-firebase/dynamic-links": "npm:20.5.0" + "@react-native-firebase/firestore": "npm:20.5.0" + "@react-native-firebase/functions": "npm:20.5.0" + "@react-native-firebase/in-app-messaging": "npm:20.5.0" + "@react-native-firebase/installations": "npm:20.5.0" + "@react-native-firebase/messaging": "npm:20.5.0" + "@react-native-firebase/ml": "npm:20.5.0" + "@react-native-firebase/perf": "npm:20.5.0" + "@react-native-firebase/remote-config": "npm:20.5.0" + "@react-native-firebase/storage": "npm:20.5.0" "@react-native/babel-preset": "npm:^0.74.84" "@react-native/metro-config": "npm:^0.74.84" axios: "npm:^1.5.1"