Skip to content

Commit 836359a

Browse files
russellwheatleymikehardy
authored andcommitted
chore: update CHANGELOG & package.json
1 parent 6191f06 commit 836359a

File tree

2 files changed

+10
-41
lines changed

2 files changed

+10
-41
lines changed

packages/ai/CHANGELOG.md

Lines changed: 5 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +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-
## [22.2.0](https://github.com/invertase/react-native-firebase/compare/v22.1.0...v22.2.0) (2025-05-12)
6+
## Feature
77

8-
**Note:** Version bump only for package @react-native-firebase/vertexai
8+
Initial release of the Firebase AI Logic SDK (`FirebaseAI`). This SDK *replaces* the previous Vertex AI in Firebase SDK (`FirebaseVertexAI`) to accommodate the evolving set of supported features and services.
9+
The new Firebase AI Logic SDK provides **preview** support for the Gemini Developer API, including its free tier offering.
10+
Using the Firebase AI Logic SDK with the Vertex AI Gemini API is still generally available (GA).
911

10-
## [22.1.0](https://github.com/invertase/react-native-firebase/compare/v22.0.0...v22.1.0) (2025-04-30)
12+
To start using the new SDK, import the `@react-native-firebase/ai` package and use the modular method `getAI()` to initialize. See details in the [migration guide](https://firebase.google.com/docs/vertex-ai/migrate-to-latest-sdk).
1113

12-
### Bug Fixes
1314

14-
- **vertexai:** package.json main needs updating to commonjs path ([abe6c19](https://github.com/invertase/react-native-firebase/commit/abe6c190e6a22676fc58a4c5c7740ddeba2efd93))
15-
16-
## [22.0.0](https://github.com/invertase/react-native-firebase/compare/v21.14.0...v22.0.0) (2025-04-25)
17-
18-
### Bug Fixes
19-
20-
- enable provenance signing during publish ([4535f0d](https://github.com/invertase/react-native-firebase/commit/4535f0d5756c89aeb8f8e772348c71d8176348be))
21-
22-
## [21.14.0](https://github.com/invertase/react-native-firebase/compare/v21.13.0...v21.14.0) (2025-04-14)
23-
24-
**Note:** Version bump only for package @react-native-firebase/vertexai
25-
26-
## [21.13.0](https://github.com/invertase/react-native-firebase/compare/v21.12.3...v21.13.0) (2025-03-31)
27-
28-
**Note:** Version bump only for package @react-native-firebase/vertexai
29-
30-
## [21.12.3](https://github.com/invertase/react-native-firebase/compare/v21.12.2...v21.12.3) (2025-03-26)
31-
32-
**Note:** Version bump only for package @react-native-firebase/vertexai
33-
34-
## [21.12.2](https://github.com/invertase/react-native-firebase/compare/v21.12.1...v21.12.2) (2025-03-23)
35-
36-
**Note:** Version bump only for package @react-native-firebase/vertexai
37-
38-
## [21.12.1](https://github.com/invertase/react-native-firebase/compare/v21.12.0...v21.12.1) (2025-03-22)
39-
40-
**Note:** Version bump only for package @react-native-firebase/vertexai
41-
42-
## [21.12.0](https://github.com/invertase/react-native-firebase/compare/v21.11.0...v21.12.0) (2025-03-03)
43-
44-
### Features
45-
46-
- vertexAI package support ([#8236](https://github.com/invertase/react-native-firebase/issues/8236)) ([a1d1361](https://github.com/invertase/react-native-firebase/commit/a1d13610f443a96a7195b3f769f77d9676c0e577))

packages/ai/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@react-native-firebase/vertexai",
2+
"name": "@react-native-firebase/ai",
33
"version": "22.2.0",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
5-
"description": "React Native Firebase - Vertex AI is a fully-managed, unified AI development platform for building and using generative AI",
5+
"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",
77
"module": "./dist/module/index.js",
88
"types": "./dist/typescript/module/lib/index.d.ts",
@@ -14,14 +14,15 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/invertase/react-native-firebase/tree/main/packages/vertexai"
17+
"url": "https://github.com/invertase/react-native-firebase/tree/main/packages/ai"
1818
},
1919
"license": "Apache-2.0",
2020
"keywords": [
2121
"react",
2222
"react-native",
2323
"firebase",
24-
"vertexai",
24+
"firebase-ai",
25+
"ai",
2526
"gemini",
2627
"generative-ai"
2728
],

0 commit comments

Comments
 (0)