Skip to content

Commit a89e05b

Browse files
Version Packages (#7759)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ccfe096 commit a89e05b

File tree

41 files changed

+99
-69
lines changed

Some content is hidden

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

41 files changed

+99
-69
lines changed

.changeset/chilly-emus-sit.md

-5
This file was deleted.

.changeset/eight-planets-sleep.md

-6
This file was deleted.

.changeset/strong-coins-repeat.md

-5
This file was deleted.

.changeset/tiny-items-grin.md

-5
This file was deleted.

integration/compat-interop/package.json

+4-4
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.22",
12-
"@firebase/app-compat": "0.2.22",
11+
"@firebase/app": "0.9.23",
12+
"@firebase/app-compat": "0.2.23",
1313
"@firebase/analytics": "0.10.0",
1414
"@firebase/analytics-compat": "0.2.6",
15-
"@firebase/auth": "1.3.2",
16-
"@firebase/auth-compat": "0.4.8",
15+
"@firebase/auth": "1.4.0",
16+
"@firebase/auth-compat": "0.4.9",
1717
"@firebase/functions": "0.10.0",
1818
"@firebase/functions-compat": "0.3.5",
1919
"@firebase/messaging": "0.12.4",

integration/firebase/package.json

+1-1
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.5.2",
10+
"firebase": "10.6.0",
1111
"@types/chai": "4.3.5",
1212
"@types/mocha": "9.1.1",
1313
"chai": "4.3.7",

integration/firestore/package.json

+1-1
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.9.22",
17+
"@firebase/app": "0.9.23",
1818
"@firebase/firestore": "4.3.2"
1919
},
2020
"devDependencies": {

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": "10.5.2",
12+
"firebase": "10.6.0",
1313
"chai": "4.3.7",
1414
"chromedriver": "114.0.2",
1515
"express": "4.18.2",

packages/analytics-compat/package.json

+1-1
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.22",
27+
"@firebase/app-compat": "0.2.23",
2828
"rollup": "2.79.1",
2929
"@rollup/plugin-json": "4.1.0",
3030
"rollup-plugin-typescript2": "0.31.2",

packages/analytics/package.json

+1-1
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.22",
51+
"@firebase/app": "0.9.23",
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

+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-compat": "0.2.22",
47+
"@firebase/app-compat": "0.2.23",
4848
"rollup": "2.79.1",
4949
"@rollup/plugin-commonjs": "21.1.0",
5050
"@rollup/plugin-json": "4.1.0",

packages/app-check/package.json

+1-1
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.22",
48+
"@firebase/app": "0.9.23",
4949
"rollup": "2.79.1",
5050
"@rollup/plugin-commonjs": "21.1.0",
5151
"@rollup/plugin-json": "4.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.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5c7fa8491`](https://github.com/firebase/firebase-js-sdk/commit/5c7fa84912ac8a9652b82ebf88eb483dd44977a8)]:
8+
- @firebase/app@0.9.23
9+
310
## 0.2.22
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.22",
3+
"version": "0.2.23",
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.22",
43+
"@firebase/app": "0.9.23",
4444
"@firebase/util": "1.9.3",
4545
"@firebase/logger": "0.4.0",
4646
"@firebase/component": "0.6.4",

packages/app/CHANGELOG.md

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

3+
## 0.9.23
4+
5+
### Patch Changes
6+
7+
- [`5c7fa8491`](https://github.com/firebase/firebase-js-sdk/commit/5c7fa84912ac8a9652b82ebf88eb483dd44977a8) [#7749](https://github.com/firebase/firebase-js-sdk/pull/7749) - App - provide a more robust check to cover more cases of empty heartbeat data.
8+
39
## 0.9.22
410

511
### 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.9.22",
3+
"version": "0.9.23",
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

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

3+
## 0.4.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5f496e401`](https://github.com/firebase/firebase-js-sdk/commit/5f496e401782db29afd1bd433818a3fc1ef1da3c), [`f10acb360`](https://github.com/firebase/firebase-js-sdk/commit/f10acb36009dc9d5d4f0d0880f1357330e3f1d1b)]:
8+
- @firebase/auth@1.4.0
9+
310
## 0.4.8
411

512
### Patch Changes

packages/auth-compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/auth-compat",
3-
"version": "0.4.8",
3+
"version": "0.4.9",
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.3.2",
53+
"@firebase/auth": "1.4.0",
5454
"@firebase/auth-types": "0.12.0",
5555
"@firebase/component": "0.6.4",
5656
"@firebase/util": "1.9.3",
@@ -59,7 +59,7 @@
5959
},
6060
"license": "Apache-2.0",
6161
"devDependencies": {
62-
"@firebase/app-compat": "0.2.22",
62+
"@firebase/app-compat": "0.2.23",
6363
"@rollup/plugin-json": "4.1.0",
6464
"rollup": "2.79.1",
6565
"rollup-plugin-replace": "2.2.0",

packages/auth/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [`5f496e401`](https://github.com/firebase/firebase-js-sdk/commit/5f496e401782db29afd1bd433818a3fc1ef1da3c) [#7745](https://github.com/firebase/firebase-js-sdk/pull/7745) - [feature] Add sign-in with Apple token revocation support.
8+
9+
### Patch Changes
10+
11+
- [`f10acb360`](https://github.com/firebase/firebase-js-sdk/commit/f10acb36009dc9d5d4f0d0880f1357330e3f1d1b) [#7692](https://github.com/firebase/firebase-js-sdk/pull/7692) - Fixes https://github.com/firebase/firebase-js-sdk/issues/7675
12+
313
## 1.3.2
414

515
### 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.3.2",
3+
"version": "1.4.0",
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",
@@ -120,7 +120,7 @@
120120
},
121121
"license": "Apache-2.0",
122122
"devDependencies": {
123-
"@firebase/app": "0.9.22",
123+
"@firebase/app": "0.9.23",
124124
"@rollup/plugin-json": "4.1.0",
125125
"@rollup/plugin-strip": "2.1.0",
126126
"@types/express": "4.17.17",

packages/database-compat/package.json

+1-1
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.22",
61+
"@firebase/app-compat": "0.2.23",
6262
"typescript": "4.7.4"
6363
},
6464
"repository": {

packages/database/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"tslib": "^2.1.0"
5858
},
5959
"devDependencies": {
60-
"@firebase/app": "0.9.22",
60+
"@firebase/app": "0.9.23",
6161
"rollup": "2.79.1",
6262
"rollup-plugin-typescript2": "0.31.2",
6363
"typescript": "4.7.4"

packages/firebase/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# firebase
22

3+
## 10.6.0
4+
5+
### Minor Changes
6+
7+
- [`5f496e401`](https://github.com/firebase/firebase-js-sdk/commit/5f496e401782db29afd1bd433818a3fc1ef1da3c) [#7745](https://github.com/firebase/firebase-js-sdk/pull/7745) - [feature] Add sign-in with Apple token revocation support.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5c7fa8491`](https://github.com/firebase/firebase-js-sdk/commit/5c7fa84912ac8a9652b82ebf88eb483dd44977a8), [`5f496e401`](https://github.com/firebase/firebase-js-sdk/commit/5f496e401782db29afd1bd433818a3fc1ef1da3c), [`67c5a9088`](https://github.com/firebase/firebase-js-sdk/commit/67c5a9088b3e65ebb858a6fb779a358fa8ccbf27), [`f10acb360`](https://github.com/firebase/firebase-js-sdk/commit/f10acb36009dc9d5d4f0d0880f1357330e3f1d1b)]:
12+
- @firebase/app@0.9.23
13+
- @firebase/auth@1.4.0
14+
- @firebase/firestore-compat@0.3.22
15+
- @firebase/app-compat@0.2.23
16+
- @firebase/auth-compat@0.4.9
17+
318
## 10.5.2
419

520
### Patch Changes

packages/firebase/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase",
3-
"version": "10.5.2",
3+
"version": "10.6.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",
@@ -362,15 +362,15 @@
362362
"test:ci": "echo 'No test suite for firebase wrapper'"
363363
},
364364
"dependencies": {
365-
"@firebase/app": "0.9.22",
366-
"@firebase/app-compat": "0.2.22",
365+
"@firebase/app": "0.9.23",
366+
"@firebase/app-compat": "0.2.23",
367367
"@firebase/app-types": "0.9.0",
368-
"@firebase/auth": "1.3.2",
369-
"@firebase/auth-compat": "0.4.8",
368+
"@firebase/auth": "1.4.0",
369+
"@firebase/auth-compat": "0.4.9",
370370
"@firebase/database": "1.0.1",
371371
"@firebase/database-compat": "1.0.1",
372372
"@firebase/firestore": "4.3.2",
373-
"@firebase/firestore-compat": "0.3.21",
373+
"@firebase/firestore-compat": "0.3.22",
374374
"@firebase/functions": "0.10.0",
375375
"@firebase/functions-compat": "0.3.5",
376376
"@firebase/installations": "0.6.4",

packages/firestore-compat/CHANGELOG.md

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

3+
## 0.3.22
4+
5+
### Patch Changes
6+
7+
- [`67c5a9088`](https://github.com/firebase/firebase-js-sdk/commit/67c5a9088b3e65ebb858a6fb779a358fa8ccbf27) [#7738](https://github.com/firebase/firebase-js-sdk/pull/7738) - Allow converter return value of undefined.
8+
39
## 0.3.21
410

511
### Patch Changes

packages/firestore-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/firestore-compat",
3-
"version": "0.3.21",
3+
"version": "0.3.22",
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",
@@ -54,7 +54,7 @@
5454
"tslib": "^2.1.0"
5555
},
5656
"devDependencies": {
57-
"@firebase/app-compat": "0.2.22",
57+
"@firebase/app-compat": "0.2.23",
5858
"@types/eslint": "7.29.0",
5959
"rollup": "2.79.1",
6060
"rollup-plugin-sourcemaps": "0.6.3",

packages/firestore/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@
109109
"@firebase/app": "0.x"
110110
},
111111
"devDependencies": {
112-
"@firebase/app": "0.9.22",
113-
"@firebase/app-compat": "0.2.22",
114-
"@firebase/auth": "1.3.2",
112+
"@firebase/app": "0.9.23",
113+
"@firebase/app-compat": "0.2.23",
114+
"@firebase/auth": "1.4.0",
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

+1-1
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.22",
34+
"@firebase/app-compat": "0.2.23",
3535
"rollup": "2.79.1",
3636
"@rollup/plugin-json": "4.1.0",
3737
"rollup-plugin-typescript2": "0.31.2",

packages/functions/package.json

+1-1
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.22",
53+
"@firebase/app": "0.9.23",
5454
"rollup": "2.79.1",
5555
"@rollup/plugin-json": "4.1.0",
5656
"rollup-plugin-typescript2": "0.31.2",

packages/installations-compat/package.json

+1-1
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.22",
48+
"@firebase/app-compat": "0.2.23",
4949
"rollup": "2.79.1",
5050
"@rollup/plugin-commonjs": "21.1.0",
5151
"@rollup/plugin-json": "4.1.0",

packages/installations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"url": "https://github.com/firebase/firebase-js-sdk/issues"
5151
},
5252
"devDependencies": {
53-
"@firebase/app": "0.9.22",
53+
"@firebase/app": "0.9.23",
5454
"rollup": "2.79.1",
5555
"@rollup/plugin-commonjs": "21.1.0",
5656
"@rollup/plugin-json": "4.1.0",

packages/messaging-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"tslib": "^2.1.0"
4646
},
4747
"devDependencies": {
48-
"@firebase/app-compat": "0.2.22",
48+
"@firebase/app-compat": "0.2.23",
4949
"@rollup/plugin-json": "4.1.0",
5050
"rollup-plugin-typescript2": "0.31.2",
5151
"ts-essentials": "9.3.0",

packages/messaging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"tslib": "^2.1.0"
6262
},
6363
"devDependencies": {
64-
"@firebase/app": "0.9.22",
64+
"@firebase/app": "0.9.23",
6565
"rollup": "2.79.1",
6666
"rollup-plugin-typescript2": "0.31.2",
6767
"@rollup/plugin-json": "4.1.0",

packages/performance-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"rollup-plugin-replace": "2.2.0",
5353
"rollup-plugin-typescript2": "0.31.2",
5454
"typescript": "4.7.4",
55-
"@firebase/app-compat": "0.2.22"
55+
"@firebase/app-compat": "0.2.23"
5656
},
5757
"repository": {
5858
"directory": "packages/performance-compat",

0 commit comments

Comments
 (0)