From aedd0f068259ee6fbc7ead1cc655fdcab7e4f515 Mon Sep 17 00:00:00 2001 From: Matt Byrne Date: Mon, 11 Dec 2023 16:07:03 +1100 Subject: [PATCH] Prepare release --- .changeset/pre.json | 2 ++ packages/gcp-bigquery/CHANGELOG.md | 6 ++++++ packages/gcp-bigquery/package.json | 6 +++--- packages/gcp-core/CHANGELOG.md | 6 ++++++ packages/gcp-core/package.json | 2 +- packages/gcp-datastore-backups/package.json | 10 +++++----- packages/gcp-datastore/CHANGELOG.md | 6 ++++++ packages/gcp-datastore/package.json | 4 ++-- packages/gcp-firebase-auth/package.json | 2 +- packages/gcp-firestore-backups/CHANGELOG.md | 7 +++++++ packages/gcp-firestore-backups/package.json | 14 +++++++------- packages/gcp-firestore-migrations/package.json | 4 ++-- packages/gcp-firestore/CHANGELOG.md | 8 ++++++++ packages/gcp-firestore/package.json | 6 +++--- packages/gcp-google-auth/package.json | 2 +- packages/gcp-storage/CHANGELOG.md | 6 ++++++ packages/gcp-storage/package.json | 4 ++-- packages/gcp-tasks/CHANGELOG.md | 6 ++++++ packages/gcp-tasks/package.json | 4 ++-- 19 files changed, 76 insertions(+), 29 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 4c6e1e4..89b6e2d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,6 +15,8 @@ "@mondokit/gcp-tasks": "1.0.0-alpha.0" }, "changesets": [ + "orange-socks-talk", + "slimy-chefs-exercise", "swift-mails-train" ] } diff --git a/packages/gcp-bigquery/CHANGELOG.md b/packages/gcp-bigquery/CHANGELOG.md index ebb85ed..8be3719 100644 --- a/packages/gcp-bigquery/CHANGELOG.md +++ b/packages/gcp-bigquery/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-bigquery +## 1.0.0-alpha.2 + +### Patch Changes + +- d554715: Peer dependency tweaks. Make less strict to allow clients to use lib versions they want, within the constraints of our library. + ## 1.0.0-alpha.1 ### Patch Changes diff --git a/packages/gcp-bigquery/package.json b/packages/gcp-bigquery/package.json index 58adada..ccffea8 100644 --- a/packages/gcp-bigquery/package.json +++ b/packages/gcp-bigquery/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-bigquery", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "Tools for Google BigQuery", "type": "module", "main": "dist/index.js", @@ -29,7 +29,7 @@ }, "devDependencies": { "@google-cloud/bigquery": "7.3.0", - "@mondokit/gcp-core": "1.0.0-alpha.2", - "@mondokit/gcp-storage": "1.0.0-alpha.1" + "@mondokit/gcp-core": "1.0.0-alpha.3", + "@mondokit/gcp-storage": "1.0.0-alpha.2" } } diff --git a/packages/gcp-core/CHANGELOG.md b/packages/gcp-core/CHANGELOG.md index 33b8932..1a9b76b 100644 --- a/packages/gcp-core/CHANGELOG.md +++ b/packages/gcp-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-core +## 1.0.0-alpha.3 + +### Patch Changes + +- d554715: Peer dependency tweaks. Make less strict to allow clients to use lib versions they want, within the constraints of our library. + ## 1.0.0-alpha.2 ### Patch Changes diff --git a/packages/gcp-core/package.json b/packages/gcp-core/package.json index f4dab94..1d44de6 100644 --- a/packages/gcp-core/package.json +++ b/packages/gcp-core/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-core", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "", "type": "module", "main": "dist/index.js", diff --git a/packages/gcp-datastore-backups/package.json b/packages/gcp-datastore-backups/package.json index 1fb9899..1a731c5 100644 --- a/packages/gcp-datastore-backups/package.json +++ b/packages/gcp-datastore-backups/package.json @@ -38,11 +38,11 @@ "@google-cloud/datastore": "^8.2.2", "@google-cloud/storage": "6.11.0", "@google-cloud/tasks": "3.1.2", - "@mondokit/gcp-bigquery": "1.0.0-alpha.1", - "@mondokit/gcp-core": "1.0.0-alpha.2", - "@mondokit/gcp-datastore": "1.0.0-alpha.1", - "@mondokit/gcp-storage": "1.0.0-alpha.1", - "@mondokit/gcp-tasks": "1.0.0-alpha.1", + "@mondokit/gcp-bigquery": "1.0.0-alpha.2", + "@mondokit/gcp-core": "1.0.0-alpha.3", + "@mondokit/gcp-datastore": "1.0.0-alpha.2", + "@mondokit/gcp-storage": "1.0.0-alpha.2", + "@mondokit/gcp-tasks": "1.0.0-alpha.2", "@types/luxon": "3.3.0" } } diff --git a/packages/gcp-datastore/CHANGELOG.md b/packages/gcp-datastore/CHANGELOG.md index 1586a45..843bb7e 100644 --- a/packages/gcp-datastore/CHANGELOG.md +++ b/packages/gcp-datastore/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-datastore +## 1.0.0-alpha.2 + +### Patch Changes + +- ee2e488: Reduce strictness to allow datastore version >= 7.4.0, which was the first version to introduce the filter class + ## 1.0.0-alpha.1 ### Patch Changes diff --git a/packages/gcp-datastore/package.json b/packages/gcp-datastore/package.json index 57f46f0..2f51003 100644 --- a/packages/gcp-datastore/package.json +++ b/packages/gcp-datastore/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-datastore", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "", "type": "module", "main": "dist/index.js", @@ -34,7 +34,7 @@ }, "devDependencies": { "@google-cloud/datastore": "^8.2.2", - "@mondokit/gcp-core": "^1.0.0-alpha.2", + "@mondokit/gcp-core": "^1.0.0-alpha.3", "google-datastore-emulator": "^7.1.0" }, "gitHead": "087032afa8903aa576041cdfe4913fe8f115e919" diff --git a/packages/gcp-firebase-auth/package.json b/packages/gcp-firebase-auth/package.json index e47de97..0165204 100644 --- a/packages/gcp-firebase-auth/package.json +++ b/packages/gcp-firebase-auth/package.json @@ -28,7 +28,7 @@ "firebase-admin": ">= 11.0.0" }, "devDependencies": { - "@mondokit/gcp-core": "1.0.0-alpha.2", + "@mondokit/gcp-core": "1.0.0-alpha.3", "firebase-admin": "11.11.1" }, "gitHead": "087032afa8903aa576041cdfe4913fe8f115e919" diff --git a/packages/gcp-firestore-backups/CHANGELOG.md b/packages/gcp-firestore-backups/CHANGELOG.md index 6a07e4a..262cd26 100644 --- a/packages/gcp-firestore-backups/CHANGELOG.md +++ b/packages/gcp-firestore-backups/CHANGELOG.md @@ -1,5 +1,12 @@ # @mondokit/gcp-firestore-backups +## 1.0.0-alpha.2 + +### Patch Changes + +- Updated dependencies [d554715] + - @mondokit/gcp-tasks@1.0.0-alpha.2 + ## 1.0.0-alpha.1 ### Patch Changes diff --git a/packages/gcp-firestore-backups/package.json b/packages/gcp-firestore-backups/package.json index 0a7abc6..9d54be7 100644 --- a/packages/gcp-firestore-backups/package.json +++ b/packages/gcp-firestore-backups/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firestore-backups", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "Utils for performing firestore backups", "type": "module", "main": "dist/index.js", @@ -32,18 +32,18 @@ "@mondokit/gcp-core": "^1.0.0-alpha.1", "@mondokit/gcp-firestore": "^1.0.0-alpha.2", "@mondokit/gcp-storage": "^1.0.0-alpha.0", - "@mondokit/gcp-tasks": "1.0.0-alpha.1" + "@mondokit/gcp-tasks": "1.0.0-alpha.2" }, "devDependencies": { "@google-cloud/bigquery": "6.2.0", "@google-cloud/firestore": "6.6.1", "@google-cloud/storage": "6.11.0", "@google-cloud/tasks": "3.1.2", - "@mondokit/gcp-bigquery": "1.0.0-alpha.1", - "@mondokit/gcp-core": "1.0.0-alpha.2", - "@mondokit/gcp-firestore": "1.0.0-alpha.3", - "@mondokit/gcp-storage": "1.0.0-alpha.1", - "@mondokit/gcp-tasks": "1.0.0-alpha.1", + "@mondokit/gcp-bigquery": "1.0.0-alpha.2", + "@mondokit/gcp-core": "1.0.0-alpha.3", + "@mondokit/gcp-firestore": "1.0.0-alpha.4", + "@mondokit/gcp-storage": "1.0.0-alpha.2", + "@mondokit/gcp-tasks": "1.0.0-alpha.2", "@types/luxon": "3.3.0" } } diff --git a/packages/gcp-firestore-migrations/package.json b/packages/gcp-firestore-migrations/package.json index 2059106..1342164 100644 --- a/packages/gcp-firestore-migrations/package.json +++ b/packages/gcp-firestore-migrations/package.json @@ -32,8 +32,8 @@ }, "devDependencies": { "@google-cloud/firestore": "^6.6.1", - "@mondokit/gcp-core": "1.0.0-alpha.2", - "@mondokit/gcp-firestore": "1.0.0-alpha.3" + "@mondokit/gcp-core": "1.0.0-alpha.3", + "@mondokit/gcp-firestore": "1.0.0-alpha.4" }, "gitHead": "087032afa8903aa576041cdfe4913fe8f115e919" } diff --git a/packages/gcp-firestore/CHANGELOG.md b/packages/gcp-firestore/CHANGELOG.md index a0e2988..dd5b681 100644 --- a/packages/gcp-firestore/CHANGELOG.md +++ b/packages/gcp-firestore/CHANGELOG.md @@ -1,5 +1,13 @@ # @mondokit/gcp-firestore +## 1.0.0-alpha.4 + +### Patch Changes + +- d554715: Peer dependency tweaks. Make less strict to allow clients to use lib versions they want, within the constraints of our library. +- Updated dependencies [d554715] + - @mondokit/gcp-core@1.0.0-alpha.3 + ## 1.0.0-alpha.3 ### Patch Changes diff --git a/packages/gcp-firestore/package.json b/packages/gcp-firestore/package.json index c05e26a..420baee 100644 --- a/packages/gcp-firestore/package.json +++ b/packages/gcp-firestore/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firestore", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "", "main": "dist/index.js", "type": "module", @@ -29,11 +29,11 @@ }, "peerDependencies": { "@google-cloud/firestore": ">= 6.5.0", - "@mondokit/gcp-core": "1.0.0-alpha.2" + "@mondokit/gcp-core": "1.0.0-alpha.3" }, "devDependencies": { "@google-cloud/firestore": "6.6.1", - "@mondokit/gcp-core": "1.0.0-alpha.2", + "@mondokit/gcp-core": "1.0.0-alpha.3", "@types/lodash-es": "^4.17.8" } } diff --git a/packages/gcp-google-auth/package.json b/packages/gcp-google-auth/package.json index f2f5fe1..37b9e35 100644 --- a/packages/gcp-google-auth/package.json +++ b/packages/gcp-google-auth/package.json @@ -27,7 +27,7 @@ "google-auth-library": "^9.4.0" }, "devDependencies": { - "@mondokit/gcp-core": "1.0.0-alpha.2", + "@mondokit/gcp-core": "1.0.0-alpha.3", "google-auth-library": "^9.4.1" } } diff --git a/packages/gcp-storage/CHANGELOG.md b/packages/gcp-storage/CHANGELOG.md index ac1682b..6ec2ee3 100644 --- a/packages/gcp-storage/CHANGELOG.md +++ b/packages/gcp-storage/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-storage +## 1.0.0-alpha.2 + +### Patch Changes + +- d554715: Peer dependency tweaks. Make less strict to allow clients to use lib versions they want, within the constraints of our library. + ## 1.0.0-alpha.1 ### Patch Changes diff --git a/packages/gcp-storage/package.json b/packages/gcp-storage/package.json index 0b09739..1381bfe 100644 --- a/packages/gcp-storage/package.json +++ b/packages/gcp-storage/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-storage", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "Tools for Google Cloud Storage", "type": "module", "main": "dist/index.js", @@ -32,7 +32,7 @@ "p-limit": "^3.1.0" }, "devDependencies": { - "@mondokit/gcp-core": "^1.0.0-alpha.2", + "@mondokit/gcp-core": "^1.0.0-alpha.3", "@google-cloud/storage": "6.11.0" } } diff --git a/packages/gcp-tasks/CHANGELOG.md b/packages/gcp-tasks/CHANGELOG.md index 41e5586..a089603 100644 --- a/packages/gcp-tasks/CHANGELOG.md +++ b/packages/gcp-tasks/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-tasks +## 1.0.0-alpha.2 + +### Patch Changes + +- d554715: Peer dependency tweaks. Make less strict to allow clients to use lib versions they want, within the constraints of our library. + ## 1.0.0-alpha.1 ### Patch Changes diff --git a/packages/gcp-tasks/package.json b/packages/gcp-tasks/package.json index 63370a0..26a1515 100644 --- a/packages/gcp-tasks/package.json +++ b/packages/gcp-tasks/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-tasks", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "Tools for Google Cloud Tasks", "main": "dist/index.js", "type": "module", @@ -29,7 +29,7 @@ }, "devDependencies": { "@google-cloud/tasks": "^4.0.1", - "@mondokit/gcp-core": "^1.0.0-alpha.2" + "@mondokit/gcp-core": "^1.0.0-alpha.3" }, "dependencies": { "node-fetch": "^3.3.2"