From 5b696deceee79bcfd0f89994ae7d8ac8299d2140 Mon Sep 17 00:00:00 2001 From: Google Open Source Bot <26440463+google-oss-bot@users.noreply.github.com> Date: Thu, 15 Sep 2022 14:49:54 -0400 Subject: [PATCH] Version Packages (#6601) Co-authored-by: github-actions[bot] --- .changeset/curly-mirrors-occur.md | 5 ----- .changeset/eleven-moons-shave.md | 9 --------- .changeset/spotty-pillows-applaud.md | 5 ----- integration/compat-interop/package.json | 8 ++++---- integration/firebase/package.json | 2 +- integration/firestore/package.json | 4 ++-- integration/messaging/package.json | 2 +- packages/analytics-compat/package.json | 2 +- packages/analytics/package.json | 2 +- packages/app-check-compat/package.json | 2 +- packages/app-check/package.json | 2 +- packages/app-compat/CHANGELOG.md | 7 +++++++ packages/app-compat/package.json | 4 ++-- packages/app/CHANGELOG.md | 6 ++++++ packages/app/package.json | 2 +- packages/auth-compat/CHANGELOG.md | 7 +++++++ packages/auth-compat/package.json | 6 +++--- packages/auth/CHANGELOG.md | 8 ++++++++ packages/auth/package.json | 4 ++-- packages/database-compat/package.json | 2 +- packages/database/package.json | 2 +- packages/firebase/CHANGELOG.md | 18 ++++++++++++++++++ packages/firebase/package.json | 14 +++++++------- packages/firestore-compat/CHANGELOG.md | 7 +++++++ packages/firestore-compat/package.json | 6 +++--- packages/firestore/CHANGELOG.md | 13 +++++++++++++ packages/firestore/package.json | 10 +++++----- packages/functions-compat/package.json | 2 +- packages/functions/package.json | 2 +- packages/installations-compat/package.json | 2 +- packages/installations/package.json | 2 +- packages/messaging-compat/package.json | 2 +- packages/messaging/package.json | 2 +- packages/performance-compat/package.json | 2 +- packages/performance/package.json | 2 +- packages/remote-config-compat/package.json | 2 +- packages/remote-config/package.json | 2 +- packages/storage-compat/package.json | 4 ++-- packages/storage/package.json | 4 ++-- packages/template/package.json | 2 +- packages/webchannel-wrapper/CHANGELOG.md | 8 ++++++++ packages/webchannel-wrapper/package.json | 5 ++--- repo-scripts/size-analysis/package.json | 2 +- 43 files changed, 129 insertions(+), 75 deletions(-) delete mode 100644 .changeset/curly-mirrors-occur.md delete mode 100644 .changeset/eleven-moons-shave.md delete mode 100644 .changeset/spotty-pillows-applaud.md diff --git a/.changeset/curly-mirrors-occur.md b/.changeset/curly-mirrors-occur.md deleted file mode 100644 index 04f571bc07d..00000000000 --- a/.changeset/curly-mirrors-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@firebase/auth': patch ---- - -Included a reference to AuthInternal in MultiFactorSessionImpl. diff --git a/.changeset/eleven-moons-shave.md b/.changeset/eleven-moons-shave.md deleted file mode 100644 index 820ccce2f2d..00000000000 --- a/.changeset/eleven-moons-shave.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@firebase/firestore": minor -"@firebase/webchannel-wrapper": minor -"firebase": minor ---- - -Enable encodeInitMessageHeaders. This transitions the Firestore client from encoding HTTP Headers via the Query Param to the request's POST payload. - -Requires Cloud Firestore Emulator v1.14.4 or newer. diff --git a/.changeset/spotty-pillows-applaud.md b/.changeset/spotty-pillows-applaud.md deleted file mode 100644 index d951adf1d5c..00000000000 --- a/.changeset/spotty-pillows-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@firebase/auth": patch ---- - -Update custom claim type of `ParsedToken` to be `any` diff --git a/integration/compat-interop/package.json b/integration/compat-interop/package.json index 842e944b826..889b3bd55f9 100644 --- a/integration/compat-interop/package.json +++ b/integration/compat-interop/package.json @@ -8,12 +8,12 @@ "test:debug": "karma start --browsers Chrome --auto-watch" }, "dependencies": { - "@firebase/app": "0.7.32", - "@firebase/app-compat": "0.1.33", + "@firebase/app": "0.7.33", + "@firebase/app-compat": "0.1.34", "@firebase/analytics": "0.8.0", "@firebase/analytics-compat": "0.1.13", - "@firebase/auth": "0.20.6", - "@firebase/auth-compat": "0.2.19", + "@firebase/auth": "0.20.7", + "@firebase/auth-compat": "0.2.20", "@firebase/functions": "0.8.4", "@firebase/functions-compat": "0.2.4", "@firebase/messaging": "0.9.16", diff --git a/integration/firebase/package.json b/integration/firebase/package.json index a20cbdfe5c5..78ff6e2b09d 100644 --- a/integration/firebase/package.json +++ b/integration/firebase/package.json @@ -7,7 +7,7 @@ "test:ci": "node ../../scripts/run_tests_in_ci.js -s test" }, "devDependencies": { - "firebase": "9.9.4", + "firebase": "9.10.0", "@types/chai": "4.3.1", "@types/mocha": "9.1.1", "chai": "4.3.6", diff --git a/integration/firestore/package.json b/integration/firestore/package.json index 794c8911b2a..21fd216a4c1 100644 --- a/integration/firestore/package.json +++ b/integration/firestore/package.json @@ -15,8 +15,8 @@ "test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome" }, "dependencies": { - "@firebase/app": "0.7.32", - "@firebase/firestore": "3.4.15" + "@firebase/app": "0.7.33", + "@firebase/firestore": "3.5.0" }, "devDependencies": { "@types/mocha": "9.1.1", diff --git a/integration/messaging/package.json b/integration/messaging/package.json index c40f9cec11c..f8451121621 100644 --- a/integration/messaging/package.json +++ b/integration/messaging/package.json @@ -9,7 +9,7 @@ "test:manual": "mocha --exit" }, "devDependencies": { - "firebase": "9.9.4", + "firebase": "9.10.0", "chai": "4.3.6", "chromedriver": "98.0.1", "express": "4.18.1", diff --git a/packages/analytics-compat/package.json b/packages/analytics-compat/package.json index a2e6fc22be4..4a556055e30 100644 --- a/packages/analytics-compat/package.json +++ b/packages/analytics-compat/package.json @@ -24,7 +24,7 @@ "@firebase/app-compat": "0.x" }, "devDependencies": { - "@firebase/app-compat": "0.1.33", + "@firebase/app-compat": "0.1.34", "rollup": "2.72.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 5d6a3a347e7..a367b1a646c 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -48,7 +48,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.7.32", + "@firebase/app": "0.7.33", "rollup": "2.72.1", "@rollup/plugin-commonjs": "21.1.0", "@rollup/plugin-json": "4.1.0", diff --git a/packages/app-check-compat/package.json b/packages/app-check-compat/package.json index 165960a8e09..bc8a7c24aa4 100644 --- a/packages/app-check-compat/package.json +++ b/packages/app-check-compat/package.json @@ -44,7 +44,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app-compat": "0.1.33", + "@firebase/app-compat": "0.1.34", "rollup": "2.72.1", "@rollup/plugin-commonjs": "21.1.0", "@rollup/plugin-json": "4.1.0", diff --git a/packages/app-check/package.json b/packages/app-check/package.json index 3892e0ee228..1a2cf98636b 100644 --- a/packages/app-check/package.json +++ b/packages/app-check/package.json @@ -45,7 +45,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.7.32", + "@firebase/app": "0.7.33", "rollup": "2.72.1", "@rollup/plugin-commonjs": "21.1.0", "@rollup/plugin-json": "4.1.0", diff --git a/packages/app-compat/CHANGELOG.md b/packages/app-compat/CHANGELOG.md index 017fbb4604c..29c3a3f67c1 100644 --- a/packages/app-compat/CHANGELOG.md +++ b/packages/app-compat/CHANGELOG.md @@ -1,5 +1,12 @@ # @firebase/app-compat +## 0.1.34 + +### Patch Changes + +- Updated dependencies []: + - @firebase/app@0.7.33 + ## 0.1.33 ### Patch Changes diff --git a/packages/app-compat/package.json b/packages/app-compat/package.json index cfa2e0d2ee6..a54f2fa8a81 100644 --- a/packages/app-compat/package.json +++ b/packages/app-compat/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/app-compat", - "version": "0.1.33", + "version": "0.1.34", "description": "The primary entrypoint to the Firebase JS SDK", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.cjs.js", @@ -40,7 +40,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@firebase/app": "0.7.32", + "@firebase/app": "0.7.33", "@firebase/util": "1.6.3", "@firebase/logger": "0.3.3", "@firebase/component": "0.5.17", diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index a3cfb68e94f..7c903b77db0 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,11 @@ # @firebase/app +## 0.7.33 + +### Patch Changes + +- Update SDK_VERSION. + ## 0.7.32 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index 7b0c30104a0..3e88a27e492 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/app", - "version": "0.7.32", + "version": "0.7.33", "description": "The primary entrypoint to the Firebase JS SDK", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.cjs.js", diff --git a/packages/auth-compat/CHANGELOG.md b/packages/auth-compat/CHANGELOG.md index 2fbd8a315a7..b97a63acb9b 100644 --- a/packages/auth-compat/CHANGELOG.md +++ b/packages/auth-compat/CHANGELOG.md @@ -1,5 +1,12 @@ # @firebase/auth-compat +## 0.2.20 + +### Patch Changes + +- Updated dependencies [[`e06d9069c`](https://github.com/firebase/firebase-js-sdk/commit/e06d9069ca07429df248d9134aebdea1118e9427), [`666c8ec1f`](https://github.com/firebase/firebase-js-sdk/commit/666c8ec1ff5cb5b8947a142e26c0a2ecb18f8bb4)]: + - @firebase/auth@0.20.7 + ## 0.2.19 ### Patch Changes diff --git a/packages/auth-compat/package.json b/packages/auth-compat/package.json index 06a957b4ad9..ed2b24315f3 100644 --- a/packages/auth-compat/package.json +++ b/packages/auth-compat/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/auth-compat", - "version": "0.2.19", + "version": "0.2.20", "description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.node.cjs.js", @@ -46,7 +46,7 @@ "@firebase/app-compat": "0.x" }, "dependencies": { - "@firebase/auth": "0.20.6", + "@firebase/auth": "0.20.7", "@firebase/auth-types": "0.11.0", "@firebase/component": "0.5.17", "@firebase/util": "1.6.3", @@ -56,7 +56,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app-compat": "0.1.33", + "@firebase/app-compat": "0.1.34", "@rollup/plugin-json": "4.1.0", "rollup": "2.72.1", "rollup-plugin-replace": "2.2.0", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 6af5f8b0979..e7131b7d2a6 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,13 @@ # @firebase/auth +## 0.20.7 + +### Patch Changes + +- [`e06d9069c`](https://github.com/firebase/firebase-js-sdk/commit/e06d9069ca07429df248d9134aebdea1118e9427) [#6594](https://github.com/firebase/firebase-js-sdk/pull/6594) - Included a reference to AuthInternal in MultiFactorSessionImpl. + +* [`666c8ec1f`](https://github.com/firebase/firebase-js-sdk/commit/666c8ec1ff5cb5b8947a142e26c0a2ecb18f8bb4) [#6569](https://github.com/firebase/firebase-js-sdk/pull/6569) (fixes [#6553](https://github.com/firebase/firebase-js-sdk/issues/6553)) - Update custom claim type of `ParsedToken` to be `any` + ## 0.20.6 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 8ba843ece0f..21f7f120176 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/auth", - "version": "0.20.6", + "version": "0.20.7", "description": "The Firebase Authenticaton component of the Firebase JS SDK.", "author": "Firebase (https://firebase.google.com/)", "main": "dist/node/index.js", @@ -111,7 +111,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.7.32", + "@firebase/app": "0.7.33", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-strip": "2.1.0", "chromedriver": "98.0.1", diff --git a/packages/database-compat/package.json b/packages/database-compat/package.json index c54d263ea12..94dd28f49b6 100644 --- a/packages/database-compat/package.json +++ b/packages/database-compat/package.json @@ -53,7 +53,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app-compat": "0.1.33" + "@firebase/app-compat": "0.1.34" }, "repository": { "directory": "packages/database-compat", diff --git a/packages/database/package.json b/packages/database/package.json index 1237f53fcc0..d92f806cfa3 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -53,7 +53,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app": "0.7.32", + "@firebase/app": "0.7.33", "rollup": "2.72.1", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.2.2" diff --git a/packages/firebase/CHANGELOG.md b/packages/firebase/CHANGELOG.md index 83ce40c92e7..74d5321c0d9 100644 --- a/packages/firebase/CHANGELOG.md +++ b/packages/firebase/CHANGELOG.md @@ -1,5 +1,23 @@ # firebase +## 9.10.0 + +### Minor Changes + +- [`7c0c640a4`](https://github.com/firebase/firebase-js-sdk/commit/7c0c640a446c729ac66fec27dfd77d6398a468db) [#6107](https://github.com/firebase/firebase-js-sdk/pull/6107) - Enable encodeInitMessageHeaders. This transitions the Firestore client from encoding HTTP Headers via the Query Param to the request's POST payload. + + Requires Cloud Firestore Emulator v1.14.4 or newer. + +### Patch Changes + +- Updated dependencies [[`e06d9069c`](https://github.com/firebase/firebase-js-sdk/commit/e06d9069ca07429df248d9134aebdea1118e9427), [`7c0c640a4`](https://github.com/firebase/firebase-js-sdk/commit/7c0c640a446c729ac66fec27dfd77d6398a468db), [`666c8ec1f`](https://github.com/firebase/firebase-js-sdk/commit/666c8ec1ff5cb5b8947a142e26c0a2ecb18f8bb4)]: + - @firebase/app@0.7.33 + - @firebase/auth@0.20.7 + - @firebase/firestore@3.5.0 + - @firebase/app-compat@0.1.34 + - @firebase/auth-compat@0.2.20 + - @firebase/firestore-compat@0.1.25 + ## 9.9.4 ### Patch Changes diff --git a/packages/firebase/package.json b/packages/firebase/package.json index cd2a6ee6bbe..fadc01e7248 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,6 +1,6 @@ { "name": "firebase", - "version": "9.9.4", + "version": "9.10.0", "description": "Firebase JavaScript library for web and Node.js", "author": "Firebase (https://firebase.google.com/)", "license": "Apache-2.0", @@ -261,15 +261,15 @@ "test:ci": "echo 'No test suite for firebase wrapper'" }, "dependencies": { - "@firebase/app": "0.7.32", - "@firebase/app-compat": "0.1.33", + "@firebase/app": "0.7.33", + "@firebase/app-compat": "0.1.34", "@firebase/app-types": "0.7.0", - "@firebase/auth": "0.20.6", - "@firebase/auth-compat": "0.2.19", + "@firebase/auth": "0.20.7", + "@firebase/auth-compat": "0.2.20", "@firebase/database": "0.13.6", "@firebase/database-compat": "0.2.6", - "@firebase/firestore": "3.4.15", - "@firebase/firestore-compat": "0.1.24", + "@firebase/firestore": "3.5.0", + "@firebase/firestore-compat": "0.1.25", "@firebase/functions": "0.8.4", "@firebase/functions-compat": "0.2.4", "@firebase/installations": "0.5.12", diff --git a/packages/firestore-compat/CHANGELOG.md b/packages/firestore-compat/CHANGELOG.md index b9c07eeae2b..0bd970fda72 100644 --- a/packages/firestore-compat/CHANGELOG.md +++ b/packages/firestore-compat/CHANGELOG.md @@ -1,5 +1,12 @@ # @firebase/firestore-compat +## 0.1.25 + +### Patch Changes + +- Updated dependencies [[`7c0c640a4`](https://github.com/firebase/firebase-js-sdk/commit/7c0c640a446c729ac66fec27dfd77d6398a468db)]: + - @firebase/firestore@3.5.0 + ## 0.1.24 ### Patch Changes diff --git a/packages/firestore-compat/package.json b/packages/firestore-compat/package.json index ada1fd44be1..aa02d92d3d8 100644 --- a/packages/firestore-compat/package.json +++ b/packages/firestore-compat/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/firestore-compat", - "version": "0.1.24", + "version": "0.1.25", "description": "The Cloud Firestore component of the Firebase JS SDK.", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.node.cjs.js", @@ -44,13 +44,13 @@ }, "dependencies": { "@firebase/component": "0.5.17", - "@firebase/firestore": "3.4.15", + "@firebase/firestore": "3.5.0", "@firebase/util": "1.6.3", "@firebase/firestore-types": "2.5.0", "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app-compat": "0.1.33", + "@firebase/app-compat": "0.1.34", "@types/eslint": "7.29.0", "rollup": "2.72.1", "rollup-plugin-sourcemaps": "0.6.3", diff --git a/packages/firestore/CHANGELOG.md b/packages/firestore/CHANGELOG.md index 64c767309e3..f8ce88e39ba 100644 --- a/packages/firestore/CHANGELOG.md +++ b/packages/firestore/CHANGELOG.md @@ -1,5 +1,18 @@ # @firebase/firestore +## 3.5.0 + +### Minor Changes + +- [`7c0c640a4`](https://github.com/firebase/firebase-js-sdk/commit/7c0c640a446c729ac66fec27dfd77d6398a468db) [#6107](https://github.com/firebase/firebase-js-sdk/pull/6107) - Enable encodeInitMessageHeaders. This transitions the Firestore client from encoding HTTP Headers via the Query Param to the request's POST payload. + + Requires Cloud Firestore Emulator v1.14.4 or newer. + +### Patch Changes + +- Updated dependencies [[`7c0c640a4`](https://github.com/firebase/firebase-js-sdk/commit/7c0c640a446c729ac66fec27dfd77d6398a468db)]: + - @firebase/webchannel-wrapper@0.7.0 + ## 3.4.15 ### Patch Changes diff --git a/packages/firestore/package.json b/packages/firestore/package.json index daed3d84cb9..ea26d2525f8 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/firestore", - "version": "3.4.15", + "version": "3.5.0", "engines": { "node": ">=10.10.0" }, @@ -83,7 +83,7 @@ "@firebase/component": "0.5.17", "@firebase/logger": "0.3.3", "@firebase/util": "1.6.3", - "@firebase/webchannel-wrapper": "0.6.2", + "@firebase/webchannel-wrapper": "0.7.0", "@grpc/grpc-js": "^1.3.2", "@grpc/proto-loader": "^0.6.13", "node-fetch": "2.6.7", @@ -93,9 +93,9 @@ "@firebase/app": "0.x" }, "devDependencies": { - "@firebase/app": "0.7.32", - "@firebase/app-compat": "0.1.33", - "@firebase/auth": "0.20.6", + "@firebase/app": "0.7.33", + "@firebase/app-compat": "0.1.34", + "@firebase/auth": "0.20.7", "@rollup/plugin-alias": "3.1.9", "@rollup/plugin-json": "4.1.0", "@types/eslint": "7.29.0", diff --git a/packages/functions-compat/package.json b/packages/functions-compat/package.json index 6e028f80359..0e4db1db192 100644 --- a/packages/functions-compat/package.json +++ b/packages/functions-compat/package.json @@ -27,7 +27,7 @@ "@firebase/app-compat": "0.x" }, "devDependencies": { - "@firebase/app-compat": "0.1.33", + "@firebase/app-compat": "0.1.34", "rollup": "2.72.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", diff --git a/packages/functions/package.json b/packages/functions/package.json index 32ec19fd2b2..ec0c0cd2f25 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -46,7 +46,7 @@ "@firebase/app": "0.x" }, "devDependencies": { - "@firebase/app": "0.7.32", + "@firebase/app": "0.7.33", "rollup": "2.72.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", diff --git a/packages/installations-compat/package.json b/packages/installations-compat/package.json index 2fb9955e1ec..521ffa422f0 100644 --- a/packages/installations-compat/package.json +++ b/packages/installations-compat/package.json @@ -45,7 +45,7 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "@firebase/app-compat": "0.1.33", + "@firebase/app-compat": "0.1.34", "rollup": "2.72.1", "@rollup/plugin-commonjs": "21.1.0", "@rollup/plugin-json": "4.1.0", diff --git a/packages/installations/package.json b/packages/installations/package.json index 84f4e397733..e2c25f1c163 100644 --- a/packages/installations/package.json +++ b/packages/installations/package.json @@ -50,7 +50,7 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "@firebase/app": "0.7.32", + "@firebase/app": "0.7.33", "rollup": "2.72.1", "@rollup/plugin-commonjs": "21.1.0", "@rollup/plugin-json": "4.1.0", diff --git a/packages/messaging-compat/package.json b/packages/messaging-compat/package.json index 5a6865a7cb9..9876b2e6ae3 100644 --- a/packages/messaging-compat/package.json +++ b/packages/messaging-compat/package.json @@ -45,7 +45,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app-compat": "0.1.33", + "@firebase/app-compat": "0.1.34", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", "ts-essentials": "9.1.2", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 54e2ff70e54..dd16b1eb17f 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -62,7 +62,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app": "0.7.32", + "@firebase/app": "0.7.33", "rollup": "2.72.1", "rollup-plugin-typescript2": "0.31.2", "@rollup/plugin-json": "4.1.0", diff --git a/packages/performance-compat/package.json b/packages/performance-compat/package.json index 656d3e9ac2d..ac6e3875278 100644 --- a/packages/performance-compat/package.json +++ b/packages/performance-compat/package.json @@ -52,7 +52,7 @@ "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.2.2", - "@firebase/app-compat": "0.1.33" + "@firebase/app-compat": "0.1.34" }, "repository": { "directory": "packages/performance-compat", diff --git a/packages/performance/package.json b/packages/performance/package.json index 70e070d494a..a9dc97a6be8 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -47,7 +47,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.7.32", + "@firebase/app": "0.7.33", "rollup": "2.72.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", diff --git a/packages/remote-config-compat/package.json b/packages/remote-config-compat/package.json index 0f6db5e799a..ee3bccafd67 100644 --- a/packages/remote-config-compat/package.json +++ b/packages/remote-config-compat/package.json @@ -51,7 +51,7 @@ "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.2.2", - "@firebase/app-compat": "0.1.33" + "@firebase/app-compat": "0.1.34" }, "repository": { "directory": "packages/remote-config-compat", diff --git a/packages/remote-config/package.json b/packages/remote-config/package.json index 4c3ebb44a9f..89f75b594a1 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -49,7 +49,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.7.32", + "@firebase/app": "0.7.33", "rollup": "2.72.1", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.2.2" diff --git a/packages/storage-compat/package.json b/packages/storage-compat/package.json index df219ed4671..41e3f5064dd 100644 --- a/packages/storage-compat/package.json +++ b/packages/storage-compat/package.json @@ -45,8 +45,8 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app-compat": "0.1.33", - "@firebase/auth-compat": "0.2.19", + "@firebase/app-compat": "0.1.34", + "@firebase/auth-compat": "0.2.20", "rollup": "2.72.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", diff --git a/packages/storage/package.json b/packages/storage/package.json index f6fe6bdc14f..20aa846fd31 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -51,8 +51,8 @@ "@firebase/app": "0.x" }, "devDependencies": { - "@firebase/app": "0.7.32", - "@firebase/auth": "0.20.6", + "@firebase/app": "0.7.33", + "@firebase/auth": "0.20.7", "rollup": "2.72.1", "@rollup/plugin-alias": "3.1.9", "@rollup/plugin-json": "4.1.0", diff --git a/packages/template/package.json b/packages/template/package.json index fcc98cf16e8..ee2c07b516e 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -45,7 +45,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.7.32", + "@firebase/app": "0.7.33", "rollup": "2.72.1", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.2.2" diff --git a/packages/webchannel-wrapper/CHANGELOG.md b/packages/webchannel-wrapper/CHANGELOG.md index 50f3d84db72..f0809c3b476 100644 --- a/packages/webchannel-wrapper/CHANGELOG.md +++ b/packages/webchannel-wrapper/CHANGELOG.md @@ -1,5 +1,13 @@ # @firebase/webchannel-wrapper +## 0.7.0 + +### Minor Changes + +- [`7c0c640a4`](https://github.com/firebase/firebase-js-sdk/commit/7c0c640a446c729ac66fec27dfd77d6398a468db) [#6107](https://github.com/firebase/firebase-js-sdk/pull/6107) - Enable encodeInitMessageHeaders. This transitions the Firestore client from encoding HTTP Headers via the Query Param to the request's POST payload. + + Requires Cloud Firestore Emulator v1.14.4 or newer. + ## 0.6.2 ### Patch Changes diff --git a/packages/webchannel-wrapper/package.json b/packages/webchannel-wrapper/package.json index 8e41c497aff..0f43194e3c8 100644 --- a/packages/webchannel-wrapper/package.json +++ b/packages/webchannel-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/webchannel-wrapper", - "version": "0.6.2", + "version": "0.7.0", "description": "A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.js", @@ -26,13 +26,12 @@ }, "license": "Apache-2.0", "devDependencies": { - "@rollup/plugin-commonjs": "21.0.0", + "@rollup/plugin-commonjs": "21.1.0", "google-closure-compiler": "20220301.0.0", "google-closure-library": "20220301.0.0", "gulp": "4.0.2", "gulp-sourcemaps": "3.0.0", "rollup": "2.72.1", - "@rollup/plugin-commonjs": "21.1.0", "rollup-plugin-sourcemaps": "0.6.3", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.2.2" diff --git a/repo-scripts/size-analysis/package.json b/repo-scripts/size-analysis/package.json index a36b31d0806..25681ff9313 100644 --- a/repo-scripts/size-analysis/package.json +++ b/repo-scripts/size-analysis/package.json @@ -42,7 +42,7 @@ "license": "Apache-2.0", "devDependencies": { "@firebase/logger": "0.3.3", - "@firebase/app": "0.7.32" + "@firebase/app": "0.7.33" }, "repository": { "directory": "repo-scripts/size-analysis",