Skip to content

Commit 38db3ad

Browse files
Version Packages (#5559)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 91117e0 commit 38db3ad

File tree

37 files changed

+82
-51
lines changed

37 files changed

+82
-51
lines changed

.changeset/swift-items-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,12 +8,12 @@
88
"test:debug": "karma start --browsers Chrome --auto-watch"
99
},
1010
"dependencies": {
11-
"@firebase/app": "0.7.1",
12-
"@firebase/app-compat": "0.1.2",
11+
"@firebase/app": "0.7.2",
12+
"@firebase/app-compat": "0.1.3",
1313
"@firebase/analytics": "0.7.1",
1414
"@firebase/analytics-compat": "0.1.2",
15-
"@firebase/auth": "0.18.0",
16-
"@firebase/auth-compat": "0.1.3",
15+
"@firebase/auth": "0.18.1",
16+
"@firebase/auth-compat": "0.1.4",
1717
"@firebase/functions": "0.7.2",
1818
"@firebase/functions-compat": "0.1.3",
1919
"@firebase/messaging": "0.9.1",

integration/firebase/package.json

Lines 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": "9.1.0",
10+
"firebase": "9.1.1",
1111
"@types/chai": "4.2.22",
1212
"@types/mocha": "9.0.0",
1313
"chai": "4.3.4",

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

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": "9.1.0",
12+
"firebase": "9.1.1",
1313
"chai": "4.3.4",
1414
"chromedriver": "93.0.1",
1515
"express": "4.17.1",

packages/analytics-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@firebase/app-compat": "0.x"
1515
},
1616
"devDependencies": {
17-
"@firebase/app-compat": "0.1.2",
17+
"@firebase/app-compat": "0.1.3",
1818
"rollup": "2.57.0",
1919
"@rollup/plugin-json": "4.1.0",
2020
"rollup-plugin-typescript2": "0.30.0",

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"license": "Apache-2.0",
4040
"devDependencies": {
41-
"@firebase/app": "0.7.1",
41+
"@firebase/app": "0.7.2",
4242
"rollup": "2.57.0",
4343
"@rollup/plugin-commonjs": "20.0.0",
4444
"@rollup/plugin-json": "4.1.0",

packages/app-check-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"license": "Apache-2.0",
3535
"devDependencies": {
36-
"@firebase/app-compat": "0.1.2",
36+
"@firebase/app-compat": "0.1.3",
3737
"rollup": "2.57.0",
3838
"@rollup/plugin-commonjs": "20.0.0",
3939
"@rollup/plugin-json": "4.1.0",

packages/app-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"license": "Apache-2.0",
3737
"devDependencies": {
38-
"@firebase/app": "0.7.1",
38+
"@firebase/app": "0.7.2",
3939
"rollup": "2.57.0",
4040
"@rollup/plugin-commonjs": "20.0.0",
4141
"@rollup/plugin-json": "4.1.0",

packages/app-compat/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/app-compat
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @firebase/app@0.7.2
9+
310
## 0.1.2
411

512
### Patch Changes

packages/app-compat/package.json

Lines 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.1.2",
3+
"version": "0.1.3",
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",
@@ -28,7 +28,7 @@
2828
},
2929
"license": "Apache-2.0",
3030
"dependencies": {
31-
"@firebase/app": "0.7.1",
31+
"@firebase/app": "0.7.2",
3232
"@firebase/util": "1.4.0",
3333
"@firebase/logger": "0.3.0",
3434
"@firebase/component": "0.5.7",

packages/app/CHANGELOG.md

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

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

511
### Patch Changes

packages/app/package.json

Lines 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.7.1",
3+
"version": "0.7.2",
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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/auth-compat
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`49b0406ab`](https://github.com/firebase/firebase-js-sdk/commit/49b0406abb9b211c5b75325b0383539ac03358d1)]:
8+
- @firebase/auth@0.18.1
9+
310
## 0.1.3
411

512
### Patch Changes

packages/auth-compat/package.json

Lines 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.1.3",
3+
"version": "0.1.4",
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",
@@ -31,7 +31,7 @@
3131
"@firebase/app-compat": "0.x"
3232
},
3333
"dependencies": {
34-
"@firebase/auth": "0.18.0",
34+
"@firebase/auth": "0.18.1",
3535
"@firebase/auth-types": "0.11.0",
3636
"@firebase/component": "0.5.7",
3737
"@firebase/util": "1.4.0",
@@ -41,7 +41,7 @@
4141
},
4242
"license": "Apache-2.0",
4343
"devDependencies": {
44-
"@firebase/app-compat": "0.1.2",
44+
"@firebase/app-compat": "0.1.3",
4545
"@rollup/plugin-json": "4.1.0",
4646
"rollup": "2.57.0",
4747
"rollup-plugin-replace": "2.2.0",

packages/auth/CHANGELOG.md

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

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- [`49b0406ab`](https://github.com/firebase/firebase-js-sdk/commit/49b0406abb9b211c5b75325b0383539ac03358d1) [#5542](https://github.com/firebase/firebase-js-sdk/pull/5542) (fixes [#5541](https://github.com/firebase/firebase-js-sdk/issues/5541)) - Fix incorrectly-cased parameter in out-of-band request that was causing incorrect behavior in some cases
8+
39
## 0.18.0
410

511
### Minor Changes

packages/auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/auth",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
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",
@@ -59,7 +59,7 @@
5959
},
6060
"license": "Apache-2.0",
6161
"devDependencies": {
62-
"@firebase/app": "0.7.1",
62+
"@firebase/app": "0.7.2",
6363
"@rollup/plugin-json": "4.1.0",
6464
"rollup": "2.57.0",
6565
"rollup-plugin-sourcemaps": "0.6.3",

packages/database-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"tslib": "^2.1.0"
4949
},
5050
"devDependencies": {
51-
"@firebase/app-compat": "0.1.2"
51+
"@firebase/app-compat": "0.1.3"
5252
}
5353
}

packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"tslib": "^2.1.0"
4141
},
4242
"devDependencies": {
43-
"@firebase/app": "0.7.1",
43+
"@firebase/app": "0.7.2",
4444
"rollup": "2.57.0",
4545
"rollup-plugin-typescript2": "0.30.0",
4646
"typescript": "4.2.2"

packages/firebase/CHANGELOG.md

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

3+
## 9.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`49b0406ab`](https://github.com/firebase/firebase-js-sdk/commit/49b0406abb9b211c5b75325b0383539ac03358d1)]:
8+
- @firebase/app@0.7.2
9+
- @firebase/auth@0.18.1
10+
- @firebase/app-compat@0.1.3
11+
- @firebase/auth-compat@0.1.4
12+
313
## 9.1.0
414

515
### Minor Changes

packages/firebase/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase",
3-
"version": "9.1.0",
3+
"version": "9.1.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",
@@ -218,11 +218,11 @@
218218
"test:ci": "echo 'No test suite for firebase wrapper'"
219219
},
220220
"dependencies": {
221-
"@firebase/app": "0.7.1",
222-
"@firebase/app-compat": "0.1.2",
221+
"@firebase/app": "0.7.2",
222+
"@firebase/app-compat": "0.1.3",
223223
"@firebase/app-types": "0.7.0",
224-
"@firebase/auth": "0.18.0",
225-
"@firebase/auth-compat": "0.1.3",
224+
"@firebase/auth": "0.18.1",
225+
"@firebase/auth-compat": "0.1.4",
226226
"@firebase/database": "0.12.1",
227227
"@firebase/database-compat": "0.1.1",
228228
"@firebase/firestore": "3.1.0",

packages/firestore-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"tslib": "^2.1.0"
3434
},
3535
"devDependencies": {
36-
"@firebase/app-compat": "0.1.2",
36+
"@firebase/app-compat": "0.1.3",
3737
"@types/eslint": "7.28.0",
3838
"rollup": "2.57.0",
3939
"rollup-plugin-sourcemaps": "0.6.3",

packages/firestore/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
"@firebase/app": "0.x"
8383
},
8484
"devDependencies": {
85-
"@firebase/app": "0.7.1",
86-
"@firebase/app-compat": "0.1.2",
87-
"@firebase/auth": "0.18.0",
85+
"@firebase/app": "0.7.2",
86+
"@firebase/app-compat": "0.1.3",
87+
"@firebase/auth": "0.18.1",
8888
"@rollup/plugin-alias": "3.1.5",
8989
"@rollup/plugin-json": "4.1.0",
9090
"@types/eslint": "7.28.0",

packages/functions-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@firebase/app-compat": "0.x"
1515
},
1616
"devDependencies": {
17-
"@firebase/app-compat": "0.1.2",
17+
"@firebase/app-compat": "0.1.3",
1818
"rollup": "2.57.0",
1919
"@rollup/plugin-json": "4.1.0",
2020
"rollup-plugin-typescript2": "0.30.0",

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@firebase/app": "0.x"
3434
},
3535
"devDependencies": {
36-
"@firebase/app": "0.7.1",
36+
"@firebase/app": "0.7.2",
3737
"rollup": "2.57.0",
3838
"@rollup/plugin-json": "4.1.0",
3939
"rollup-plugin-typescript2": "0.30.0",

packages/installations-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"url": "https://github.com/firebase/firebase-js-sdk/issues"
3636
},
3737
"devDependencies": {
38-
"@firebase/app-compat": "0.1.2",
38+
"@firebase/app-compat": "0.1.3",
3939
"rollup": "2.57.0",
4040
"@rollup/plugin-commonjs": "20.0.0",
4141
"@rollup/plugin-json": "4.1.0",

packages/installations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"url": "https://github.com/firebase/firebase-js-sdk/issues"
4141
},
4242
"devDependencies": {
43-
"@firebase/app": "0.7.1",
43+
"@firebase/app": "0.7.2",
4444
"rollup": "2.57.0",
4545
"@rollup/plugin-commonjs": "20.0.0",
4646
"@rollup/plugin-json": "4.1.0",

packages/messaging-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"tslib": "^2.1.0"
3737
},
3838
"devDependencies": {
39-
"@firebase/app-compat": "0.1.2",
39+
"@firebase/app-compat": "0.1.3",
4040
"@rollup/plugin-json": "4.1.0",
4141
"rollup-plugin-typescript2": "0.30.0",
4242
"ts-essentials": "8.1.0",

packages/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"tslib": "^2.1.0"
4545
},
4646
"devDependencies": {
47-
"@firebase/app": "0.7.1",
47+
"@firebase/app": "0.7.2",
4848
"rollup": "2.57.0",
4949
"rollup-plugin-typescript2": "0.30.0",
5050
"@rollup/plugin-json": "4.1.0",

packages/performance-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"rollup-plugin-replace": "2.2.0",
4343
"rollup-plugin-typescript2": "0.30.0",
4444
"typescript": "4.2.2",
45-
"@firebase/app-compat": "0.1.2"
45+
"@firebase/app-compat": "0.1.3"
4646
},
4747
"repository": {
4848
"directory": "packages/performance-compat",

packages/performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"license": "Apache-2.0",
3939
"devDependencies": {
40-
"@firebase/app": "0.7.1",
40+
"@firebase/app": "0.7.2",
4141
"rollup": "2.57.0",
4242
"@rollup/plugin-json": "4.1.0",
4343
"rollup-plugin-typescript2": "0.30.0",

packages/remote-config-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"rollup-plugin-replace": "2.2.0",
4242
"rollup-plugin-typescript2": "0.30.0",
4343
"typescript": "4.2.2",
44-
"@firebase/app-compat": "0.1.2"
44+
"@firebase/app-compat": "0.1.3"
4545
},
4646
"repository": {
4747
"directory": "packages/remote-config-compat",

packages/remote-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"license": "Apache-2.0",
4141
"devDependencies": {
42-
"@firebase/app": "0.7.1",
42+
"@firebase/app": "0.7.2",
4343
"rollup": "2.57.0",
4444
"rollup-plugin-typescript2": "0.30.0",
4545
"typescript": "4.2.2"

packages/storage-compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"tslib": "^2.1.0"
3737
},
3838
"devDependencies": {
39-
"@firebase/app-compat": "0.1.2",
40-
"@firebase/auth-compat": "0.1.3",
39+
"@firebase/app-compat": "0.1.3",
40+
"@firebase/auth-compat": "0.1.4",
4141
"rollup": "2.57.0",
4242
"@rollup/plugin-json": "4.1.0",
4343
"rollup-plugin-typescript2": "0.30.0",

packages/storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@firebase/app": "0.x"
4040
},
4141
"devDependencies": {
42-
"@firebase/app": "0.7.1",
43-
"@firebase/auth": "0.18.0",
42+
"@firebase/app": "0.7.2",
43+
"@firebase/auth": "0.18.1",
4444
"rollup": "2.57.0",
4545
"@rollup/plugin-alias": "3.1.5",
4646
"@rollup/plugin-json": "4.1.0",

0 commit comments

Comments
 (0)