Skip to content

Commit 804a51f

Browse files
committed
chore(release): release packages
1 parent 351a2fd commit 804a51f

41 files changed

Lines changed: 240 additions & 116 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [24.1.0](https://github.com/invertase/react-native-firebase/compare/v24.0.0...v24.1.0) (2026-06-05)
7+
8+
### Features
9+
10+
- **analytics:** add Expo config plugin for withoutAdIdSupport ([#8969](https://github.com/invertase/react-native-firebase/issues/8969)) ([5af7a6a](https://github.com/invertase/react-native-firebase/commit/5af7a6ab3f6da77e299c92b833fc1267c8309f18))
11+
- **analytics:** add support for googleAppMeasurementOnDeviceConversion in iOS Expo plugin ([#9014](https://github.com/invertase/react-native-firebase/issues/9014)) ([a7a5125](https://github.com/invertase/react-native-firebase/commit/a7a512529ab7b40c9bc32d65cab1e6256556e68e))
12+
- **firestore:** add 'source' option to enable local cache firestore listeners ([e3ce410](https://github.com/invertase/react-native-firebase/commit/e3ce410ef655796a488a1c79003ec2d7b783bae9))
13+
14+
### Bug Fixes
15+
16+
- **analytics:** cast item INDEX param to integer ([915dc8a](https://github.com/invertase/react-native-firebase/commit/915dc8a37aeaf67424d773134e55c81223a65be3))
17+
- **analytics:** coerce all number params from js double to native integral ([760ddd2](https://github.com/invertase/react-native-firebase/commit/760ddd2fdba7004d3fb30d2321c89066a36e199b))
18+
- **analytics:** success param type now boolean - never worked before, now works ([7e122b2](https://github.com/invertase/react-native-firebase/commit/7e122b264196b86e25deedb03aff4580741b7345))
19+
- **android:** catch RejectedExecutionException on executor-backed Tasks ([375ade9](https://github.com/invertase/react-native-firebase/commit/375ade9a043d2fd8180572ecc75c518e4428be84))
20+
- **database, android:** remove RTDB listeners before shutting down executors ([25ed605](https://github.com/invertase/react-native-firebase/commit/25ed605cdb5b639f70ad7e96923d4a9acc2ff0d0))
21+
- **docs:** workflow to generate+publish API docs, call same on publish ([8222a96](https://github.com/invertase/react-native-firebase/commit/8222a9653794a44c37922f717358718b7ec5c653))
22+
- firebase-android-sdk 34.14.0, firebase-ios-sdk 12.11.0, firebase-js-sdk 12.14.0 ([65bbe94](https://github.com/invertase/react-native-firebase/commit/65bbe9435fb78bbb2ee4cba25b44b0199a61f030))
23+
- **firestore, android:** catch RejectedExecutionException in sendOnSnapshotEvent ([602d7ad](https://github.com/invertase/react-native-firebase/commit/602d7ad250635c31901290af6c5b0ce98f7448ad))
24+
- **firestore:** restore generic root type exports for `DocumentSnapshot`, `Transaction`, and `WriteBatch` ([#8997](https://github.com/invertase/react-native-firebase/issues/8997)) ([9809622](https://github.com/invertase/react-native-firebase/commit/9809622e0c6e2de21f17730bbf97dc5be33396bc))
25+
626
## [24.0.0](https://github.com/invertase/react-native-firebase/compare/v23.8.6...v24.0.0) (2026-04-01)
727

828
### ⚠ BREAKING CHANGES
@@ -13,7 +33,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1333
Please see https://rnfirebase.io/migrating-to-v24 for a guide on updating your types
1434
if you were using the previous firestore typescript types.
1535

16-
*In general* everything should behave the same as v23 but the typescript types have changed. It is our hope you as a developer can adopt these changes easily and your app works exactly the same.
36+
_In general_ everything should behave the same as v23 but the typescript types have changed. It is our hope you as a developer can adopt these changes easily and your app works exactly the same.
1737

1838
It is always our goal to be a drop-in replacement for firebase-js-sdk, type for type, API for API.
1939
In general all firestore types should now be the same as the firestore modular types from firebase-js-sdk

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
"userUrlFormat": "{{host}}/{{user}}"
7777
},
7878
"ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**"],
79-
"version": "24.0.0",
79+
"version": "24.1.0",
8080
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
8181
}

packages/ai/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [24.1.0](https://github.com/invertase/react-native-firebase/compare/v24.0.0...v24.1.0) (2026-06-05)
7+
8+
**Note:** Version bump only for package @react-native-firebase/ai
9+
610
## [24.0.0](https://github.com/invertase/react-native-firebase/compare/v23.8.6...v24.0.0) (2026-04-01)
711

812
### ⚠ BREAKING CHANGES

packages/ai/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/ai",
3-
"version": "24.0.0",
3+
"version": "24.1.0",
44
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
55
"description": "React Native Firebase - Firebase AI is a fully-managed, unified AI development platform for building and using generative AI",
66
"main": "./dist/module/index.js",
@@ -26,15 +26,15 @@
2626
"generative-ai"
2727
],
2828
"peerDependencies": {
29-
"@react-native-firebase/app": "24.0.0"
29+
"@react-native-firebase/app": "24.1.0"
3030
},
3131
"publishConfig": {
3232
"access": "public",
3333
"provenance": true
3434
},
3535
"devDependencies": {
36-
"@react-native-firebase/app-check": "24.0.0",
37-
"@react-native-firebase/auth": "24.0.0",
36+
"@react-native-firebase/app-check": "24.1.0",
37+
"@react-native-firebase/auth": "24.1.0",
3838
"@types/text-encoding": "^0.0.40",
3939
"react-native-builder-bob": "^0.40.17",
4040
"typescript": "^5.9.3"

packages/analytics/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [24.1.0](https://github.com/invertase/react-native-firebase/compare/v24.0.0...v24.1.0) (2026-06-05)
7+
8+
### Features
9+
10+
- **analytics:** add Expo config plugin for withoutAdIdSupport ([#8969](https://github.com/invertase/react-native-firebase/issues/8969)) ([5af7a6a](https://github.com/invertase/react-native-firebase/commit/5af7a6ab3f6da77e299c92b833fc1267c8309f18))
11+
- **analytics:** add support for googleAppMeasurementOnDeviceConversion in iOS Expo plugin ([#9014](https://github.com/invertase/react-native-firebase/issues/9014)) ([a7a5125](https://github.com/invertase/react-native-firebase/commit/a7a512529ab7b40c9bc32d65cab1e6256556e68e))
12+
13+
### Bug Fixes
14+
15+
- **analytics:** cast item INDEX param to integer ([915dc8a](https://github.com/invertase/react-native-firebase/commit/915dc8a37aeaf67424d773134e55c81223a65be3))
16+
- **analytics:** coerce all number params from js double to native integral ([760ddd2](https://github.com/invertase/react-native-firebase/commit/760ddd2fdba7004d3fb30d2321c89066a36e199b))
17+
- **analytics:** success param type now boolean - never worked before, now works ([7e122b2](https://github.com/invertase/react-native-firebase/commit/7e122b264196b86e25deedb03aff4580741b7345))
18+
619
## [24.0.0](https://github.com/invertase/react-native-firebase/compare/v23.8.6...v24.0.0) (2026-04-01)
720

821
### Features

packages/analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/analytics",
3-
"version": "24.0.0",
3+
"version": "24.1.0",
44
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
55
"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.",
66
"main": "./dist/module/index.js",
@@ -25,7 +25,7 @@
2525
"analytics"
2626
],
2727
"peerDependencies": {
28-
"@react-native-firebase/app": "24.0.0",
28+
"@react-native-firebase/app": "24.1.0",
2929
"expo": ">=47.0.0"
3030
},
3131
"publishConfig": {

packages/app-check/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [24.1.0](https://github.com/invertase/react-native-firebase/compare/v24.0.0...v24.1.0) (2026-06-05)
7+
8+
**Note:** Version bump only for package @react-native-firebase/app-check
9+
610
## [24.0.0](https://github.com/invertase/react-native-firebase/compare/v23.8.6...v24.0.0) (2026-04-01)
711

812
### Bug Fixes

packages/app-check/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/app-check",
3-
"version": "24.0.0",
3+
"version": "24.1.0",
44
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
55
"description": "React Native Firebase - App Check",
66
"main": "./dist/module/index.js",
@@ -26,7 +26,7 @@
2626
"appCheck"
2727
],
2828
"peerDependencies": {
29-
"@react-native-firebase/app": "24.0.0",
29+
"@react-native-firebase/app": "24.1.0",
3030
"expo": ">=47.0.0"
3131
},
3232
"devDependencies": {

packages/app-distribution/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [24.1.0](https://github.com/invertase/react-native-firebase/compare/v24.0.0...v24.1.0) (2026-06-05)
7+
8+
### Bug Fixes
9+
10+
- firebase-android-sdk 34.14.0, firebase-ios-sdk 12.11.0, firebase-js-sdk 12.14.0 ([65bbe94](https://github.com/invertase/react-native-firebase/commit/65bbe9435fb78bbb2ee4cba25b44b0199a61f030))
11+
612
## [24.0.0](https://github.com/invertase/react-native-firebase/compare/v23.8.6...v24.0.0) (2026-04-01)
713

814
### Features

packages/app-distribution/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/app-distribution",
3-
"version": "24.0.0",
3+
"version": "24.1.0",
44
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
55
"description": "React Native Firebase - App Distribution",
66
"main": "lib/index.js",
@@ -24,7 +24,7 @@
2424
"app-distribution"
2525
],
2626
"peerDependencies": {
27-
"@react-native-firebase/app": "24.0.0",
27+
"@react-native-firebase/app": "24.1.0",
2828
"expo": ">=47.0.0"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)