Skip to content

Commit 4d13ec0

Browse files
Version Packages
1 parent 07cf0f1 commit 4d13ec0

File tree

37 files changed

+82
-51
lines changed

37 files changed

+82
-51
lines changed

.changeset/eighty-bobcats-compete.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.23",
12-
"@firebase/app-compat": "0.1.24",
11+
"@firebase/app": "0.7.24",
12+
"@firebase/app-compat": "0.1.25",
1313
"@firebase/analytics": "0.7.9",
1414
"@firebase/analytics-compat": "0.1.10",
15-
"@firebase/auth": "0.20.0",
16-
"@firebase/auth-compat": "0.2.13",
15+
"@firebase/auth": "0.20.1",
16+
"@firebase/auth-compat": "0.2.14",
1717
"@firebase/functions": "0.8.1",
1818
"@firebase/functions-compat": "0.2.1",
1919
"@firebase/messaging": "0.9.13",

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.8.0",
10+
"firebase": "9.8.1",
1111
"@types/chai": "4.3.1",
1212
"@types/mocha": "9.1.1",
1313
"chai": "4.3.6",

integration/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
1616
},
1717
"dependencies": {
18-
"@firebase/app": "0.7.23",
18+
"@firebase/app": "0.7.24",
1919
"@firebase/firestore": "3.4.9"
2020
},
2121
"devDependencies": {

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.8.0",
12+
"firebase": "9.8.1",
1313
"chai": "4.3.6",
1414
"chromedriver": "98.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
@@ -23,7 +23,7 @@
2323
"@firebase/app-compat": "0.x"
2424
},
2525
"devDependencies": {
26-
"@firebase/app-compat": "0.1.24",
26+
"@firebase/app-compat": "0.1.25",
2727
"rollup": "2.57.0",
2828
"@rollup/plugin-json": "4.1.0",
2929
"rollup-plugin-typescript2": "0.31.2",

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
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.23",
50+
"@firebase/app": "0.7.24",
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

Lines changed: 1 addition & 1 deletion
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.1.24",
46+
"@firebase/app-compat": "0.1.25",
4747
"rollup": "2.57.0",
4848
"@rollup/plugin-commonjs": "21.0.0",
4949
"@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
@@ -44,7 +44,7 @@
4444
},
4545
"license": "Apache-2.0",
4646
"devDependencies": {
47-
"@firebase/app": "0.7.23",
47+
"@firebase/app": "0.7.24",
4848
"rollup": "2.57.0",
4949
"@rollup/plugin-commonjs": "21.0.0",
5050
"@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.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @firebase/app@0.7.24
9+
310
## 0.1.24
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.24",
3+
"version": "0.1.25",
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.23",
42+
"@firebase/app": "0.7.24",
4343
"@firebase/util": "1.6.0",
4444
"@firebase/logger": "0.3.2",
4545
"@firebase/component": "0.5.14",

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.24
4+
5+
### Patch Changes
6+
7+
- Update SDK_VERSION.
8+
39
## 0.7.23
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.23",
3+
"version": "0.7.24",
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.2.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`07cf0f1c9`](https://github.com/firebase/firebase-js-sdk/commit/07cf0f1c9033373bf1d3a8a1958385f177506c6c)]:
8+
- @firebase/auth@0.20.1
9+
310
## 0.2.13
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.2.13",
3+
"version": "0.2.14",
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.20.0",
46+
"@firebase/auth": "0.20.1",
4747
"@firebase/auth-types": "0.11.0",
4848
"@firebase/component": "0.5.14",
4949
"@firebase/util": "1.6.0",
@@ -53,7 +53,7 @@
5353
},
5454
"license": "Apache-2.0",
5555
"devDependencies": {
56-
"@firebase/app-compat": "0.1.24",
56+
"@firebase/app-compat": "0.1.25",
5757
"@rollup/plugin-json": "4.1.0",
5858
"rollup": "2.57.0",
5959
"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.20.1
4+
5+
### Patch Changes
6+
7+
- [`07cf0f1c9`](https://github.com/firebase/firebase-js-sdk/commit/07cf0f1c9033373bf1d3a8a1958385f177506c6c) [#6248](https://github.com/firebase/firebase-js-sdk/pull/6248) (fixes [#6246](https://github.com/firebase/firebase-js-sdk/issues/6246)) - Add `@internal` tags to fix public typings file.
8+
39
## 0.20.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.20.0",
3+
"version": "0.20.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",
@@ -86,7 +86,7 @@
8686
},
8787
"license": "Apache-2.0",
8888
"devDependencies": {
89-
"@firebase/app": "0.7.23",
89+
"@firebase/app": "0.7.24",
9090
"@rollup/plugin-json": "4.1.0",
9191
"@rollup/plugin-strip": "2.1.0",
9292
"chromedriver": "98.0.1",

packages/database-compat/package.json

Lines changed: 1 addition & 1 deletion
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.24"
56+
"@firebase/app-compat": "0.1.25"
5757
},
5858
"repository": {
5959
"directory": "packages/database-compat",

packages/database/package.json

Lines changed: 1 addition & 1 deletion
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.23",
55+
"@firebase/app": "0.7.24",
5656
"rollup": "2.57.0",
5757
"rollup-plugin-typescript2": "0.31.2",
5858
"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.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`07cf0f1c9`](https://github.com/firebase/firebase-js-sdk/commit/07cf0f1c9033373bf1d3a8a1958385f177506c6c)]:
8+
- @firebase/app@0.7.24
9+
- @firebase/auth@0.20.1
10+
- @firebase/app-compat@0.1.25
11+
- @firebase/auth-compat@0.2.14
12+
313
## 9.8.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.8.0",
3+
"version": "9.8.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,11 +219,11 @@
219219
"test:ci": "echo 'No test suite for firebase wrapper'"
220220
},
221221
"dependencies": {
222-
"@firebase/app": "0.7.23",
223-
"@firebase/app-compat": "0.1.24",
222+
"@firebase/app": "0.7.24",
223+
"@firebase/app-compat": "0.1.25",
224224
"@firebase/app-types": "0.7.0",
225-
"@firebase/auth": "0.20.0",
226-
"@firebase/auth-compat": "0.2.13",
225+
"@firebase/auth": "0.20.1",
226+
"@firebase/auth-compat": "0.2.14",
227227
"@firebase/database": "0.13.0",
228228
"@firebase/database-compat": "0.2.0",
229229
"@firebase/firestore": "3.4.9",

packages/firestore-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"tslib": "^2.1.0"
5050
},
5151
"devDependencies": {
52-
"@firebase/app-compat": "0.1.24",
52+
"@firebase/app-compat": "0.1.25",
5353
"@types/eslint": "7.28.0",
5454
"rollup": "2.57.0",
5555
"rollup-plugin-sourcemaps": "0.6.3",

packages/firestore/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
"@firebase/app": "0.x"
9191
},
9292
"devDependencies": {
93-
"@firebase/app": "0.7.23",
94-
"@firebase/app-compat": "0.1.24",
95-
"@firebase/auth": "0.20.0",
93+
"@firebase/app": "0.7.24",
94+
"@firebase/app-compat": "0.1.25",
95+
"@firebase/auth": "0.20.1",
9696
"@rollup/plugin-alias": "3.1.5",
9797
"@rollup/plugin-json": "4.1.0",
9898
"@types/eslint": "7.28.0",

packages/functions-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@firebase/app-compat": "0.x"
2727
},
2828
"devDependencies": {
29-
"@firebase/app-compat": "0.1.24",
29+
"@firebase/app-compat": "0.1.25",
3030
"rollup": "2.57.0",
3131
"@rollup/plugin-json": "4.1.0",
3232
"rollup-plugin-typescript2": "0.31.2",

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@firebase/app": "0.x"
4646
},
4747
"devDependencies": {
48-
"@firebase/app": "0.7.23",
48+
"@firebase/app": "0.7.24",
4949
"rollup": "2.57.0",
5050
"@rollup/plugin-json": "4.1.0",
5151
"rollup-plugin-typescript2": "0.31.2",

packages/installations-compat/package.json

Lines changed: 1 addition & 1 deletion
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.24",
47+
"@firebase/app-compat": "0.1.25",
4848
"rollup": "2.57.0",
4949
"@rollup/plugin-commonjs": "21.0.0",
5050
"@rollup/plugin-json": "4.1.0",

packages/installations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"url": "https://github.com/firebase/firebase-js-sdk/issues"
5050
},
5151
"devDependencies": {
52-
"@firebase/app": "0.7.23",
52+
"@firebase/app": "0.7.24",
5353
"rollup": "2.57.0",
5454
"@rollup/plugin-commonjs": "21.0.0",
5555
"@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
@@ -44,7 +44,7 @@
4444
"tslib": "^2.1.0"
4545
},
4646
"devDependencies": {
47-
"@firebase/app-compat": "0.1.24",
47+
"@firebase/app-compat": "0.1.25",
4848
"@rollup/plugin-json": "4.1.0",
4949
"rollup-plugin-typescript2": "0.31.2",
5050
"ts-essentials": "9.1.2",

packages/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"tslib": "^2.1.0"
6161
},
6262
"devDependencies": {
63-
"@firebase/app": "0.7.23",
63+
"@firebase/app": "0.7.24",
6464
"rollup": "2.57.0",
6565
"rollup-plugin-typescript2": "0.31.2",
6666
"@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
@@ -51,7 +51,7 @@
5151
"rollup-plugin-replace": "2.2.0",
5252
"rollup-plugin-typescript2": "0.31.2",
5353
"typescript": "4.2.2",
54-
"@firebase/app-compat": "0.1.24"
54+
"@firebase/app-compat": "0.1.25"
5555
},
5656
"repository": {
5757
"directory": "packages/performance-compat",

packages/performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"license": "Apache-2.0",
4848
"devDependencies": {
49-
"@firebase/app": "0.7.23",
49+
"@firebase/app": "0.7.24",
5050
"rollup": "2.57.0",
5151
"@rollup/plugin-json": "4.1.0",
5252
"rollup-plugin-typescript2": "0.31.2",

packages/remote-config-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"rollup-plugin-replace": "2.2.0",
5151
"rollup-plugin-typescript2": "0.31.2",
5252
"typescript": "4.2.2",
53-
"@firebase/app-compat": "0.1.24"
53+
"@firebase/app-compat": "0.1.25"
5454
},
5555
"repository": {
5656
"directory": "packages/remote-config-compat",

packages/remote-config/package.json

Lines 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.7.23",
51+
"@firebase/app": "0.7.24",
5252
"rollup": "2.57.0",
5353
"rollup-plugin-typescript2": "0.31.2",
5454
"typescript": "4.2.2"

packages/storage-compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"tslib": "^2.1.0"
4545
},
4646
"devDependencies": {
47-
"@firebase/app-compat": "0.1.24",
48-
"@firebase/auth-compat": "0.2.13",
47+
"@firebase/app-compat": "0.1.25",
48+
"@firebase/auth-compat": "0.2.14",
4949
"rollup": "2.57.0",
5050
"@rollup/plugin-json": "4.1.0",
5151
"rollup-plugin-typescript2": "0.31.2",

packages/storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"@firebase/app": "0.x"
5151
},
5252
"devDependencies": {
53-
"@firebase/app": "0.7.23",
54-
"@firebase/auth": "0.20.0",
53+
"@firebase/app": "0.7.24",
54+
"@firebase/auth": "0.20.1",
5555
"rollup": "2.57.0",
5656
"@rollup/plugin-alias": "3.1.5",
5757
"@rollup/plugin-json": "4.1.0",

0 commit comments

Comments
 (0)