Skip to content

Commit 724ddcf

Browse files
committed
chore(release): release packages
1 parent e16ccc4 commit 724ddcf

Some content is hidden

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

41 files changed

+221
-111
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
## [23.8.0](https://github.com/invertase/react-native-firebase/compare/v23.7.0...v23.8.0) (2026-01-13)
7+
8+
### Features
9+
10+
- **firestore:** add VectorValue type and vector() API ([8de9b68](https://github.com/invertase/react-native-firebase/commit/8de9b68dbe5288b7a5c05e607e34f9713f2d7fd2))
11+
- **functions:** turbo modules implementation ([#8603](https://github.com/invertase/react-native-firebase/issues/8603)) ([ad09a9b](https://github.com/invertase/react-native-firebase/commit/ad09a9bad791391a5d97f99d890149e5ea7d13bf))
12+
13+
### Bug Fixes
14+
15+
- **app:** firebase-ios-sdk 12.7.0 / firebase-js-sdk 12.7.0 ([#8810](https://github.com/invertase/react-native-firebase/issues/8810)) ([e00bd87](https://github.com/invertase/react-native-firebase/commit/e00bd876db750eeec13d9204be8b6603700b2a8d))
16+
- **messaging, types:** isSupported signature should be `Promise<boolean>` not `boolean` ([#8798](https://github.com/invertase/react-native-firebase/issues/8798)) ([4d54636](https://github.com/invertase/react-native-firebase/commit/4d5463609edd2831edc34cfe8a39b0fd1f6fe8fa))
17+
18+
### Performance Improvements
19+
20+
- **ci:** only save ccache on main branch ([a2844d4](https://github.com/invertase/react-native-firebase/commit/a2844d482e3f8ae8e8c7dcc69a540123137e21e5))
21+
622
## [23.7.0](https://github.com/invertase/react-native-firebase/compare/v23.6.0...v23.7.0) (2025-12-08)
723

824
### Features

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": "23.7.0",
79+
"version": "23.8.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+
## [23.8.0](https://github.com/invertase/react-native-firebase/compare/v23.7.0...v23.8.0) (2026-01-13)
7+
8+
**Note:** Version bump only for package @react-native-firebase/ai
9+
610
## [23.7.0](https://github.com/invertase/react-native-firebase/compare/v23.6.0...v23.7.0) (2025-12-08)
711

812
**Note:** Version bump only for package @react-native-firebase/ai

packages/ai/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/ai",
3-
"version": "23.7.0",
3+
"version": "23.8.0",
44
"author": "Invertase <[email protected]> (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/commonjs/index.js",
@@ -27,7 +27,7 @@
2727
"generative-ai"
2828
],
2929
"peerDependencies": {
30-
"@react-native-firebase/app": "23.7.0"
30+
"@react-native-firebase/app": "23.8.0"
3131
},
3232
"publishConfig": {
3333
"access": "public",

packages/analytics/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+
## [23.8.0](https://github.com/invertase/react-native-firebase/compare/v23.7.0...v23.8.0) (2026-01-13)
7+
8+
**Note:** Version bump only for package @react-native-firebase/analytics
9+
610
## [23.7.0](https://github.com/invertase/react-native-firebase/compare/v23.6.0...v23.7.0) (2025-12-08)
711

812
**Note:** Version bump only for package @react-native-firebase/analytics

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": "23.7.0",
3+
"version": "23.8.0",
44
"author": "Invertase <[email protected]> (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/commonjs/index.js",
@@ -24,7 +24,7 @@
2424
"analytics"
2525
],
2626
"peerDependencies": {
27-
"@react-native-firebase/app": "23.7.0"
27+
"@react-native-firebase/app": "23.8.0"
2828
},
2929
"publishConfig": {
3030
"access": "public",

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+
## [23.8.0](https://github.com/invertase/react-native-firebase/compare/v23.7.0...v23.8.0) (2026-01-13)
7+
8+
**Note:** Version bump only for package @react-native-firebase/app-check
9+
610
## [23.7.0](https://github.com/invertase/react-native-firebase/compare/v23.6.0...v23.7.0) (2025-12-08)
711

812
**Note:** Version bump only for package @react-native-firebase/app-check

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": "23.7.0",
3+
"version": "23.8.0",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - App Check",
66
"main": "./dist/commonjs/index.js",
@@ -27,7 +27,7 @@
2727
"appCheck"
2828
],
2929
"peerDependencies": {
30-
"@react-native-firebase/app": "23.7.0",
30+
"@react-native-firebase/app": "23.8.0",
3131
"expo": ">=47.0.0"
3232
},
3333
"devDependencies": {

packages/app-distribution/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+
## [23.8.0](https://github.com/invertase/react-native-firebase/compare/v23.7.0...v23.8.0) (2026-01-13)
7+
8+
**Note:** Version bump only for package @react-native-firebase/app-distribution
9+
610
## [23.7.0](https://github.com/invertase/react-native-firebase/compare/v23.6.0...v23.7.0) (2025-12-08)
711

812
**Note:** Version bump only for package @react-native-firebase/app-distribution

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": "23.7.0",
3+
"version": "23.8.0",
44
"author": "Invertase <[email protected]> (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": "23.7.0",
27+
"@react-native-firebase/app": "23.8.0",
2828
"expo": ">=47.0.0"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)