Skip to content

Commit c4a02d4

Browse files
Version Packages (#9865)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b6a0b0b commit c4a02d4

7 files changed

Lines changed: 19 additions & 14 deletions

File tree

.changeset/silent-trains-bake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silly-hounds-lay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:manual": "mocha --exit"
1010
},
1111
"devDependencies": {
12-
"firebase": "12.12.0",
12+
"firebase": "12.12.1",
1313
"chai": "4.5.0",
1414
"chromedriver": "119.0.1",
1515
"express": "4.21.2",

packages/ai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @firebase/ai
22

3+
## 2.11.1
4+
5+
### Patch Changes
6+
7+
- [`23ab5b9`](https://github.com/firebase/firebase-js-sdk/commit/23ab5b9dadb0451e855740a48f4cb12d29091a70) [#9817](https://github.com/firebase/firebase-js-sdk/pull/9817) - Update code execution and URL context features to reflect that they are generally available and no longer public preview.
8+
9+
- [`6db5af4`](https://github.com/firebase/firebase-js-sdk/commit/6db5af46649382ee3ed73ab4e8f69abc5f9a33aa) [#9840](https://github.com/firebase/firebase-js-sdk/pull/9840) (fixes [#9832](https://github.com/firebase/firebase-js-sdk/issues/9832)) - Fix `TemplateChatSession` type so it does not error on TypeScript build. See Github issue #9832.
10+
311
## 2.11.0
412

513
### Minor Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/ai",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "The Firebase AI SDK",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"engines": {

packages/firebase/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# firebase
22

3+
## 12.12.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`23ab5b9`](https://github.com/firebase/firebase-js-sdk/commit/23ab5b9dadb0451e855740a48f4cb12d29091a70), [`6db5af4`](https://github.com/firebase/firebase-js-sdk/commit/6db5af46649382ee3ed73ab4e8f69abc5f9a33aa)]:
8+
- @firebase/ai@2.11.1
9+
310
## 12.12.0
411

512
### Minor Changes

packages/firebase/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase",
3-
"version": "12.12.0",
3+
"version": "12.12.1",
44
"description": "Firebase JavaScript library for web and Node.js",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
@@ -423,7 +423,7 @@
423423
"trusted-type-check": "tsec -p tsconfig.json --noEmit"
424424
},
425425
"dependencies": {
426-
"@firebase/ai": "2.11.0",
426+
"@firebase/ai": "2.11.1",
427427
"@firebase/app": "0.14.11",
428428
"@firebase/app-compat": "0.5.11",
429429
"@firebase/app-types": "0.9.4",

0 commit comments

Comments
 (0)