Skip to content

Commit e430a8f

Browse files
Version Packages (#5959)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4cec423 commit e430a8f

File tree

40 files changed

+104
-63
lines changed

40 files changed

+104
-63
lines changed

.changeset/curvy-brooms-clean.md

-5
This file was deleted.

.changeset/tame-apes-tie.md

-5
This file was deleted.

integration/compat-interop/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"test:debug": "karma start --browsers Chrome --auto-watch"
99
},
1010
"dependencies": {
11-
"@firebase/app": "0.7.15",
12-
"@firebase/app-compat": "0.1.16",
11+
"@firebase/app": "0.7.16",
12+
"@firebase/app-compat": "0.1.17",
1313
"@firebase/analytics": "0.7.5",
1414
"@firebase/analytics-compat": "0.1.6",
15-
"@firebase/auth": "0.19.7",
16-
"@firebase/auth-compat": "0.2.7",
15+
"@firebase/auth": "0.19.8",
16+
"@firebase/auth-compat": "0.2.8",
1717
"@firebase/functions": "0.7.8",
1818
"@firebase/functions-compat": "0.1.9",
19-
"@firebase/messaging": "0.9.7",
20-
"@firebase/messaging-compat": "0.1.7",
19+
"@firebase/messaging": "0.9.8",
20+
"@firebase/messaging-compat": "0.1.8",
2121
"@firebase/performance": "0.5.5",
2222
"@firebase/performance-compat": "0.1.5",
2323
"@firebase/remote-config": "0.3.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.6.5",
10+
"firebase": "9.6.6",
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
@@ -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.15",
18+
"@firebase/app": "0.7.16",
1919
"@firebase/firestore": "3.4.4"
2020
},
2121
"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": "9.6.5",
12+
"firebase": "9.6.6",
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.16",
26+
"@firebase/app-compat": "0.1.17",
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.15",
50+
"@firebase/app": "0.7.16",
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.16",
45+
"@firebase/app-compat": "0.1.17",
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.15",
47+
"@firebase/app": "0.7.16",
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.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @firebase/app@0.7.16
9+
310
## 0.1.16
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.16",
3+
"version": "0.1.17",
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.15",
42+
"@firebase/app": "0.7.16",
4343
"@firebase/util": "1.4.3",
4444
"@firebase/logger": "0.3.2",
4545
"@firebase/component": "0.5.10",

packages/app/CHANGELOG.md

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

3+
## 0.7.16
4+
5+
### Patch Changes
6+
7+
- Update SDK_VERSION.
8+
39
## 0.7.15
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.15",
3+
"version": "0.7.16",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`af9234866`](https://github.com/firebase/firebase-js-sdk/commit/af923486662bc9449cca122b55840b045c9b4a5a)]:
8+
- @firebase/auth@0.19.8
9+
310
## 0.2.7
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.7",
3+
"version": "0.2.8",
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.7",
46+
"@firebase/auth": "0.19.8",
4747
"@firebase/auth-types": "0.11.0",
4848
"@firebase/component": "0.5.10",
4949
"@firebase/util": "1.4.3",
@@ -53,7 +53,7 @@
5353
},
5454
"license": "Apache-2.0",
5555
"devDependencies": {
56-
"@firebase/app-compat": "0.1.16",
56+
"@firebase/app-compat": "0.1.17",
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.8
4+
5+
### Patch Changes
6+
7+
- [`af9234866`](https://github.com/firebase/firebase-js-sdk/commit/af923486662bc9449cca122b55840b045c9b4a5a) [#5938](https://github.com/firebase/firebase-js-sdk/pull/5938) (fixes [#917](https://github.com/firebase/firebase-js-sdk/issues/917)) - Fix bug where `user.providerData` field was being improperly initialized
8+
39
## 0.19.7
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.7",
3+
"version": "0.19.8",
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.15",
89+
"@firebase/app": "0.7.16",
9090
"@rollup/plugin-json": "4.1.0",
9191
"@rollup/plugin-strip": "2.1.0",
9292
"chromedriver": "96.0.0",

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.16"
56+
"@firebase/app-compat": "0.1.17"
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.15",
55+
"@firebase/app": "0.7.16",
5656
"rollup": "2.57.0",
5757
"rollup-plugin-typescript2": "0.30.0",
5858
"typescript": "4.2.2"

packages/firebase/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# firebase
22

3+
## 9.6.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`af9234866`](https://github.com/firebase/firebase-js-sdk/commit/af923486662bc9449cca122b55840b045c9b4a5a), [`0a04a1c06`](https://github.com/firebase/firebase-js-sdk/commit/0a04a1c0657d74657b88aa5e67608b815cb3c03d)]:
8+
- @firebase/app@0.7.16
9+
- @firebase/auth@0.19.8
10+
- @firebase/messaging@0.9.8
11+
- @firebase/app-compat@0.1.17
12+
- @firebase/auth-compat@0.2.8
13+
- @firebase/messaging-compat@0.1.8
14+
315
## 9.6.5
416

517
### Patch Changes

packages/firebase/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase",
3-
"version": "9.6.5",
3+
"version": "9.6.6",
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,20 +219,20 @@
219219
"test:ci": "echo 'No test suite for firebase wrapper'"
220220
},
221221
"dependencies": {
222-
"@firebase/app": "0.7.15",
223-
"@firebase/app-compat": "0.1.16",
222+
"@firebase/app": "0.7.16",
223+
"@firebase/app-compat": "0.1.17",
224224
"@firebase/app-types": "0.7.0",
225-
"@firebase/auth": "0.19.7",
226-
"@firebase/auth-compat": "0.2.7",
225+
"@firebase/auth": "0.19.8",
226+
"@firebase/auth-compat": "0.2.8",
227227
"@firebase/database": "0.12.5",
228228
"@firebase/database-compat": "0.1.5",
229229
"@firebase/firestore": "3.4.4",
230230
"@firebase/firestore-compat": "0.1.13",
231231
"@firebase/functions": "0.7.8",
232232
"@firebase/functions-compat": "0.1.9",
233233
"@firebase/installations": "0.5.5",
234-
"@firebase/messaging": "0.9.7",
235-
"@firebase/messaging-compat": "0.1.7",
234+
"@firebase/messaging": "0.9.8",
235+
"@firebase/messaging-compat": "0.1.8",
236236
"@firebase/polyfill": "0.3.36",
237237
"@firebase/storage": "0.9.2",
238238
"@firebase/storage-compat": "0.1.10",

packages/firestore-compat/package.json

+1-1
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.16",
52+
"@firebase/app-compat": "0.1.17",
5353
"@types/eslint": "7.28.0",
5454
"rollup": "2.57.0",
5555
"rollup-plugin-sourcemaps": "0.6.3",

packages/firestore/package.json

+3-3
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.15",
94-
"@firebase/app-compat": "0.1.16",
95-
"@firebase/auth": "0.19.7",
93+
"@firebase/app": "0.7.16",
94+
"@firebase/app-compat": "0.1.17",
95+
"@firebase/auth": "0.19.8",
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

+1-1
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.16",
29+
"@firebase/app-compat": "0.1.17",
3030
"rollup": "2.57.0",
3131
"@rollup/plugin-json": "4.1.0",
3232
"rollup-plugin-typescript2": "0.30.0",

packages/functions/package.json

+1-1
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.15",
48+
"@firebase/app": "0.7.16",
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.16",
47+
"@firebase/app-compat": "0.1.17",
4848
"rollup": "2.57.0",
4949
"@rollup/plugin-commonjs": "21.0.0",
5050
"@rollup/plugin-json": "4.1.0",

packages/installations/package.json

+1-1
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.15",
52+
"@firebase/app": "0.7.16",
5353
"rollup": "2.57.0",
5454
"@rollup/plugin-commonjs": "21.0.0",
5555
"@rollup/plugin-json": "4.1.0",

packages/messaging-compat/CHANGELOG.md

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

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0a04a1c06`](https://github.com/firebase/firebase-js-sdk/commit/0a04a1c0657d74657b88aa5e67608b815cb3c03d)]:
8+
- @firebase/messaging@0.9.8
9+
310
## 0.1.7
411

512
### Patch Changes

packages/messaging-compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/messaging-compat",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"license": "Apache-2.0",
55
"description": "",
66
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
@@ -38,13 +38,13 @@
3838
"@firebase/app-compat": "0.x"
3939
},
4040
"dependencies": {
41-
"@firebase/messaging": "0.9.7",
41+
"@firebase/messaging": "0.9.8",
4242
"@firebase/component": "0.5.10",
4343
"@firebase/util": "1.4.3",
4444
"tslib": "^2.1.0"
4545
},
4646
"devDependencies": {
47-
"@firebase/app-compat": "0.1.16",
47+
"@firebase/app-compat": "0.1.17",
4848
"@rollup/plugin-json": "4.1.0",
4949
"rollup-plugin-typescript2": "0.30.0",
5050
"ts-essentials": "9.1.2",

packages/messaging/CHANGELOG.md

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

3+
## 0.9.8
4+
5+
### Patch Changes
6+
7+
- [`0a04a1c06`](https://github.com/firebase/firebase-js-sdk/commit/0a04a1c0657d74657b88aa5e67608b815cb3c03d) [#5957](https://github.com/firebase/firebase-js-sdk/pull/5957) (fixes [#5868](https://github.com/firebase/firebase-js-sdk/issues/5868)) - Fix uncaught rejection in `isSupported()` if environment does not support IndexedDB's `open()` method.
8+
39
## 0.9.7
410

511
### Patch Changes

0 commit comments

Comments
 (0)