Skip to content

Commit 44d8d74

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

File tree

40 files changed

+93
-57
lines changed

40 files changed

+93
-57
lines changed

.changeset/purple-chairs-wait.md

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

.changeset/strong-avocados-prove.md

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

integration/compat-interop/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"test:debug": "karma start --browsers Chrome --auto-watch"
99
},
1010
"dependencies": {
11-
"@firebase/app": "0.14.0",
12-
"@firebase/app-compat": "0.5.0",
11+
"@firebase/app": "0.14.1",
12+
"@firebase/app-compat": "0.5.1",
1313
"@firebase/analytics": "0.10.18",
1414
"@firebase/analytics-compat": "0.2.24",
1515
"@firebase/auth": "1.11.0",
@@ -18,8 +18,8 @@
1818
"@firebase/functions-compat": "0.4.0",
1919
"@firebase/messaging": "0.12.23",
2020
"@firebase/messaging-compat": "0.2.23",
21-
"@firebase/performance": "0.7.8",
22-
"@firebase/performance-compat": "0.2.21",
21+
"@firebase/performance": "0.7.9",
22+
"@firebase/performance-compat": "0.2.22",
2323
"@firebase/remote-config": "0.6.6",
2424
"@firebase/remote-config-compat": "0.2.19"
2525
},

integration/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
1515
},
1616
"dependencies": {
17-
"@firebase/app": "0.14.0",
17+
"@firebase/app": "0.14.1",
1818
"@firebase/firestore": "4.9.0"
1919
},
2020
"devDependencies": {

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.0.0",
12+
"firebase": "12.1.0",
1313
"chai": "4.5.0",
1414
"chromedriver": "119.0.1",
1515
"express": "4.21.2",

packages/ai/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [`e25317f`](https://github.com/firebase/firebase-js-sdk/commit/e25317f9f3c58305bc093e4f2e676690feb16db0) [#9029](https://github.com/firebase/firebase-js-sdk/pull/9029) - Add hybrid inference options to the Firebase AI SDK.
8+
39
## 2.0.0
410

511
### Major Changes

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": "@firebase/ai",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "The Firebase AI SDK",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"engines": {
@@ -57,7 +57,7 @@
5757
},
5858
"license": "Apache-2.0",
5959
"devDependencies": {
60-
"@firebase/app": "0.14.0",
60+
"@firebase/app": "0.14.1",
6161
"@rollup/plugin-json": "6.1.0",
6262
"rollup": "2.79.2",
6363
"rollup-plugin-replace": "2.2.0",

packages/analytics-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@firebase/app-compat": "0.x"
2323
},
2424
"devDependencies": {
25-
"@firebase/app-compat": "0.5.0",
25+
"@firebase/app-compat": "0.5.1",
2626
"rollup": "2.79.2",
2727
"@rollup/plugin-json": "6.1.0",
2828
"rollup-plugin-typescript2": "0.36.0",

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"license": "Apache-2.0",
4949
"devDependencies": {
50-
"@firebase/app": "0.14.0",
50+
"@firebase/app": "0.14.1",
5151
"rollup": "2.79.2",
5252
"rollup-plugin-dts": "5.3.1",
5353
"@rollup/plugin-commonjs": "21.1.0",

packages/app-check-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"license": "Apache-2.0",
4545
"devDependencies": {
46-
"@firebase/app-compat": "0.5.0",
46+
"@firebase/app-compat": "0.5.1",
4747
"rollup": "2.79.2",
4848
"@rollup/plugin-commonjs": "21.1.0",
4949
"@rollup/plugin-json": "6.1.0",

0 commit comments

Comments
 (0)