diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a3dbcb7c..6ce65b33f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +### Features + +- **analytics:** allow custom event parameters for begin_checkout and purchase events ([#7760](https://github.com/invertase/react-native-firebase/issues/7760)) ([424b9d9](https://github.com/invertase/react-native-firebase/commit/424b9d9c15921268ba3cc96a3e154fe2ee18c345)) +- **firestore:** export and test types for the modular API ([ad40ea2](https://github.com/invertase/react-native-firebase/commit/ad40ea2eb828a59451a619059bb4bef96277e23f)) +- **firestore:** implement the getDoc modular api ([e90782b](https://github.com/invertase/react-native-firebase/commit/e90782b00702878204dd93d3a04c09c620cdf163)) +- **functions:** typescript definitions for httpsCallable and httpsCallableFromUrl ([#7762](https://github.com/invertase/react-native-firebase/issues/7762)) ([3446ca3](https://github.com/invertase/react-native-firebase/commit/3446ca346e417fc6b499d1508a4a32e45c063986)) +- **functions:** typescript definitions for modular functions API ([#7777](https://github.com/invertase/react-native-firebase/issues/7777)) ([e724a46](https://github.com/invertase/react-native-firebase/commit/e724a467eba19f53573dc1518342391ffd4c2bcc)) +- include phoneNumber from PhoneMultiFactorInfo ([5acdfb3](https://github.com/invertase/react-native-firebase/commit/5acdfb306279560a9fdd31a35c80f3edca4d0d59)) + +### Bug Fixes + +- **app:** react-native 0.74 bridgeless mode compatibility ([#7688](https://github.com/invertase/react-native-firebase/issues/7688)) ([a6805bc](https://github.com/invertase/react-native-firebase/commit/a6805bc1e6894aadf3167b7958fd52644bfe90ca)) +- **auth, android:** change error code for invalid multi-factor session to match iOS WIP needs test ([0f15f2d](https://github.com/invertase/react-native-firebase/commit/0f15f2d36cfec807c42b91b53289fa699ffe4f66)) +- **auth, android:** return credential for signin if phone auth has link collision ([#7793](https://github.com/invertase/react-native-firebase/issues/7793)) ([f8916e2](https://github.com/invertase/react-native-firebase/commit/f8916e25371d43db2bd8c22c7f35e8064edc6806)) +- **auth, ios:** reject multi-factor API call if session not found ([3d61e32](https://github.com/invertase/react-native-firebase/commit/3d61e32394d83fae5d136d21ecbea71590a2adb7)) +- **ci:** allow yarn lockfile modification in CI for patch generation ([94979f5](https://github.com/invertase/react-native-firebase/commit/94979f5c3ed2a4437313cdcf5ad40a0c9eb37423)) +- **ci:** fix executable bits on ios_config script during patchset generation ([0c1c4ae](https://github.com/invertase/react-native-firebase/commit/0c1c4aec15a6695610d4a043240f483f01f18952)) +- **ci:** use modern yarn syntax to add packages during patchset generation ([cfd6f19](https://github.com/invertase/react-native-firebase/commit/cfd6f1960955f730593ee57c743ccd7f2874299c)) +- **firestore:** fix types for the `where` api in modular queries ([d874e15](https://github.com/invertase/react-native-firebase/commit/d874e15145086f59bba11fee4f23a8d9cc50cc68)) +- **messaging, ios:** register for notifications on permission grant ([ccd78b9](https://github.com/invertase/react-native-firebase/commit/ccd78b9cf5d6961f5252e582ede785932599d25d)), closes [#7272](https://github.com/invertase/react-native-firebase/issues/7272) +- **messaging, ios:** reject notification registration after 10 seconds ([1f86483](https://github.com/invertase/react-native-firebase/commit/1f8648329ce812644f4bbd0f0caadcfe6a0bbddf)), closes [#7272](https://github.com/invertase/react-native-firebase/issues/7272) + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) ### Bug Fixes diff --git a/lerna.json b/lerna.json index e073c7b8c1..f8d6cf0f66 100644 --- a/lerna.json +++ b/lerna.json @@ -76,5 +76,5 @@ "userUrlFormat": "{{host}}/{{user}}" }, "ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**"], - "version": "19.2.2" + "version": "19.3.0" } diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 9398cb2564..5857dc65c7 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +### Features + +- **analytics:** allow custom event parameters for begin_checkout and purchase events ([#7760](https://github.com/invertase/react-native-firebase/issues/7760)) ([424b9d9](https://github.com/invertase/react-native-firebase/commit/424b9d9c15921268ba3cc96a3e154fe2ee18c345)) + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package @react-native-firebase/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index d3816f5d0a..1ff1c2bf3d 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/analytics", - "version": "19.2.2", + "version": "19.3.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": "19.2.2" + "@react-native-firebase/app": "19.3.0" }, "publishConfig": { "access": "public" diff --git a/packages/app-check/CHANGELOG.md b/packages/app-check/CHANGELOG.md index 55ca5bc09e..7cfb3d0f2a 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package @react-native-firebase/app-check + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-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 a1154dd8a1..6eed6c0406 100644 --- a/packages/app-check/package.json +++ b/packages/app-check/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app-check", - "version": "19.2.2", + "version": "19.3.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": "19.2.2", + "@react-native-firebase/app": "19.3.0", "expo": ">=47.0.0" }, "devDependencies": { diff --git a/packages/app-distribution/CHANGELOG.md b/packages/app-distribution/CHANGELOG.md index 79bc394937..4ebb5af950 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package @react-native-firebase/app-distribution + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-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 6933ec3421..71f0304667 100644 --- a/packages/app-distribution/package.json +++ b/packages/app-distribution/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app-distribution", - "version": "19.2.2", + "version": "19.3.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": "19.2.2" + "@react-native-firebase/app": "19.3.0" }, "publishConfig": { "access": "public" diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index a25cc58e62..00c77e5054 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +### Bug Fixes + +- **app:** react-native 0.74 bridgeless mode compatibility ([#7688](https://github.com/invertase/react-native-firebase/issues/7688)) ([a6805bc](https://github.com/invertase/react-native-firebase/commit/a6805bc1e6894aadf3167b7958fd52644bfe90ca)) + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) ### Bug Fixes diff --git a/packages/app/package.json b/packages/app/package.json index 95226bf11c..c37af9a941 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app", - "version": "19.2.2", + "version": "19.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 c965090707..a49ee6db51 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +### Features + +- include phoneNumber from PhoneMultiFactorInfo ([5acdfb3](https://github.com/invertase/react-native-firebase/commit/5acdfb306279560a9fdd31a35c80f3edca4d0d59)) + +### Bug Fixes + +- **auth, android:** change error code for invalid multi-factor session to match iOS WIP needs test ([0f15f2d](https://github.com/invertase/react-native-firebase/commit/0f15f2d36cfec807c42b91b53289fa699ffe4f66)) +- **auth, android:** return credential for signin if phone auth has link collision ([#7793](https://github.com/invertase/react-native-firebase/issues/7793)) ([f8916e2](https://github.com/invertase/react-native-firebase/commit/f8916e25371d43db2bd8c22c7f35e8064edc6806)) +- **auth, ios:** reject multi-factor API call if session not found ([3d61e32](https://github.com/invertase/react-native-firebase/commit/3d61e32394d83fae5d136d21ecbea71590a2adb7)) + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package @react-native-firebase/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 1d00ae3ffe..4d5f708a26 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/auth", - "version": "19.2.2", + "version": "19.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", @@ -27,7 +27,7 @@ "plist": "^3.1.0" }, "peerDependencies": { - "@react-native-firebase/app": "19.2.2", + "@react-native-firebase/app": "19.3.0", "expo": ">=47.0.0" }, "devDependencies": { diff --git a/packages/crashlytics/CHANGELOG.md b/packages/crashlytics/CHANGELOG.md index ca5078419a..e3bf9ddfed 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package @react-native-firebase/crashlytics + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package @react-native-firebase/crashlytics diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index 6ad726c169..3f44147234 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/crashlytics", - "version": "19.2.2", + "version": "19.3.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": "19.2.2", + "@react-native-firebase/app": "19.3.0", "expo": ">=47.0.0" }, "dependencies": { diff --git a/packages/database/CHANGELOG.md b/packages/database/CHANGELOG.md index 1659e61040..9e541856f5 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package @react-native-firebase/database + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package @react-native-firebase/database diff --git a/packages/database/package.json b/packages/database/package.json index 5f2da56fb7..f8d812f380 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/database", - "version": "19.2.2", + "version": "19.3.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": "19.2.2" + "@react-native-firebase/app": "19.3.0" }, "publishConfig": { "access": "public" diff --git a/packages/dynamic-links/CHANGELOG.md b/packages/dynamic-links/CHANGELOG.md index fb3eae6912..207b75b794 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package @react-native-firebase/dynamic-links + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-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 bb5ec293bb..c622b0856c 100644 --- a/packages/dynamic-links/package.json +++ b/packages/dynamic-links/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/dynamic-links", - "version": "19.2.2", + "version": "19.3.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": "19.2.2", + "@react-native-firebase/app": "19.3.0", "expo": ">=47.0.0" }, "devDependencies": { diff --git a/packages/firestore/CHANGELOG.md b/packages/firestore/CHANGELOG.md index 1030346f9e..2640530b44 100644 --- a/packages/firestore/CHANGELOG.md +++ b/packages/firestore/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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +### Features + +- **firestore:** export and test types for the modular API ([ad40ea2](https://github.com/invertase/react-native-firebase/commit/ad40ea2eb828a59451a619059bb4bef96277e23f)) +- **firestore:** implement the getDoc modular api ([e90782b](https://github.com/invertase/react-native-firebase/commit/e90782b00702878204dd93d3a04c09c620cdf163)) + +### Bug Fixes + +- **firestore:** fix types for the `where` api in modular queries ([d874e15](https://github.com/invertase/react-native-firebase/commit/d874e15145086f59bba11fee4f23a8d9cc50cc68)) + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package @react-native-firebase/firestore diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 4015857857..b0fcb0ef0a 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/firestore", - "version": "19.2.2", + "version": "19.3.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": "19.2.2" + "@react-native-firebase/app": "19.3.0" }, "publishConfig": { "access": "public" diff --git a/packages/functions/CHANGELOG.md b/packages/functions/CHANGELOG.md index 56ff115e13..aaa1a8a609 100644 --- a/packages/functions/CHANGELOG.md +++ b/packages/functions/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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +### Features + +- **functions:** typescript definitions for httpsCallable and httpsCallableFromUrl ([#7762](https://github.com/invertase/react-native-firebase/issues/7762)) ([3446ca3](https://github.com/invertase/react-native-firebase/commit/3446ca346e417fc6b499d1508a4a32e45c063986)) +- **functions:** typescript definitions for modular functions API ([#7777](https://github.com/invertase/react-native-firebase/issues/7777)) ([e724a46](https://github.com/invertase/react-native-firebase/commit/e724a467eba19f53573dc1518342391ffd4c2bcc)) + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package @react-native-firebase/functions diff --git a/packages/functions/package.json b/packages/functions/package.json index 0b091b4820..9f2a37127e 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/functions", - "version": "19.2.2", + "version": "19.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", @@ -24,7 +24,7 @@ "functions" ], "peerDependencies": { - "@react-native-firebase/app": "19.2.2" + "@react-native-firebase/app": "19.3.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 07858cfa15..a690b856d2 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package @react-native-firebase/in-app-messaging + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-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 6026b69cdc..45e5d04884 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": "19.2.2", + "version": "19.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", @@ -27,8 +27,8 @@ "inAppMessaging" ], "peerDependencies": { - "@react-native-firebase/analytics": "19.2.2", - "@react-native-firebase/app": "19.2.2" + "@react-native-firebase/analytics": "19.3.0", + "@react-native-firebase/app": "19.3.0" }, "publishConfig": { "access": "public" diff --git a/packages/installations/CHANGELOG.md b/packages/installations/CHANGELOG.md index 03d3e085dd..0154f819e9 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package @react-native-firebase/installations + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package @react-native-firebase/installations diff --git a/packages/installations/package.json b/packages/installations/package.json index f496e85a59..ee4ce3b4d1 100644 --- a/packages/installations/package.json +++ b/packages/installations/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/installations", - "version": "19.2.2", + "version": "19.3.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": "19.2.2" + "@react-native-firebase/app": "19.3.0" }, "publishConfig": { "access": "public" diff --git a/packages/messaging/CHANGELOG.md b/packages/messaging/CHANGELOG.md index 2afc377fa3..8c85c6271e 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +### Bug Fixes + +- **messaging, ios:** register for notifications on permission grant ([ccd78b9](https://github.com/invertase/react-native-firebase/commit/ccd78b9cf5d6961f5252e582ede785932599d25d)), closes [#7272](https://github.com/invertase/react-native-firebase/issues/7272) +- **messaging, ios:** reject notification registration after 10 seconds ([1f86483](https://github.com/invertase/react-native-firebase/commit/1f8648329ce812644f4bbd0f0caadcfe6a0bbddf)), closes [#7272](https://github.com/invertase/react-native-firebase/issues/7272) + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package @react-native-firebase/messaging diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 4e53296314..dfc0f02967 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/messaging", - "version": "19.2.2", + "version": "19.3.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": "19.2.2", + "@react-native-firebase/app": "19.3.0", "expo": ">=47.0.0" }, "devDependencies": { diff --git a/packages/ml/CHANGELOG.md b/packages/ml/CHANGELOG.md index 05ed2aa6e3..5effb3d37a 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package @react-native-firebase/ml + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package @react-native-firebase/ml diff --git a/packages/ml/package.json b/packages/ml/package.json index 306d57fad8..5a20de9252 100644 --- a/packages/ml/package.json +++ b/packages/ml/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/ml", - "version": "19.2.2", + "version": "19.3.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": "19.2.2" + "@react-native-firebase/app": "19.3.0" }, "publishConfig": { "access": "public" diff --git a/packages/perf/CHANGELOG.md b/packages/perf/CHANGELOG.md index 6642c9f678..abda87c45a 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package @react-native-firebase/perf + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package @react-native-firebase/perf diff --git a/packages/perf/package.json b/packages/perf/package.json index 4684d91594..1af4b1de9b 100644 --- a/packages/perf/package.json +++ b/packages/perf/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/perf", - "version": "19.2.2", + "version": "19.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", @@ -29,7 +29,7 @@ "performance monitoring" ], "peerDependencies": { - "@react-native-firebase/app": "19.2.2", + "@react-native-firebase/app": "19.3.0", "expo": ">=47.0.0" }, "devDependencies": { diff --git a/packages/remote-config/CHANGELOG.md b/packages/remote-config/CHANGELOG.md index 405caac4a5..4cf17db2d1 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package @react-native-firebase/remote-config + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-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 dc1dc8ba27..15235155fc 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/remote-config", - "version": "19.2.2", + "version": "19.3.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": "19.2.2", - "@react-native-firebase/app": "19.2.2" + "@react-native-firebase/analytics": "19.3.0", + "@react-native-firebase/app": "19.3.0" }, "publishConfig": { "access": "public" diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 68582c6d53..19ccd37abf 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package @react-native-firebase/storage + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package @react-native-firebase/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 8b1708c8ef..421fd5eed2 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/storage", - "version": "19.2.2", + "version": "19.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", @@ -29,7 +29,7 @@ "download" ], "peerDependencies": { - "@react-native-firebase/app": "19.2.2" + "@react-native-firebase/app": "19.3.0" }, "publishConfig": { "access": "public" diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index d9827aae30..0a274ff82a 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. +## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20) + +**Note:** Version bump only for package react-native-firebase-tests + ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13) **Note:** Version bump only for package react-native-firebase-tests diff --git a/tests/package.json b/tests/package.json index 280bb237df..a8dc48f704 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,30 +1,30 @@ { "name": "react-native-firebase-tests", - "version": "19.2.2", + "version": "19.3.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/analytics": "19.2.2", - "@react-native-firebase/app": "19.2.2", - "@react-native-firebase/app-check": "19.2.2", - "@react-native-firebase/app-distribution": "19.2.2", + "@react-native-firebase/analytics": "19.3.0", + "@react-native-firebase/app": "19.3.0", + "@react-native-firebase/app-check": "19.3.0", + "@react-native-firebase/app-distribution": "19.3.0", "@react-native-firebase/app-types": "6.7.2", - "@react-native-firebase/auth": "19.2.2", - "@react-native-firebase/crashlytics": "19.2.2", - "@react-native-firebase/database": "19.2.2", - "@react-native-firebase/dynamic-links": "19.2.2", - "@react-native-firebase/firestore": "19.2.2", - "@react-native-firebase/functions": "19.2.2", - "@react-native-firebase/in-app-messaging": "19.2.2", - "@react-native-firebase/installations": "19.2.2", - "@react-native-firebase/messaging": "19.2.2", - "@react-native-firebase/ml": "19.2.2", - "@react-native-firebase/perf": "19.2.2", - "@react-native-firebase/remote-config": "19.2.2", - "@react-native-firebase/storage": "19.2.2", + "@react-native-firebase/auth": "19.3.0", + "@react-native-firebase/crashlytics": "19.3.0", + "@react-native-firebase/database": "19.3.0", + "@react-native-firebase/dynamic-links": "19.3.0", + "@react-native-firebase/firestore": "19.3.0", + "@react-native-firebase/functions": "19.3.0", + "@react-native-firebase/in-app-messaging": "19.3.0", + "@react-native-firebase/installations": "19.3.0", + "@react-native-firebase/messaging": "19.3.0", + "@react-native-firebase/ml": "19.3.0", + "@react-native-firebase/perf": "19.3.0", + "@react-native-firebase/remote-config": "19.3.0", + "@react-native-firebase/storage": "19.3.0", "postinstall-postinstall": "2.1.0", "react": "18.2.0", "react-native": "0.73.6", diff --git a/yarn.lock b/yarn.lock index 6d75976d7c..beb3e44638 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5300,21 +5300,21 @@ __metadata: languageName: node linkType: hard -"@react-native-firebase/analytics@npm:19.2.2, @react-native-firebase/analytics@workspace:packages/analytics": +"@react-native-firebase/analytics@npm:19.3.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": 19.2.2 + "@react-native-firebase/app": 19.3.0 languageName: unknown linkType: soft -"@react-native-firebase/app-check@npm:19.2.2, @react-native-firebase/app-check@workspace:packages/app-check": +"@react-native-firebase/app-check@npm:19.3.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.15" peerDependencies: - "@react-native-firebase/app": 19.2.2 + "@react-native-firebase/app": 19.3.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -5322,11 +5322,11 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/app-distribution@npm:19.2.2, @react-native-firebase/app-distribution@workspace:packages/app-distribution": +"@react-native-firebase/app-distribution@npm:19.3.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": 19.2.2 + "@react-native-firebase/app": 19.3.0 languageName: unknown linkType: soft @@ -5337,7 +5337,7 @@ __metadata: languageName: node linkType: hard -"@react-native-firebase/app@npm:19.2.2, @react-native-firebase/app@workspace:packages/app": +"@react-native-firebase/app@npm:19.3.0, @react-native-firebase/app@workspace:packages/app": version: 0.0.0-use.local resolution: "@react-native-firebase/app@workspace:packages/app" dependencies: @@ -5354,7 +5354,7 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/auth@npm:19.2.2, @react-native-firebase/auth@workspace:packages/auth": +"@react-native-firebase/auth@npm:19.3.0, @react-native-firebase/auth@workspace:packages/auth": version: 0.0.0-use.local resolution: "@react-native-firebase/auth@workspace:packages/auth" dependencies: @@ -5362,7 +5362,7 @@ __metadata: expo: "npm:^50.0.15" plist: "npm:^3.1.0" peerDependencies: - "@react-native-firebase/app": 19.2.2 + "@react-native-firebase/app": 19.3.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -5370,14 +5370,14 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/crashlytics@npm:19.2.2, @react-native-firebase/crashlytics@workspace:packages/crashlytics": +"@react-native-firebase/crashlytics@npm:19.3.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.15" stacktrace-js: "npm:^2.0.2" peerDependencies: - "@react-native-firebase/app": 19.2.2 + "@react-native-firebase/app": 19.3.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -5385,21 +5385,21 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/database@npm:19.2.2, @react-native-firebase/database@workspace:packages/database": +"@react-native-firebase/database@npm:19.3.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": 19.2.2 + "@react-native-firebase/app": 19.3.0 languageName: unknown linkType: soft -"@react-native-firebase/dynamic-links@npm:19.2.2, @react-native-firebase/dynamic-links@workspace:packages/dynamic-links": +"@react-native-firebase/dynamic-links@npm:19.3.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.15" peerDependencies: - "@react-native-firebase/app": 19.2.2 + "@react-native-firebase/app": 19.3.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -5407,48 +5407,48 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/firestore@npm:19.2.2, @react-native-firebase/firestore@workspace:packages/firestore": +"@react-native-firebase/firestore@npm:19.3.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": 19.2.2 + "@react-native-firebase/app": 19.3.0 languageName: unknown linkType: soft -"@react-native-firebase/functions@npm:19.2.2, @react-native-firebase/functions@workspace:packages/functions": +"@react-native-firebase/functions@npm:19.3.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": 19.2.2 + "@react-native-firebase/app": 19.3.0 languageName: unknown linkType: soft -"@react-native-firebase/in-app-messaging@npm:19.2.2, @react-native-firebase/in-app-messaging@workspace:packages/in-app-messaging": +"@react-native-firebase/in-app-messaging@npm:19.3.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": 19.2.2 - "@react-native-firebase/app": 19.2.2 + "@react-native-firebase/analytics": 19.3.0 + "@react-native-firebase/app": 19.3.0 languageName: unknown linkType: soft -"@react-native-firebase/installations@npm:19.2.2, @react-native-firebase/installations@workspace:packages/installations": +"@react-native-firebase/installations@npm:19.3.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": 19.2.2 + "@react-native-firebase/app": 19.3.0 languageName: unknown linkType: soft -"@react-native-firebase/messaging@npm:19.2.2, @react-native-firebase/messaging@workspace:packages/messaging": +"@react-native-firebase/messaging@npm:19.3.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.15" peerDependencies: - "@react-native-firebase/app": 19.2.2 + "@react-native-firebase/app": 19.3.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -5456,21 +5456,21 @@ __metadata: languageName: unknown linkType: soft -"@react-native-firebase/ml@npm:19.2.2, @react-native-firebase/ml@workspace:packages/ml": +"@react-native-firebase/ml@npm:19.3.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": 19.2.2 + "@react-native-firebase/app": 19.3.0 languageName: unknown linkType: soft -"@react-native-firebase/perf@npm:19.2.2, @react-native-firebase/perf@workspace:packages/perf": +"@react-native-firebase/perf@npm:19.3.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.15" peerDependencies: - "@react-native-firebase/app": 19.2.2 + "@react-native-firebase/app": 19.3.0 expo: ">=47.0.0" peerDependenciesMeta: expo: @@ -5496,20 +5496,20 @@ __metadata: languageName: node linkType: hard -"@react-native-firebase/remote-config@npm:19.2.2, @react-native-firebase/remote-config@workspace:packages/remote-config": +"@react-native-firebase/remote-config@npm:19.3.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": 19.2.2 - "@react-native-firebase/app": 19.2.2 + "@react-native-firebase/analytics": 19.3.0 + "@react-native-firebase/app": 19.3.0 languageName: unknown linkType: soft -"@react-native-firebase/storage@npm:19.2.2, @react-native-firebase/storage@workspace:packages/storage": +"@react-native-firebase/storage@npm:19.3.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": 19.2.2 + "@react-native-firebase/app": 19.3.0 languageName: unknown linkType: soft @@ -18500,25 +18500,25 @@ __metadata: resolution: "react-native-firebase-tests@workspace:tests" dependencies: "@firebase/rules-unit-testing": "npm:^3.0.2" - "@react-native-firebase/analytics": "npm:19.2.2" - "@react-native-firebase/app": "npm:19.2.2" - "@react-native-firebase/app-check": "npm:19.2.2" - "@react-native-firebase/app-distribution": "npm:19.2.2" + "@react-native-firebase/analytics": "npm:19.3.0" + "@react-native-firebase/app": "npm:19.3.0" + "@react-native-firebase/app-check": "npm:19.3.0" + "@react-native-firebase/app-distribution": "npm:19.3.0" "@react-native-firebase/app-types": "npm:6.7.2" - "@react-native-firebase/auth": "npm:19.2.2" - "@react-native-firebase/crashlytics": "npm:19.2.2" - "@react-native-firebase/database": "npm:19.2.2" - "@react-native-firebase/dynamic-links": "npm:19.2.2" - "@react-native-firebase/firestore": "npm:19.2.2" - "@react-native-firebase/functions": "npm:19.2.2" - "@react-native-firebase/in-app-messaging": "npm:19.2.2" - "@react-native-firebase/installations": "npm:19.2.2" - "@react-native-firebase/messaging": "npm:19.2.2" - "@react-native-firebase/ml": "npm:19.2.2" - "@react-native-firebase/perf": "npm:19.2.2" + "@react-native-firebase/auth": "npm:19.3.0" + "@react-native-firebase/crashlytics": "npm:19.3.0" + "@react-native-firebase/database": "npm:19.3.0" + "@react-native-firebase/dynamic-links": "npm:19.3.0" + "@react-native-firebase/firestore": "npm:19.3.0" + "@react-native-firebase/functions": "npm:19.3.0" + "@react-native-firebase/in-app-messaging": "npm:19.3.0" + "@react-native-firebase/installations": "npm:19.3.0" + "@react-native-firebase/messaging": "npm:19.3.0" + "@react-native-firebase/ml": "npm:19.3.0" + "@react-native-firebase/perf": "npm:19.3.0" "@react-native-firebase/private-tests-helpers": "npm:^1.0.0" - "@react-native-firebase/remote-config": "npm:19.2.2" - "@react-native-firebase/storage": "npm:19.2.2" + "@react-native-firebase/remote-config": "npm:19.3.0" + "@react-native-firebase/storage": "npm:19.3.0" "@react-native/babel-preset": "npm:^0.73.21" "@react-native/metro-config": "npm:^0.73.5" a2a: "npm:^0.2.1"