Skip to content

Commit 32a002e

Browse files
Version Packages (#6014)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 307d019 commit 32a002e

File tree

43 files changed

+109
-77
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

+109
-77
lines changed

.changeset/gold-hounds-begin.md

-5
This file was deleted.

.changeset/green-parents-compare.md

-5
This file was deleted.

.changeset/late-tables-juggle.md

-5
This file was deleted.

.changeset/lemon-ravens-sneeze.md

-5
This file was deleted.

.changeset/lovely-tools-punch.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.7.16",
12-
"@firebase/app-compat": "0.1.17",
11+
"@firebase/app": "0.7.17",
12+
"@firebase/app-compat": "0.1.18",
1313
"@firebase/analytics": "0.7.5",
1414
"@firebase/analytics-compat": "0.1.6",
15-
"@firebase/auth": "0.19.8",
16-
"@firebase/auth-compat": "0.2.8",
15+
"@firebase/auth": "0.19.9",
16+
"@firebase/auth-compat": "0.2.9",
1717
"@firebase/functions": "0.7.8",
1818
"@firebase/functions-compat": "0.1.9",
1919
"@firebase/messaging": "0.9.8",

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

integration/firestore/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
1616
},
1717
"dependencies": {
18-
"@firebase/app": "0.7.16",
19-
"@firebase/firestore": "3.4.4"
18+
"@firebase/app": "0.7.17",
19+
"@firebase/firestore": "3.4.5"
2020
},
2121
"devDependencies": {
2222
"@types/mocha": "9.0.0",

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.6",
12+
"firebase": "9.6.7",
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.17",
26+
"@firebase/app-compat": "0.1.18",
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.16",
50+
"@firebase/app": "0.7.17",
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.17",
45+
"@firebase/app-compat": "0.1.18",
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.16",
47+
"@firebase/app": "0.7.17",
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.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @firebase/app@0.7.17
9+
310
## 0.1.17
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.17",
3+
"version": "0.1.18",
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.16",
42+
"@firebase/app": "0.7.17",
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.17
4+
5+
### Patch Changes
6+
7+
- Update SDK_VERSION.
8+
39
## 0.7.16
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.16",
3+
"version": "0.7.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",

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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3a8d4c1d1`](https://github.com/firebase/firebase-js-sdk/commit/3a8d4c1d1a5e5fda5906b1feb96324efb68739cd)]:
8+
- @firebase/auth@0.19.9
9+
310
## 0.2.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.2.8",
3+
"version": "0.2.9",
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.8",
46+
"@firebase/auth": "0.19.9",
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.17",
56+
"@firebase/app-compat": "0.1.18",
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.9
4+
5+
### Patch Changes
6+
7+
- [`3a8d4c1d1`](https://github.com/firebase/firebase-js-sdk/commit/3a8d4c1d1a5e5fda5906b1feb96324efb68739cd) [#6007](https://github.com/firebase/firebase-js-sdk/pull/6007) - Update chromedriver version number (dev dependency)
8+
39
## 0.19.8
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.8",
3+
"version": "0.19.9",
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.16",
89+
"@firebase/app": "0.7.17",
9090
"@rollup/plugin-json": "4.1.0",
9191
"@rollup/plugin-strip": "2.1.0",
9292
"chromedriver": "98.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.17"
56+
"@firebase/app-compat": "0.1.18"
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.16",
55+
"@firebase/app": "0.7.17",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bb8f37c3e`](https://github.com/firebase/firebase-js-sdk/commit/bb8f37c3e83e73876d14fa751cb04ae5e1367394), [`f5ac47fb1`](https://github.com/firebase/firebase-js-sdk/commit/f5ac47fb1a44f7b985fcae1d934e1ffb6ba41d67), [`c1b9cf120`](https://github.com/firebase/firebase-js-sdk/commit/c1b9cf1201807fc177a89c9613c06130524563e4), [`e9619685b`](https://github.com/firebase/firebase-js-sdk/commit/e9619685b9153f7d6f8767e09e2e1eacc337df76), [`3a8d4c1d1`](https://github.com/firebase/firebase-js-sdk/commit/3a8d4c1d1a5e5fda5906b1feb96324efb68739cd)]:
8+
- @firebase/app@0.7.17
9+
- @firebase/firestore@3.4.5
10+
- @firebase/auth@0.19.9
11+
- @firebase/app-compat@0.1.18
12+
- @firebase/firestore-compat@0.1.14
13+
- @firebase/auth-compat@0.2.9
14+
315
## 9.6.6
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.6",
3+
"version": "9.6.7",
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,15 +219,15 @@
219219
"test:ci": "echo 'No test suite for firebase wrapper'"
220220
},
221221
"dependencies": {
222-
"@firebase/app": "0.7.16",
223-
"@firebase/app-compat": "0.1.17",
222+
"@firebase/app": "0.7.17",
223+
"@firebase/app-compat": "0.1.18",
224224
"@firebase/app-types": "0.7.0",
225-
"@firebase/auth": "0.19.8",
226-
"@firebase/auth-compat": "0.2.8",
225+
"@firebase/auth": "0.19.9",
226+
"@firebase/auth-compat": "0.2.9",
227227
"@firebase/database": "0.12.5",
228228
"@firebase/database-compat": "0.1.5",
229-
"@firebase/firestore": "3.4.4",
230-
"@firebase/firestore-compat": "0.1.13",
229+
"@firebase/firestore": "3.4.5",
230+
"@firebase/firestore-compat": "0.1.14",
231231
"@firebase/functions": "0.7.8",
232232
"@firebase/functions-compat": "0.1.9",
233233
"@firebase/installations": "0.5.5",

packages/firestore-compat/CHANGELOG.md

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

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bb8f37c3e`](https://github.com/firebase/firebase-js-sdk/commit/bb8f37c3e83e73876d14fa751cb04ae5e1367394), [`f5ac47fb1`](https://github.com/firebase/firebase-js-sdk/commit/f5ac47fb1a44f7b985fcae1d934e1ffb6ba41d67), [`c1b9cf120`](https://github.com/firebase/firebase-js-sdk/commit/c1b9cf1201807fc177a89c9613c06130524563e4), [`e9619685b`](https://github.com/firebase/firebase-js-sdk/commit/e9619685b9153f7d6f8767e09e2e1eacc337df76)]:
8+
- @firebase/firestore@3.4.5
9+
310
## 0.1.13
411

512
### Patch Changes

packages/firestore-compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/firestore-compat",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "The Cloud Firestore component of the Firebase JS SDK.",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.node.cjs.js",
@@ -43,13 +43,13 @@
4343
},
4444
"dependencies": {
4545
"@firebase/component": "0.5.10",
46-
"@firebase/firestore": "3.4.4",
46+
"@firebase/firestore": "3.4.5",
4747
"@firebase/util": "1.4.3",
4848
"@firebase/firestore-types": "2.5.0",
4949
"tslib": "^2.1.0"
5050
},
5151
"devDependencies": {
52-
"@firebase/app-compat": "0.1.17",
52+
"@firebase/app-compat": "0.1.18",
5353
"@types/eslint": "7.28.0",
5454
"rollup": "2.57.0",
5555
"rollup-plugin-sourcemaps": "0.6.3",

packages/firestore/CHANGELOG.md

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

3+
## 3.4.5
4+
5+
### Patch Changes
6+
7+
- [`bb8f37c3e`](https://github.com/firebase/firebase-js-sdk/commit/bb8f37c3e83e73876d14fa751cb04ae5e1367394) [#5993](https://github.com/firebase/firebase-js-sdk/pull/5993) - Fixed a bug that caused Firestore streams to get restarted with the same App Check token.
8+
9+
* [`f5ac47fb1`](https://github.com/firebase/firebase-js-sdk/commit/f5ac47fb1a44f7b985fcae1d934e1ffb6ba41d67) [#5982](https://github.com/firebase/firebase-js-sdk/pull/5982) - On browsers that support IndexedDB V3, we now invoke `transaction.commit()` to speed up data processing.
10+
11+
- [`c1b9cf120`](https://github.com/firebase/firebase-js-sdk/commit/c1b9cf1201807fc177a89c9613c06130524563e4) [#5985](https://github.com/firebase/firebase-js-sdk/pull/5985) - Some database operations now use `IndexedDB.getAll()` on browsers where support is availbe.
12+
13+
* [`e9619685b`](https://github.com/firebase/firebase-js-sdk/commit/e9619685b9153f7d6f8767e09e2e1eacc337df76) [#5980](https://github.com/firebase/firebase-js-sdk/pull/5980) - Queries are now send to the backend before the SDK starts local processing, which reduces overall Query latency.
14+
315
## 3.4.4
416

517
### Patch Changes

packages/firestore/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/firestore",
3-
"version": "3.4.4",
3+
"version": "3.4.5",
44
"engines": {
55
"node": ">=10.10.0"
66
},
@@ -90,9 +90,9 @@
9090
"@firebase/app": "0.x"
9191
},
9292
"devDependencies": {
93-
"@firebase/app": "0.7.16",
94-
"@firebase/app-compat": "0.1.17",
95-
"@firebase/auth": "0.19.8",
93+
"@firebase/app": "0.7.17",
94+
"@firebase/app-compat": "0.1.18",
95+
"@firebase/auth": "0.19.9",
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.17",
29+
"@firebase/app-compat": "0.1.18",
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.16",
48+
"@firebase/app": "0.7.17",
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.17",
47+
"@firebase/app-compat": "0.1.18",
4848
"rollup": "2.57.0",
4949
"@rollup/plugin-commonjs": "21.0.0",
5050
"@rollup/plugin-json": "4.1.0",

0 commit comments

Comments
 (0)