Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1eb302f

Browse filesBrowse files
Version Packages (#8063)
Version Packages for release v10.9.0. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b498867 commit 1eb302f
Copy full SHA for 1eb302f

File tree

Expand file treeCollapse file tree

43 files changed

+111
-74
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

43 files changed

+111
-74
lines changed

‎.changeset/bright-avocados-attack.md

Copy file name to clipboardExpand all lines: .changeset/bright-avocados-attack.md
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.changeset/selfish-donkeys-cheer.md

Copy file name to clipboardExpand all lines: .changeset/selfish-donkeys-cheer.md
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.changeset/smart-games-cheer.md

Copy file name to clipboardExpand all lines: .changeset/smart-games-cheer.md
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.changeset/thirty-otters-hug.md

Copy file name to clipboardExpand all lines: .changeset/thirty-otters-hug.md
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.changeset/violet-ways-judge.md

Copy file name to clipboardExpand all lines: .changeset/violet-ways-judge.md
-2Lines changed: 0 additions & 2 deletions
This file was deleted.

‎integration/compat-interop/package.json

Copy file name to clipboardExpand all lines: integration/compat-interop/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"test:debug": "karma start --browsers Chrome --auto-watch"
99
},
1010
"dependencies": {
11-
"@firebase/app": "0.9.28",
12-
"@firebase/app-compat": "0.2.28",
11+
"@firebase/app": "0.9.29",
12+
"@firebase/app-compat": "0.2.29",
1313
"@firebase/analytics": "0.10.1",
1414
"@firebase/analytics-compat": "0.2.7",
15-
"@firebase/auth": "1.6.1",
16-
"@firebase/auth-compat": "0.5.3",
15+
"@firebase/auth": "1.6.2",
16+
"@firebase/auth-compat": "0.5.4",
1717
"@firebase/functions": "0.11.2",
1818
"@firebase/functions-compat": "0.3.8",
1919
"@firebase/messaging": "0.12.6",

‎integration/firebase/package.json

Copy file name to clipboardExpand all lines: integration/firebase/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test"
88
},
99
"devDependencies": {
10-
"firebase": "10.8.1",
10+
"firebase": "10.9.0",
1111
"@types/chai": "4.3.5",
1212
"@types/mocha": "9.1.1",
1313
"chai": "4.3.7",

‎integration/firestore/package.json

Copy file name to clipboardExpand all lines: integration/firestore/package.json
+2-2Lines changed: 2 additions & 2 deletions
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.9.28",
18-
"@firebase/firestore": "4.4.3"
17+
"@firebase/app": "0.9.29",
18+
"@firebase/firestore": "4.5.0"
1919
},
2020
"devDependencies": {
2121
"@types/mocha": "9.1.1",

‎integration/messaging/package.json

Copy file name to clipboardExpand all lines: integration/messaging/package.json
+1-1Lines 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": "10.8.1",
12+
"firebase": "10.9.0",
1313
"chai": "4.3.7",
1414
"chromedriver": "116.0.0",
1515
"express": "4.18.2",

‎packages/analytics-compat/package.json

Copy file name to clipboardExpand all lines: packages/analytics-compat/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@firebase/app-compat": "0.x"
2525
},
2626
"devDependencies": {
27-
"@firebase/app-compat": "0.2.28",
27+
"@firebase/app-compat": "0.2.29",
2828
"rollup": "2.79.1",
2929
"@rollup/plugin-json": "4.1.0",
3030
"rollup-plugin-typescript2": "0.31.2",

‎packages/analytics/package.json

Copy file name to clipboardExpand all lines: packages/analytics/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"license": "Apache-2.0",
5050
"devDependencies": {
51-
"@firebase/app": "0.9.28",
51+
"@firebase/app": "0.9.29",
5252
"rollup": "2.79.1",
5353
"@rollup/plugin-commonjs": "21.1.0",
5454
"@rollup/plugin-json": "4.1.0",

‎packages/app-check-compat/package.json

Copy file name to clipboardExpand all lines: packages/app-check-compat/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"license": "Apache-2.0",
4646
"devDependencies": {
47-
"@firebase/app-compat": "0.2.28",
47+
"@firebase/app-compat": "0.2.29",
4848
"rollup": "2.79.1",
4949
"@rollup/plugin-commonjs": "21.1.0",
5050
"@rollup/plugin-json": "4.1.0",

‎packages/app-check/package.json

Copy file name to clipboardExpand all lines: packages/app-check/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"license": "Apache-2.0",
4747
"devDependencies": {
48-
"@firebase/app": "0.9.28",
48+
"@firebase/app": "0.9.29",
4949
"rollup": "2.79.1",
5050
"@rollup/plugin-commonjs": "21.1.0",
5151
"@rollup/plugin-json": "4.1.0",

‎packages/app-compat/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/app-compat/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/app-compat
22

3+
## 0.2.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @firebase/app@0.9.29
9+
310
## 0.2.28
411

512
### Patch Changes

‎packages/app-compat/package.json

Copy file name to clipboardExpand all lines: packages/app-compat/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/app-compat",
3-
"version": "0.2.28",
3+
"version": "0.2.29",
44
"description": "The primary entrypoint to the Firebase JS SDK",
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -40,7 +40,7 @@
4040
},
4141
"license": "Apache-2.0",
4242
"dependencies": {
43-
"@firebase/app": "0.9.28",
43+
"@firebase/app": "0.9.29",
4444
"@firebase/util": "1.9.4",
4545
"@firebase/logger": "0.4.0",
4646
"@firebase/component": "0.6.5",

‎packages/app/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/app/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @firebase/app
22

3+
## 0.9.29
4+
5+
### Patch Changes
6+
7+
- Update SDK_VERSION.
8+
39
## 0.9.28
410

511
### Patch Changes

‎packages/app/package.json

Copy file name to clipboardExpand all lines: packages/app/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/app",
3-
"version": "0.9.28",
3+
"version": "0.9.29",
44
"description": "The primary entrypoint to the Firebase JS SDK",
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",

‎packages/auth-compat/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/auth-compat/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/auth-compat
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6d487d7de`](https://github.com/firebase/firebase-js-sdk/commit/6d487d7dee631498bed1aeccbb45d8f14ae911d1), [`245dd26e1`](https://github.com/firebase/firebase-js-sdk/commit/245dd26e19b6c16aca7e1b7e597ed5784c2984ba)]:
8+
- @firebase/auth@1.6.2
9+
310
## 0.5.3
411

512
### Patch Changes

‎packages/auth-compat/package.json

Copy file name to clipboardExpand all lines: packages/auth-compat/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/auth-compat",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions",
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"main": "dist/index.node.cjs.js",
@@ -50,7 +50,7 @@
5050
"@firebase/app-compat": "0.x"
5151
},
5252
"dependencies": {
53-
"@firebase/auth": "1.6.1",
53+
"@firebase/auth": "1.6.2",
5454
"@firebase/auth-types": "0.12.0",
5555
"@firebase/component": "0.6.5",
5656
"@firebase/util": "1.9.4",
@@ -59,7 +59,7 @@
5959
},
6060
"license": "Apache-2.0",
6161
"devDependencies": {
62-
"@firebase/app-compat": "0.2.28",
62+
"@firebase/app-compat": "0.2.29",
6363
"@rollup/plugin-json": "4.1.0",
6464
"rollup": "2.79.1",
6565
"rollup-plugin-replace": "2.2.0",

‎packages/auth/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/auth/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @firebase/auth
22

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- [`6d487d7de`](https://github.com/firebase/firebase-js-sdk/commit/6d487d7dee631498bed1aeccbb45d8f14ae911d1) [#8060](https://github.com/firebase/firebase-js-sdk/pull/8060) - Do not allow double slash at beginning of authTokenSyncURL. (follow-up fix to https://github.com/firebase/firebase-js-sdk/pull/8056)
8+
9+
- [`245dd26e1`](https://github.com/firebase/firebase-js-sdk/commit/245dd26e19b6c16aca7e1b7e597ed5784c2984ba) [#8056](https://github.com/firebase/firebase-js-sdk/pull/8056) - Fix possible XSS vulnerability through **FIREBASE_DEFAULTS** settings.
10+
311
## 1.6.1
412

513
### Patch Changes

‎packages/auth/package.json

Copy file name to clipboardExpand all lines: packages/auth/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/auth",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "The Firebase Authenticaton component of the Firebase JS SDK.",
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"main": "dist/node/index.js",
@@ -134,7 +134,7 @@
134134
},
135135
"license": "Apache-2.0",
136136
"devDependencies": {
137-
"@firebase/app": "0.9.28",
137+
"@firebase/app": "0.9.29",
138138
"@rollup/plugin-json": "4.1.0",
139139
"@rollup/plugin-strip": "2.1.0",
140140
"@types/express": "4.17.17",

‎packages/database-compat/package.json

Copy file name to clipboardExpand all lines: packages/database-compat/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"tslib": "^2.1.0"
5959
},
6060
"devDependencies": {
61-
"@firebase/app-compat": "0.2.28",
61+
"@firebase/app-compat": "0.2.29",
6262
"typescript": "4.7.4"
6363
},
6464
"repository": {

‎packages/database/package.json

Copy file name to clipboardExpand all lines: packages/database/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"tslib": "^2.1.0"
5959
},
6060
"devDependencies": {
61-
"@firebase/app": "0.9.28",
61+
"@firebase/app": "0.9.29",
6262
"rollup": "2.79.1",
6363
"rollup-plugin-typescript2": "0.31.2",
6464
"typescript": "4.7.4"

‎packages/firebase/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/firebase/CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# firebase
22

3+
## 10.9.0
4+
5+
### Minor Changes
6+
7+
- [`ce88e71e7`](https://github.com/firebase/firebase-js-sdk/commit/ce88e71e738ac7bb2cd5d63e4e314e2de82f72ef) [#7982](https://github.com/firebase/firebase-js-sdk/pull/7982) - Enable snapshot listener option to retrieve data from local cache only.
8+
9+
### Patch Changes
10+
11+
- [`2b22838aa`](https://github.com/firebase/firebase-js-sdk/commit/2b22838aa2c7ccec480b26c9702bbb98a0778250) [#8059](https://github.com/firebase/firebase-js-sdk/pull/8059) - Fix glob pattern to work with Node 20 and its NPM version.
12+
13+
- Updated dependencies [[`6d487d7de`](https://github.com/firebase/firebase-js-sdk/commit/6d487d7dee631498bed1aeccbb45d8f14ae911d1), [`ce88e71e7`](https://github.com/firebase/firebase-js-sdk/commit/ce88e71e738ac7bb2cd5d63e4e314e2de82f72ef), [`245dd26e1`](https://github.com/firebase/firebase-js-sdk/commit/245dd26e19b6c16aca7e1b7e597ed5784c2984ba)]:
14+
- @firebase/auth@1.6.2
15+
- @firebase/app@0.9.29
16+
- @firebase/firestore@4.5.0
17+
- @firebase/auth-compat@0.5.4
18+
- @firebase/app-compat@0.2.29
19+
- @firebase/firestore-compat@0.3.27
20+
321
## 10.8.1
422

523
### Patch Changes

‎packages/firebase/package.json

Copy file name to clipboardExpand all lines: packages/firebase/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase",
3-
"version": "10.8.1",
3+
"version": "10.9.0",
44
"description": "Firebase JavaScript library for web and Node.js",
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
@@ -374,15 +374,15 @@
374374
"test:ci": "echo 'No test suite for firebase wrapper'"
375375
},
376376
"dependencies": {
377-
"@firebase/app": "0.9.28",
378-
"@firebase/app-compat": "0.2.28",
377+
"@firebase/app": "0.9.29",
378+
"@firebase/app-compat": "0.2.29",
379379
"@firebase/app-types": "0.9.0",
380-
"@firebase/auth": "1.6.1",
381-
"@firebase/auth-compat": "0.5.3",
380+
"@firebase/auth": "1.6.2",
381+
"@firebase/auth-compat": "0.5.4",
382382
"@firebase/database": "1.0.3",
383383
"@firebase/database-compat": "1.0.3",
384-
"@firebase/firestore": "4.4.3",
385-
"@firebase/firestore-compat": "0.3.26",
384+
"@firebase/firestore": "4.5.0",
385+
"@firebase/firestore-compat": "0.3.27",
386386
"@firebase/functions": "0.11.2",
387387
"@firebase/functions-compat": "0.3.8",
388388
"@firebase/installations": "0.6.5",

‎packages/firestore-compat/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/firestore-compat/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/firestore-compat
22

3+
## 0.3.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ce88e71e7`](https://github.com/firebase/firebase-js-sdk/commit/ce88e71e738ac7bb2cd5d63e4e314e2de82f72ef)]:
8+
- @firebase/firestore@4.5.0
9+
310
## 0.3.26
411

512
### Patch Changes

‎packages/firestore-compat/package.json

Copy file name to clipboardExpand all lines: packages/firestore-compat/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/firestore-compat",
3-
"version": "0.3.26",
3+
"version": "0.3.27",
44
"description": "The Cloud Firestore component of the Firebase JS SDK.",
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"main": "dist/index.node.cjs.js",
@@ -48,13 +48,13 @@
4848
},
4949
"dependencies": {
5050
"@firebase/component": "0.6.5",
51-
"@firebase/firestore": "4.4.3",
51+
"@firebase/firestore": "4.5.0",
5252
"@firebase/util": "1.9.4",
5353
"@firebase/firestore-types": "3.0.0",
5454
"tslib": "^2.1.0"
5555
},
5656
"devDependencies": {
57-
"@firebase/app-compat": "0.2.28",
57+
"@firebase/app-compat": "0.2.29",
5858
"@types/eslint": "7.29.0",
5959
"rollup": "2.79.1",
6060
"rollup-plugin-sourcemaps": "0.6.3",

‎packages/firestore/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/firestore/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @firebase/firestore
22

3+
## 4.5.0
4+
5+
### Minor Changes
6+
7+
- [`ce88e71e7`](https://github.com/firebase/firebase-js-sdk/commit/ce88e71e738ac7bb2cd5d63e4e314e2de82f72ef) [#7982](https://github.com/firebase/firebase-js-sdk/pull/7982) - Enable snapshot listener option to retrieve data from local cache only.
8+
39
## 4.4.3
410

511
### Patch Changes

‎packages/firestore/package.json

Copy file name to clipboardExpand all lines: packages/firestore/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/firestore",
3-
"version": "4.4.3",
3+
"version": "4.5.0",
44
"engines": {
55
"node": ">=10.10.0"
66
},
@@ -109,9 +109,9 @@
109109
"@firebase/app": "0.x"
110110
},
111111
"devDependencies": {
112-
"@firebase/app": "0.9.28",
113-
"@firebase/app-compat": "0.2.28",
114-
"@firebase/auth": "1.6.1",
112+
"@firebase/app": "0.9.29",
113+
"@firebase/app-compat": "0.2.29",
114+
"@firebase/auth": "1.6.2",
115115
"@rollup/plugin-alias": "3.1.9",
116116
"@rollup/plugin-json": "4.1.0",
117117
"@types/eslint": "7.29.0",

‎packages/functions-compat/package.json

Copy file name to clipboardExpand all lines: packages/functions-compat/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@firebase/app-compat": "0.x"
3232
},
3333
"devDependencies": {
34-
"@firebase/app-compat": "0.2.28",
34+
"@firebase/app-compat": "0.2.29",
3535
"rollup": "2.79.1",
3636
"@rollup/plugin-json": "4.1.0",
3737
"rollup-plugin-typescript2": "0.31.2",

‎packages/functions/package.json

Copy file name to clipboardExpand all lines: packages/functions/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@firebase/app": "0.x"
5151
},
5252
"devDependencies": {
53-
"@firebase/app": "0.9.28",
53+
"@firebase/app": "0.9.29",
5454
"rollup": "2.79.1",
5555
"@rollup/plugin-json": "4.1.0",
5656
"rollup-plugin-typescript2": "0.31.2",

‎packages/installations-compat/package.json

Copy file name to clipboardExpand all lines: packages/installations-compat/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"url": "https://github.com/firebase/firebase-js-sdk/issues"
4646
},
4747
"devDependencies": {
48-
"@firebase/app-compat": "0.2.28",
48+
"@firebase/app-compat": "0.2.29",
4949
"rollup": "2.79.1",
5050
"@rollup/plugin-commonjs": "21.1.0",
5151
"@rollup/plugin-json": "4.1.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.