Skip to content

Commit 4e6a5c6

Browse files
Version Packages (#8766)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8daf47f commit 4e6a5c6

Some content is hidden

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

58 files changed

+269
-136
lines changed

.changeset/chilled-clocks-remember.md

-6
This file was deleted.

.changeset/kind-dingos-work.md

-6
This file was deleted.

.changeset/kind-pets-sin.md

-15
This file was deleted.

.changeset/little-news-sniff.md

-6
This file was deleted.

.changeset/polite-lies-vanish.md

-7
This file was deleted.

.changeset/spotty-trainers-lay.md

-6
This file was deleted.

.changeset/yellow-rice-kneel.md

-5
This file was deleted.

integration/compat-interop/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"test:debug": "karma start --browsers Chrome --auto-watch"
99
},
1010
"dependencies": {
11-
"@firebase/app": "0.10.18",
12-
"@firebase/app-compat": "0.2.48",
11+
"@firebase/app": "0.11.0",
12+
"@firebase/app-compat": "0.2.49",
1313
"@firebase/analytics": "0.10.11",
1414
"@firebase/analytics-compat": "0.2.17",
15-
"@firebase/auth": "1.8.2",
16-
"@firebase/auth-compat": "0.5.17",
17-
"@firebase/functions": "0.12.1",
18-
"@firebase/functions-compat": "0.3.18",
15+
"@firebase/auth": "1.9.0",
16+
"@firebase/auth-compat": "0.5.18",
17+
"@firebase/functions": "0.12.2",
18+
"@firebase/functions-compat": "0.3.19",
1919
"@firebase/messaging": "0.12.16",
2020
"@firebase/messaging-compat": "0.2.16",
21-
"@firebase/performance": "0.6.12",
22-
"@firebase/performance-compat": "0.2.12",
21+
"@firebase/performance": "0.7.0",
22+
"@firebase/performance-compat": "0.2.13",
2323
"@firebase/remote-config": "0.5.0",
2424
"@firebase/remote-config-compat": "0.2.12"
2525
},

integration/firestore/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
1515
},
1616
"dependencies": {
17-
"@firebase/app": "0.10.18",
18-
"@firebase/firestore": "4.7.6"
17+
"@firebase/app": "0.11.0",
18+
"@firebase/firestore": "4.7.7"
1919
},
2020
"devDependencies": {
2121
"@types/mocha": "9.1.1",

integration/messaging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:manual": "mocha --exit"
1010
},
1111
"devDependencies": {
12-
"firebase": "11.2.0",
12+
"firebase": "11.3.0",
1313
"chai": "4.4.1",
1414
"chromedriver": "119.0.1",
1515
"express": "4.19.2",

packages/analytics-compat/package.json

+1-1
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.2.48",
25+
"@firebase/app-compat": "0.2.49",
2626
"rollup": "2.79.2",
2727
"@rollup/plugin-json": "6.1.0",
2828
"rollup-plugin-typescript2": "0.36.0",

packages/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"license": "Apache-2.0",
4949
"devDependencies": {
50-
"@firebase/app": "0.10.18",
50+
"@firebase/app": "0.11.0",
5151
"rollup": "2.79.2",
5252
"@rollup/plugin-commonjs": "21.1.0",
5353
"@rollup/plugin-json": "6.1.0",

packages/app-check-compat/package.json

+1-1
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.2.48",
46+
"@firebase/app-compat": "0.2.49",
4747
"rollup": "2.79.2",
4848
"@rollup/plugin-commonjs": "21.1.0",
4949
"@rollup/plugin-json": "6.1.0",

packages/app-check/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"license": "Apache-2.0",
4646
"devDependencies": {
47-
"@firebase/app": "0.10.18",
47+
"@firebase/app": "0.11.0",
4848
"rollup": "2.79.2",
4949
"@rollup/plugin-commonjs": "21.1.0",
5050
"@rollup/plugin-json": "6.1.0",

packages/app-compat/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/app-compat
22

3+
## 0.2.49
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`97d48c7`](https://github.com/firebase/firebase-js-sdk/commit/97d48c7650e2d4273b7f94c8964dfcb44113952a), [`dafae52`](https://github.com/firebase/firebase-js-sdk/commit/dafae52afda0b653a763b071960ee87010a63aa1)]:
8+
- @firebase/app@0.11.0
9+
310
## 0.2.48
411

512
### Patch Changes

packages/app-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/app-compat",
3-
"version": "0.2.48",
3+
"version": "0.2.49",
44
"description": "The primary entrypoint to the Firebase JS SDK",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -37,7 +37,7 @@
3737
},
3838
"license": "Apache-2.0",
3939
"dependencies": {
40-
"@firebase/app": "0.10.18",
40+
"@firebase/app": "0.11.0",
4141
"@firebase/util": "1.10.3",
4242
"@firebase/logger": "0.4.4",
4343
"@firebase/component": "0.6.12",

packages/app/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @firebase/app
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [`97d48c7`](https://github.com/firebase/firebase-js-sdk/commit/97d48c7650e2d4273b7f94c8964dfcb44113952a) [#8651](https://github.com/firebase/firebase-js-sdk/pull/8651) - `FirebaseServerApp` can now be initalized with an App Check token instead of invoking the App Check
8+
`getToken` method. This should unblock the use of App Check enforced products in SSR environments
9+
where the App Check SDK cannot be initialized.
10+
11+
### Patch Changes
12+
13+
- [`dafae52`](https://github.com/firebase/firebase-js-sdk/commit/dafae52afda0b653a763b071960ee87010a63aa1) [#8724](https://github.com/firebase/firebase-js-sdk/pull/8724) - Discard the earliest heartbeat once a limit of 30 heartbeats in storage has been hit.
14+
315
## 0.10.18
416

517
### Patch Changes

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/app",
3-
"version": "0.10.18",
3+
"version": "0.11.0",
44
"description": "The primary entrypoint to the Firebase JS SDK",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",

packages/auth-compat/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @firebase/auth-compat
22

3+
## 0.5.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`97d48c7`](https://github.com/firebase/firebase-js-sdk/commit/97d48c7650e2d4273b7f94c8964dfcb44113952a), [`9d88e3a`](https://github.com/firebase/firebase-js-sdk/commit/9d88e3a85a7253694dd7cf58d7eb834e41af2b79)]:
8+
- @firebase/auth@1.9.0
9+
- @firebase/auth-types@0.13.0
10+
311
## 0.5.17
412

513
### Patch Changes

packages/auth-compat/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/auth-compat",
3-
"version": "0.5.17",
3+
"version": "0.5.18",
44
"description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.node.cjs.js",
@@ -49,15 +49,15 @@
4949
"@firebase/app-compat": "0.x"
5050
},
5151
"dependencies": {
52-
"@firebase/auth": "1.8.2",
53-
"@firebase/auth-types": "0.12.3",
52+
"@firebase/auth": "1.9.0",
53+
"@firebase/auth-types": "0.13.0",
5454
"@firebase/component": "0.6.12",
5555
"@firebase/util": "1.10.3",
5656
"tslib": "^2.1.0"
5757
},
5858
"license": "Apache-2.0",
5959
"devDependencies": {
60-
"@firebase/app-compat": "0.2.48",
60+
"@firebase/app-compat": "0.2.49",
6161
"@rollup/plugin-json": "6.1.0",
6262
"rollup": "2.79.2",
6363
"rollup-plugin-replace": "2.2.0",

packages/auth-types/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @firebase/auth-types
22

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [`9d88e3a`](https://github.com/firebase/firebase-js-sdk/commit/9d88e3a85a7253694dd7cf58d7eb834e41af2b79) [#8738](https://github.com/firebase/firebase-js-sdk/pull/8738) - Added `ActionCodeSettings.linkDomain` to customize the Firebase Hosting link domain that is used in mobile out-of-band email action flows. Also, deprecated `ActionCodeSettings.dynamicLinkDomain`.
8+
39
## 0.12.3
410

511
### Patch Changes

packages/auth-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/auth-types",
3-
"version": "0.12.3",
3+
"version": "0.13.0",
44
"description": "@firebase/auth Types",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"license": "Apache-2.0",

packages/auth/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @firebase/auth
22

3+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- [`9d88e3a`](https://github.com/firebase/firebase-js-sdk/commit/9d88e3a85a7253694dd7cf58d7eb834e41af2b79) [#8738](https://github.com/firebase/firebase-js-sdk/pull/8738) - Added `ActionCodeSettings.linkDomain` to customize the Firebase Hosting link domain that is used in mobile out-of-band email action flows. Also, deprecated `ActionCodeSettings.dynamicLinkDomain`.
8+
9+
### Patch Changes
10+
11+
- [`97d48c7`](https://github.com/firebase/firebase-js-sdk/commit/97d48c7650e2d4273b7f94c8964dfcb44113952a) [#8651](https://github.com/firebase/firebase-js-sdk/pull/8651) - `FirebaseServerApp` can now be initalized with an App Check token instead of invoking the App Check
12+
`getToken` method. This should unblock the use of App Check enforced products in SSR environments
13+
where the App Check SDK cannot be initialized.
14+
315
## 1.8.2
416

517
### Patch Changes

packages/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/auth",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "The Firebase Authenticaton component of the Firebase JS SDK.",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/node/index.js",
@@ -131,7 +131,7 @@
131131
},
132132
"license": "Apache-2.0",
133133
"devDependencies": {
134-
"@firebase/app": "0.10.18",
134+
"@firebase/app": "0.11.0",
135135
"@rollup/plugin-json": "6.1.0",
136136
"@rollup/plugin-strip": "2.1.0",
137137
"@types/express": "4.17.21",

packages/data-connect/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Unreleased
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [`313faf6`](https://github.com/firebase/firebase-js-sdk/commit/313faf66b88ac5ff60a6301b58bd3b9a71ffe74e) [#8749](https://github.com/firebase/firebase-js-sdk/pull/8749) - Add custom request headers based on the type of SDK (JS/TS, React, Angular, etc) that's invoking Data Connect requests. This will help us understand how users interact with Data Connect when using the Web SDK.
8+
9+
### Patch Changes
10+
11+
- [`97d48c7`](https://github.com/firebase/firebase-js-sdk/commit/97d48c7650e2d4273b7f94c8964dfcb44113952a) [#8651](https://github.com/firebase/firebase-js-sdk/pull/8651) - `FirebaseServerApp` can now be initalized with an App Check token instead of invoking the App Check
12+
`getToken` method. This should unblock the use of App Check enforced products in SSR environments
13+
where the App Check SDK cannot be initialized.
14+
315
## 0.2.0
416

517
### Minor Changes

packages/data-connect/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/data-connect",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.node.cjs.js",
@@ -55,7 +55,7 @@
5555
"tslib": "^2.1.0"
5656
},
5757
"devDependencies": {
58-
"@firebase/app": "0.10.18",
58+
"@firebase/app": "0.11.0",
5959
"rollup": "2.79.2",
6060
"rollup-plugin-typescript2": "0.36.0",
6161
"typescript": "5.5.4"

packages/database-compat/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/database-compat
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`01f36ea`](https://github.com/firebase/firebase-js-sdk/commit/01f36ea41011fdd6ec77e4b1a799193bef58aa91), [`97d48c7`](https://github.com/firebase/firebase-js-sdk/commit/97d48c7650e2d4273b7f94c8964dfcb44113952a)]:
8+
- @firebase/database@1.0.12
9+
310
## 2.0.2
411

512
### Patch Changes

packages/database-compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/database-compat",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "The Realtime Database component of the Firebase JS SDK.",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.js",
@@ -49,15 +49,15 @@
4949
"add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../database/dist/public.d.ts -o dist/database-compat/src/index.d.ts -a -r Database:types.FirebaseDatabase -r Query:types.Query -r DatabaseReference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"
5050
},
5151
"dependencies": {
52-
"@firebase/database": "1.0.11",
52+
"@firebase/database": "1.0.12",
5353
"@firebase/database-types": "1.0.8",
5454
"@firebase/logger": "0.4.4",
5555
"@firebase/util": "1.10.3",
5656
"@firebase/component": "0.6.12",
5757
"tslib": "^2.1.0"
5858
},
5959
"devDependencies": {
60-
"@firebase/app-compat": "0.2.48",
60+
"@firebase/app-compat": "0.2.49",
6161
"typescript": "5.5.4"
6262
},
6363
"repository": {

packages/database/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Unreleased
22

3+
## 1.0.12
4+
5+
### Patch Changes
6+
7+
- [`01f36ea`](https://github.com/firebase/firebase-js-sdk/commit/01f36ea41011fdd6ec77e4b1a799193bef58aa91) [#8719](https://github.com/firebase/firebase-js-sdk/pull/8719) - Fix a potential for a negative offset when calculating last reconnect times. This could cause lengthy reconnect delays in some scenarios. Fixes #8718.
8+
9+
- [`97d48c7`](https://github.com/firebase/firebase-js-sdk/commit/97d48c7650e2d4273b7f94c8964dfcb44113952a) [#8651](https://github.com/firebase/firebase-js-sdk/pull/8651) - `FirebaseServerApp` can now be initalized with an App Check token instead of invoking the App Check
10+
`getToken` method. This should unblock the use of App Check enforced products in SSR environments
11+
where the App Check SDK cannot be initialized.
12+
313
## 1.0.11
414

515
### Patch Changes

0 commit comments

Comments
 (0)