Skip to content

Commit 882d864

Browse files
committed
Merge branch 'release'
Release 9.4.1
2 parents 3a94354 + 7a78b01 commit 882d864

File tree

43 files changed

+124
-73
lines changed

Some content is hidden

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

43 files changed

+124
-73
lines changed

.changeset/cool-toys-marry.md

-5
This file was deleted.

.changeset/seven-glasses-worry.md

-5
This file was deleted.

.changeset/tame-beans-study.md

-5
This file was deleted.

integration/compat-interop/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"test:debug": "karma start --browsers Chrome --auto-watch"
99
},
1010
"dependencies": {
11-
"@firebase/app": "0.7.7",
12-
"@firebase/app-compat": "0.1.8",
11+
"@firebase/app": "0.7.8",
12+
"@firebase/app-compat": "0.1.9",
1313
"@firebase/analytics": "0.7.4",
1414
"@firebase/analytics-compat": "0.1.5",
15-
"@firebase/auth": "0.19.2",
16-
"@firebase/auth-compat": "0.2.2",
17-
"@firebase/functions": "0.7.5",
18-
"@firebase/functions-compat": "0.1.6",
15+
"@firebase/auth": "0.19.3",
16+
"@firebase/auth-compat": "0.2.3",
17+
"@firebase/functions": "0.7.6",
18+
"@firebase/functions-compat": "0.1.7",
1919
"@firebase/messaging": "0.9.4",
2020
"@firebase/messaging-compat": "0.1.4",
2121
"@firebase/performance": "0.5.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": "9.4.0",
10+
"firebase": "9.4.1",
1111
"@types/chai": "4.2.22",
1212
"@types/mocha": "9.0.0",
1313
"chai": "4.3.4",

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
"devDependencies": {
17-
"@firebase/app": "0.7.7",
17+
"@firebase/app": "0.7.8",
1818
"@firebase/firestore-compat": "0.1.7",
1919
"@types/mocha": "9.0.0",
2020
"gulp": "4.0.2",

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": "9.4.0",
12+
"firebase": "9.4.1",
1313
"chai": "4.3.4",
1414
"chromedriver": "94.0.0",
1515
"express": "4.17.1",

packages/analytics-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@firebase/app-compat": "0.x"
2424
},
2525
"devDependencies": {
26-
"@firebase/app-compat": "0.1.8",
26+
"@firebase/app-compat": "0.1.9",
2727
"rollup": "2.57.0",
2828
"@rollup/plugin-json": "4.1.0",
2929
"rollup-plugin-typescript2": "0.30.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.7.7",
50+
"@firebase/app": "0.7.8",
5151
"rollup": "2.57.0",
5252
"@rollup/plugin-commonjs": "21.0.0",
5353
"@rollup/plugin-json": "4.1.0",

packages/app-check-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"license": "Apache-2.0",
4444
"devDependencies": {
45-
"@firebase/app-compat": "0.1.8",
45+
"@firebase/app-compat": "0.1.9",
4646
"rollup": "2.57.0",
4747
"@rollup/plugin-commonjs": "21.0.0",
4848
"@rollup/plugin-json": "4.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.7.7",
47+
"@firebase/app": "0.7.8",
4848
"rollup": "2.57.0",
4949
"@rollup/plugin-commonjs": "21.0.0",
5050
"@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.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @firebase/app@0.7.8
9+
310
## 0.1.8
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.1.8",
3+
"version": "0.1.9",
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",
@@ -39,7 +39,7 @@
3939
},
4040
"license": "Apache-2.0",
4141
"dependencies": {
42-
"@firebase/app": "0.7.7",
42+
"@firebase/app": "0.7.8",
4343
"@firebase/util": "1.4.2",
4444
"@firebase/logger": "0.3.2",
4545
"@firebase/component": "0.5.9",

packages/app/CHANGELOG.md

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

3+
## 0.7.8
4+
5+
### Patch Changes
6+
7+
- Update SDK_VERSION.
8+
39
## 0.7.7
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.7.7",
3+
"version": "0.7.8",
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

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1583a8202`](https://github.com/firebase/firebase-js-sdk/commit/1583a82022bfd404e94f28d1786e596d6b5a9f43)]:
8+
- @firebase/auth@0.19.3
9+
310
## 0.2.2
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.2.2",
3+
"version": "0.2.3",
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",
@@ -43,7 +43,7 @@
4343
"@firebase/app-compat": "0.x"
4444
},
4545
"dependencies": {
46-
"@firebase/auth": "0.19.2",
46+
"@firebase/auth": "0.19.3",
4747
"@firebase/auth-types": "0.11.0",
4848
"@firebase/component": "0.5.9",
4949
"@firebase/util": "1.4.2",
@@ -53,7 +53,7 @@
5353
},
5454
"license": "Apache-2.0",
5555
"devDependencies": {
56-
"@firebase/app-compat": "0.1.8",
56+
"@firebase/app-compat": "0.1.9",
5757
"@rollup/plugin-json": "4.1.0",
5858
"rollup": "2.57.0",
5959
"rollup-plugin-replace": "2.2.0",

packages/auth/CHANGELOG.md

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

3+
## 0.19.3
4+
5+
### Patch Changes
6+
7+
- [`1583a8202`](https://github.com/firebase/firebase-js-sdk/commit/1583a82022bfd404e94f28d1786e596d6b5a9f43) [#5715](https://github.com/firebase/firebase-js-sdk/pull/5715) - Fix Provider.credentialFromResult documentation snippets
8+
39
## 0.19.2
410

511
### 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": "0.19.2",
3+
"version": "0.19.3",
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",
@@ -84,7 +84,7 @@
8484
},
8585
"license": "Apache-2.0",
8686
"devDependencies": {
87-
"@firebase/app": "0.7.7",
87+
"@firebase/app": "0.7.8",
8888
"@rollup/plugin-json": "4.1.0",
8989
"rollup": "2.57.0",
9090
"rollup-plugin-sourcemaps": "0.6.3",

packages/database-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"tslib": "^2.1.0"
5454
},
5555
"devDependencies": {
56-
"@firebase/app-compat": "0.1.8"
56+
"@firebase/app-compat": "0.1.9"
5757
},
5858
"repository": {
5959
"directory": "packages/database-compat",

packages/database/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"tslib": "^2.1.0"
5353
},
5454
"devDependencies": {
55-
"@firebase/app": "0.7.7",
55+
"@firebase/app": "0.7.8",
5656
"rollup": "2.57.0",
5757
"rollup-plugin-typescript2": "0.30.0",
5858
"typescript": "4.2.2"

packages/firebase/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# firebase
22

3+
## 9.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b338dbd8`](https://github.com/firebase/firebase-js-sdk/commit/3b338dbd8cdfdc73267cd052b1852a1358b05eaf), [`1583a8202`](https://github.com/firebase/firebase-js-sdk/commit/1583a82022bfd404e94f28d1786e596d6b5a9f43), [`e0fe2b668`](https://github.com/firebase/firebase-js-sdk/commit/e0fe2b668b64b64d842988c2c147d3de66148f48)]:
8+
- @firebase/app@0.7.8
9+
- @firebase/functions@0.7.6
10+
- @firebase/auth@0.19.3
11+
- @firebase/storage@0.8.7
12+
- @firebase/app-compat@0.1.9
13+
- @firebase/functions-compat@0.1.7
14+
- @firebase/auth-compat@0.2.3
15+
- @firebase/storage-compat@0.1.7
16+
317
## 9.4.0
418

519
### Minor Changes

packages/firebase/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase",
3-
"version": "9.4.0",
3+
"version": "9.4.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",
@@ -219,23 +219,23 @@
219219
"test:ci": "echo 'No test suite for firebase wrapper'"
220220
},
221221
"dependencies": {
222-
"@firebase/app": "0.7.7",
223-
"@firebase/app-compat": "0.1.8",
222+
"@firebase/app": "0.7.8",
223+
"@firebase/app-compat": "0.1.9",
224224
"@firebase/app-types": "0.7.0",
225-
"@firebase/auth": "0.19.2",
226-
"@firebase/auth-compat": "0.2.2",
225+
"@firebase/auth": "0.19.3",
226+
"@firebase/auth-compat": "0.2.3",
227227
"@firebase/database": "0.12.4",
228228
"@firebase/database-compat": "0.1.4",
229229
"@firebase/firestore": "3.3.0",
230230
"@firebase/firestore-compat": "0.1.7",
231-
"@firebase/functions": "0.7.5",
232-
"@firebase/functions-compat": "0.1.6",
231+
"@firebase/functions": "0.7.6",
232+
"@firebase/functions-compat": "0.1.7",
233233
"@firebase/installations": "0.5.4",
234234
"@firebase/messaging": "0.9.4",
235235
"@firebase/messaging-compat": "0.1.4",
236236
"@firebase/polyfill": "0.3.36",
237-
"@firebase/storage": "0.8.6",
238-
"@firebase/storage-compat": "0.1.6",
237+
"@firebase/storage": "0.8.7",
238+
"@firebase/storage-compat": "0.1.7",
239239
"@firebase/performance": "0.5.4",
240240
"@firebase/performance-compat": "0.1.4",
241241
"@firebase/remote-config": "0.3.3",

packages/firestore-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.1.8",
48+
"@firebase/app-compat": "0.1.9",
4949
"@types/eslint": "7.28.0",
5050
"rollup": "2.57.0",
5151
"rollup-plugin-sourcemaps": "0.6.3",

packages/firestore/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
"@firebase/app": "0.x"
9494
},
9595
"devDependencies": {
96-
"@firebase/app": "0.7.7",
97-
"@firebase/app-compat": "0.1.8",
98-
"@firebase/auth": "0.19.2",
96+
"@firebase/app": "0.7.8",
97+
"@firebase/app-compat": "0.1.9",
98+
"@firebase/auth": "0.19.3",
9999
"@rollup/plugin-alias": "3.1.5",
100100
"@rollup/plugin-json": "4.1.0",
101101
"@types/eslint": "7.28.0",

packages/functions-compat/CHANGELOG.md

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

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b338dbd8`](https://github.com/firebase/firebase-js-sdk/commit/3b338dbd8cdfdc73267cd052b1852a1358b05eaf)]:
8+
- @firebase/functions@0.7.6
9+
310
## 0.1.6
411

512
### Patch Changes

packages/functions-compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/functions-compat",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.node.cjs.js",
@@ -26,7 +26,7 @@
2626
"@firebase/app-compat": "0.x"
2727
},
2828
"devDependencies": {
29-
"@firebase/app-compat": "0.1.8",
29+
"@firebase/app-compat": "0.1.9",
3030
"rollup": "2.57.0",
3131
"@rollup/plugin-json": "4.1.0",
3232
"rollup-plugin-typescript2": "0.30.0",
@@ -59,7 +59,7 @@
5959
"typings": "dist/src/index.d.ts",
6060
"dependencies": {
6161
"@firebase/component": "0.5.9",
62-
"@firebase/functions": "0.7.5",
62+
"@firebase/functions": "0.7.6",
6363
"@firebase/functions-types": "0.5.0",
6464
"@firebase/util": "1.4.2",
6565
"tslib": "^2.1.0"

packages/functions/CHANGELOG.md

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

3+
## 0.7.6
4+
5+
### Patch Changes
6+
7+
- [`3b338dbd8`](https://github.com/firebase/firebase-js-sdk/commit/3b338dbd8cdfdc73267cd052b1852a1358b05eaf) [#5701](https://github.com/firebase/firebase-js-sdk/pull/5701) (fixes [#5692](https://github.com/firebase/firebase-js-sdk/issues/5692)) - Clear pending timeout after promise.race. It allows the process to exit immediately in case the SDK is used in Node.js, otherwise the process will wait for the timeout to finish before exiting.
8+
39
## 0.7.5
410

511
### Patch Changes

packages/functions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/functions",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"description": "",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.node.cjs.js",
@@ -45,7 +45,7 @@
4545
"@firebase/app": "0.x"
4646
},
4747
"devDependencies": {
48-
"@firebase/app": "0.7.7",
48+
"@firebase/app": "0.7.8",
4949
"rollup": "2.57.0",
5050
"@rollup/plugin-json": "4.1.0",
5151
"rollup-plugin-typescript2": "0.30.0",

packages/installations-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/firebase/firebase-js-sdk/issues"
4545
},
4646
"devDependencies": {
47-
"@firebase/app-compat": "0.1.8",
47+
"@firebase/app-compat": "0.1.9",
4848
"rollup": "2.57.0",
4949
"@rollup/plugin-commonjs": "21.0.0",
5050
"@rollup/plugin-json": "4.1.0",

0 commit comments

Comments
 (0)