From d04ad9fb0abb937d2990c6bf3ea54cdaa6b9c2c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Oct 2023 21:02:35 +0000 Subject: [PATCH] Version Packages --- .changeset/beige-oranges-eat.md | 6 ------ .changeset/flat-cups-agree.md | 6 ------ integration/compat-interop/package.json | 4 ++-- 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/package.json | 2 +- packages/auth/package.json | 2 +- packages/database-compat/package.json | 2 +- packages/database/package.json | 2 +- packages/firebase/CHANGELOG.md | 16 ++++++++++++++++ packages/firebase/package.json | 10 +++++----- packages/firestore-compat/CHANGELOG.md | 7 +++++++ packages/firestore-compat/package.json | 6 +++--- packages/firestore/CHANGELOG.md | 8 ++++++++ packages/firestore/package.json | 6 +++--- 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 | 2 +- packages/storage/package.json | 2 +- packages/template/package.json | 2 +- repo-scripts/size-analysis/package.json | 2 +- 38 files changed, 86 insertions(+), 54 deletions(-) delete mode 100644 .changeset/beige-oranges-eat.md delete mode 100644 .changeset/flat-cups-agree.md diff --git a/.changeset/beige-oranges-eat.md b/.changeset/beige-oranges-eat.md deleted file mode 100644 index b4a9dc54390..00000000000 --- a/.changeset/beige-oranges-eat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@firebase/firestore": minor -"firebase": minor ---- - -Support sum and average aggregations. diff --git a/.changeset/flat-cups-agree.md b/.changeset/flat-cups-agree.md deleted file mode 100644 index 0bef6efb978..00000000000 --- a/.changeset/flat-cups-agree.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@firebase/firestore': minor -'firebase': minor ---- - -Added a default template type parameter to withConverter() functions to improve backwards compatibility with the v9 SDK diff --git a/integration/compat-interop/package.json b/integration/compat-interop/package.json index 9466a34f70e..87db0ec840a 100644 --- a/integration/compat-interop/package.json +++ b/integration/compat-interop/package.json @@ -8,8 +8,8 @@ "test:debug": "karma start --browsers Chrome --auto-watch" }, "dependencies": { - "@firebase/app": "0.9.19", - "@firebase/app-compat": "0.2.19", + "@firebase/app": "0.9.20", + "@firebase/app-compat": "0.2.20", "@firebase/analytics": "0.10.0", "@firebase/analytics-compat": "0.2.6", "@firebase/auth": "1.3.0", diff --git a/integration/firebase/package.json b/integration/firebase/package.json index a4f0aeaaae4..398a23b9943 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": "10.4.0", + "firebase": "10.5.0", "@types/chai": "4.3.5", "@types/mocha": "9.1.1", "chai": "4.3.7", diff --git a/integration/firestore/package.json b/integration/firestore/package.json index cb8dbdfafba..241f9822733 100644 --- a/integration/firestore/package.json +++ b/integration/firestore/package.json @@ -14,8 +14,8 @@ "test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome" }, "dependencies": { - "@firebase/app": "0.9.19", - "@firebase/firestore": "4.2.0" + "@firebase/app": "0.9.20", + "@firebase/firestore": "4.3.0" }, "devDependencies": { "@types/mocha": "9.1.1", diff --git a/integration/messaging/package.json b/integration/messaging/package.json index a92a48df24c..588abb8f373 100644 --- a/integration/messaging/package.json +++ b/integration/messaging/package.json @@ -9,7 +9,7 @@ "test:manual": "mocha --exit" }, "devDependencies": { - "firebase": "10.4.0", + "firebase": "10.5.0", "chai": "4.3.7", "chromedriver": "114.0.2", "express": "4.18.2", diff --git a/packages/analytics-compat/package.json b/packages/analytics-compat/package.json index 69a30b6eca0..52256953ab2 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.2.19", + "@firebase/app-compat": "0.2.20", "rollup": "2.79.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 d83bfb12c73..8238d1560a7 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -48,7 +48,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.9.19", + "@firebase/app": "0.9.20", "rollup": "2.79.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 1c07440386b..fa21120113f 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.2.19", + "@firebase/app-compat": "0.2.20", "rollup": "2.79.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 a72125b8826..680c20f8712 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.9.19", + "@firebase/app": "0.9.20", "rollup": "2.79.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 7554e7ce737..6e75e179092 100644 --- a/packages/app-compat/CHANGELOG.md +++ b/packages/app-compat/CHANGELOG.md @@ -1,5 +1,12 @@ # @firebase/app-compat +## 0.2.20 + +### Patch Changes + +- Updated dependencies []: + - @firebase/app@0.9.20 + ## 0.2.19 ### Patch Changes diff --git a/packages/app-compat/package.json b/packages/app-compat/package.json index d0aac1ab0ff..47358362c9d 100644 --- a/packages/app-compat/package.json +++ b/packages/app-compat/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/app-compat", - "version": "0.2.19", + "version": "0.2.20", "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.9.19", + "@firebase/app": "0.9.20", "@firebase/util": "1.9.3", "@firebase/logger": "0.4.0", "@firebase/component": "0.6.4", diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index a603ab89267..f1ac5634408 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,11 @@ # @firebase/app +## 0.9.20 + +### Patch Changes + +- Update SDK_VERSION. + ## 0.9.19 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index 21c2d626036..20b4a5f6492 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/app", - "version": "0.9.19", + "version": "0.9.20", "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/package.json b/packages/auth-compat/package.json index e9b6de39a88..249013dc173 100644 --- a/packages/auth-compat/package.json +++ b/packages/auth-compat/package.json @@ -59,7 +59,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app-compat": "0.2.19", + "@firebase/app-compat": "0.2.20", "@rollup/plugin-json": "4.1.0", "rollup": "2.79.1", "rollup-plugin-replace": "2.2.0", diff --git a/packages/auth/package.json b/packages/auth/package.json index a3094e8559e..66f79cff118 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -120,7 +120,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.9.19", + "@firebase/app": "0.9.20", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-strip": "2.1.0", "@types/express": "4.17.17", diff --git a/packages/database-compat/package.json b/packages/database-compat/package.json index fe6d0f6f594..09d3c5d6b90 100644 --- a/packages/database-compat/package.json +++ b/packages/database-compat/package.json @@ -58,7 +58,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app-compat": "0.2.19", + "@firebase/app-compat": "0.2.20", "typescript": "4.7.4" }, "repository": { diff --git a/packages/database/package.json b/packages/database/package.json index ed97c5f088f..feae4125bb4 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -57,7 +57,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app": "0.9.19", + "@firebase/app": "0.9.20", "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.7.4" diff --git a/packages/firebase/CHANGELOG.md b/packages/firebase/CHANGELOG.md index 3b8cc723e49..9d148c7ced9 100644 --- a/packages/firebase/CHANGELOG.md +++ b/packages/firebase/CHANGELOG.md @@ -1,5 +1,21 @@ # firebase +## 10.5.0 + +### Minor Changes + +- [`02e2518ca`](https://github.com/firebase/firebase-js-sdk/commit/02e2518cabce16f47e4485c4c5a2a499e4d96e0c) [#7502](https://github.com/firebase/firebase-js-sdk/pull/7502) - Support sum and average aggregations. + +- [`cca47353c`](https://github.com/firebase/firebase-js-sdk/commit/cca47353c9db1e16fa512f909525dd34920db1ba) [#7441](https://github.com/firebase/firebase-js-sdk/pull/7441) - Added a default template type parameter to withConverter() functions to improve backwards compatibility with the v9 SDK + +### Patch Changes + +- Updated dependencies [[`02e2518ca`](https://github.com/firebase/firebase-js-sdk/commit/02e2518cabce16f47e4485c4c5a2a499e4d96e0c), [`cca47353c`](https://github.com/firebase/firebase-js-sdk/commit/cca47353c9db1e16fa512f909525dd34920db1ba)]: + - @firebase/firestore@4.3.0 + - @firebase/app@0.9.20 + - @firebase/firestore-compat@0.3.19 + - @firebase/app-compat@0.2.20 + ## 10.4.0 ### Minor Changes diff --git a/packages/firebase/package.json b/packages/firebase/package.json index c08791a9838..fd1ed3701bf 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,6 +1,6 @@ { "name": "firebase", - "version": "10.4.0", + "version": "10.5.0", "description": "Firebase JavaScript library for web and Node.js", "author": "Firebase (https://firebase.google.com/)", "license": "Apache-2.0", @@ -362,15 +362,15 @@ "test:ci": "echo 'No test suite for firebase wrapper'" }, "dependencies": { - "@firebase/app": "0.9.19", - "@firebase/app-compat": "0.2.19", + "@firebase/app": "0.9.20", + "@firebase/app-compat": "0.2.20", "@firebase/app-types": "0.9.0", "@firebase/auth": "1.3.0", "@firebase/auth-compat": "0.4.6", "@firebase/database": "1.0.1", "@firebase/database-compat": "1.0.1", - "@firebase/firestore": "4.2.0", - "@firebase/firestore-compat": "0.3.18", + "@firebase/firestore": "4.3.0", + "@firebase/firestore-compat": "0.3.19", "@firebase/functions": "0.10.0", "@firebase/functions-compat": "0.3.5", "@firebase/installations": "0.6.4", diff --git a/packages/firestore-compat/CHANGELOG.md b/packages/firestore-compat/CHANGELOG.md index ab24c3eb7b6..ff1129ead30 100644 --- a/packages/firestore-compat/CHANGELOG.md +++ b/packages/firestore-compat/CHANGELOG.md @@ -1,5 +1,12 @@ # @firebase/firestore-compat +## 0.3.19 + +### Patch Changes + +- Updated dependencies [[`02e2518ca`](https://github.com/firebase/firebase-js-sdk/commit/02e2518cabce16f47e4485c4c5a2a499e4d96e0c), [`cca47353c`](https://github.com/firebase/firebase-js-sdk/commit/cca47353c9db1e16fa512f909525dd34920db1ba)]: + - @firebase/firestore@4.3.0 + ## 0.3.18 ### Patch Changes diff --git a/packages/firestore-compat/package.json b/packages/firestore-compat/package.json index 89fc17f5cf5..a501e2c56ed 100644 --- a/packages/firestore-compat/package.json +++ b/packages/firestore-compat/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/firestore-compat", - "version": "0.3.18", + "version": "0.3.19", "description": "The Cloud Firestore component of the Firebase JS SDK.", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.node.cjs.js", @@ -48,13 +48,13 @@ }, "dependencies": { "@firebase/component": "0.6.4", - "@firebase/firestore": "4.2.0", + "@firebase/firestore": "4.3.0", "@firebase/util": "1.9.3", "@firebase/firestore-types": "3.0.0", "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app-compat": "0.2.19", + "@firebase/app-compat": "0.2.20", "@types/eslint": "7.29.0", "rollup": "2.79.1", "rollup-plugin-sourcemaps": "0.6.3", diff --git a/packages/firestore/CHANGELOG.md b/packages/firestore/CHANGELOG.md index e1c2213a991..7c2d4eb2af9 100644 --- a/packages/firestore/CHANGELOG.md +++ b/packages/firestore/CHANGELOG.md @@ -1,5 +1,13 @@ # @firebase/firestore +## 4.3.0 + +### Minor Changes + +- [`02e2518ca`](https://github.com/firebase/firebase-js-sdk/commit/02e2518cabce16f47e4485c4c5a2a499e4d96e0c) [#7502](https://github.com/firebase/firebase-js-sdk/pull/7502) - Support sum and average aggregations. + +- [`cca47353c`](https://github.com/firebase/firebase-js-sdk/commit/cca47353c9db1e16fa512f909525dd34920db1ba) [#7441](https://github.com/firebase/firebase-js-sdk/pull/7441) - Added a default template type parameter to withConverter() functions to improve backwards compatibility with the v9 SDK + ## 4.2.0 ### Minor Changes diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 3cc24b08c73..986fdd4ed61 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/firestore", - "version": "4.2.0", + "version": "4.3.0", "engines": { "node": ">=10.10.0" }, @@ -109,8 +109,8 @@ "@firebase/app": "0.x" }, "devDependencies": { - "@firebase/app": "0.9.19", - "@firebase/app-compat": "0.2.19", + "@firebase/app": "0.9.20", + "@firebase/app-compat": "0.2.20", "@firebase/auth": "1.3.0", "@rollup/plugin-alias": "3.1.9", "@rollup/plugin-json": "4.1.0", diff --git a/packages/functions-compat/package.json b/packages/functions-compat/package.json index 5330f3c111a..7dd475635db 100644 --- a/packages/functions-compat/package.json +++ b/packages/functions-compat/package.json @@ -31,7 +31,7 @@ "@firebase/app-compat": "0.x" }, "devDependencies": { - "@firebase/app-compat": "0.2.19", + "@firebase/app-compat": "0.2.20", "rollup": "2.79.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 4ad83e5b4dc..6627c05c796 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -50,7 +50,7 @@ "@firebase/app": "0.x" }, "devDependencies": { - "@firebase/app": "0.9.19", + "@firebase/app": "0.9.20", "rollup": "2.79.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 e6ebba50b19..bb527ea116d 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.2.19", + "@firebase/app-compat": "0.2.20", "rollup": "2.79.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 d2c097d596b..6cdf34d3877 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.9.19", + "@firebase/app": "0.9.20", "rollup": "2.79.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 67cff33d523..0f9b36d998b 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.2.19", + "@firebase/app-compat": "0.2.20", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", "ts-essentials": "9.3.0", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index fdb01cf2b92..b29f0e0a479 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -61,7 +61,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app": "0.9.19", + "@firebase/app": "0.9.20", "rollup": "2.79.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 97d1fbdce83..cec5013f237 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.7.4", - "@firebase/app-compat": "0.2.19" + "@firebase/app-compat": "0.2.20" }, "repository": { "directory": "packages/performance-compat", diff --git a/packages/performance/package.json b/packages/performance/package.json index dc5662fabc9..469c3580eb8 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -47,7 +47,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.9.19", + "@firebase/app": "0.9.20", "rollup": "2.79.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 c7ac4bca257..d63c6ceb5b3 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.7.4", - "@firebase/app-compat": "0.2.19" + "@firebase/app-compat": "0.2.20" }, "repository": { "directory": "packages/remote-config-compat", diff --git a/packages/remote-config/package.json b/packages/remote-config/package.json index 694e2013a31..fa2cfe2f395 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.9.19", + "@firebase/app": "0.9.20", "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.7.4" diff --git a/packages/storage-compat/package.json b/packages/storage-compat/package.json index 482f3855d73..a18eaea042f 100644 --- a/packages/storage-compat/package.json +++ b/packages/storage-compat/package.json @@ -45,7 +45,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app-compat": "0.2.19", + "@firebase/app-compat": "0.2.20", "@firebase/auth-compat": "0.4.6", "rollup": "2.79.1", "@rollup/plugin-json": "4.1.0", diff --git a/packages/storage/package.json b/packages/storage/package.json index acd10e47747..2dbc2be3c27 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -55,7 +55,7 @@ "@firebase/app": "0.x" }, "devDependencies": { - "@firebase/app": "0.9.19", + "@firebase/app": "0.9.20", "@firebase/auth": "1.3.0", "rollup": "2.79.1", "@rollup/plugin-alias": "3.1.9", diff --git a/packages/template/package.json b/packages/template/package.json index 96d810f9335..5a16bf8e892 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -49,7 +49,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.9.19", + "@firebase/app": "0.9.20", "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.7.4" diff --git a/repo-scripts/size-analysis/package.json b/repo-scripts/size-analysis/package.json index 4d499b970bb..1ac86aa374d 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.4.0", - "@firebase/app": "0.9.19" + "@firebase/app": "0.9.20" }, "repository": { "directory": "repo-scripts/size-analysis",