From 3a903df7d8fb117c18cee337b947846524841dca Mon Sep 17 00:00:00 2001 From: Matt Byrne Date: Thu, 14 Dec 2023 14:55:51 +1100 Subject: [PATCH] Prepare release --- .changeset/pre.json | 4 +++- packages/core/CHANGELOG.md | 5 +++++ packages/core/package.json | 2 +- packages/gcp-bigquery/package.json | 2 +- packages/gcp-core/CHANGELOG.md | 6 ++++++ packages/gcp-core/package.json | 4 ++-- packages/gcp-datastore-backups/package.json | 2 +- packages/gcp-firebase-auth/package.json | 2 +- packages/gcp-firestore-backups/package.json | 4 ++-- packages/gcp-firestore-migrations/package.json | 4 ++-- packages/gcp-firestore/CHANGELOG.md | 7 +++++++ packages/gcp-firestore/package.json | 6 +++--- packages/gcp-google-auth/package.json | 2 +- 13 files changed, 35 insertions(+), 15 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index b56e07e..8fcdf1b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -12,10 +12,12 @@ "@mondokit/gcp-firestore-migrations": "1.0.0-alpha.0", "@mondokit/gcp-google-auth": "1.0.0-alpha.0", "@mondokit/gcp-storage": "1.0.0-alpha.0", - "@mondokit/gcp-tasks": "1.0.0-alpha.0" + "@mondokit/gcp-tasks": "1.0.0-alpha.0", + "@mondokit/core": "1.0.0-alpha.1" }, "changesets": [ "cyan-papayas-greet", + "honest-apes-worry", "late-phones-attend", "orange-socks-talk", "shiny-kiwis-dress", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3b858a6..4c8e9b7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,2 +1,7 @@ # @mondokit/core +## 1.0.0-alpha.2 + +### Patch Changes + +- cdc36ec: Split out core functionality that is not GCP-specific into a base core lib so we can re-use across other cloud providers going forward. diff --git a/packages/core/package.json b/packages/core/package.json index 643147f..5c9ae39 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/core", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "", "type": "module", "main": "dist/index.js", diff --git a/packages/gcp-bigquery/package.json b/packages/gcp-bigquery/package.json index d360f23..abf3feb 100644 --- a/packages/gcp-bigquery/package.json +++ b/packages/gcp-bigquery/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@google-cloud/bigquery": "7.3.0", - "@mondokit/gcp-core": "1.0.0-alpha.4", + "@mondokit/gcp-core": "1.0.0-alpha.5", "@mondokit/gcp-storage": "1.0.0-alpha.5" } } diff --git a/packages/gcp-core/CHANGELOG.md b/packages/gcp-core/CHANGELOG.md index 748b9d3..05dd5ba 100644 --- a/packages/gcp-core/CHANGELOG.md +++ b/packages/gcp-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-core +## 1.0.0-alpha.5 + +### Patch Changes + +- cdc36ec: Split out core functionality that is not GCP-specific into a base core lib so we can re-use across other cloud providers going forward. + ## 1.0.0-alpha.4 ### Patch Changes diff --git a/packages/gcp-core/package.json b/packages/gcp-core/package.json index 16ac6db..e98a42b 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.4", + "version": "1.0.0-alpha.5", "description": "", "type": "module", "main": "dist/index.js", @@ -30,6 +30,6 @@ "@mondokit/core": "^1.0.0-alpha.1" }, "devDependencies": { - "@mondokit/core": "^1.0.0-alpha.1" + "@mondokit/core": "^1.0.0-alpha.2" } } diff --git a/packages/gcp-datastore-backups/package.json b/packages/gcp-datastore-backups/package.json index 5d8d81d..95ca352 100644 --- a/packages/gcp-datastore-backups/package.json +++ b/packages/gcp-datastore-backups/package.json @@ -39,7 +39,7 @@ "@google-cloud/storage": "^7.7.0", "@google-cloud/tasks": "^4.0.1", "@mondokit/gcp-bigquery": "1.0.0-alpha.3", - "@mondokit/gcp-core": "1.0.0-alpha.4", + "@mondokit/gcp-core": "1.0.0-alpha.5", "@mondokit/gcp-datastore": "1.0.0-alpha.4", "@mondokit/gcp-storage": "1.0.0-alpha.5", "@mondokit/gcp-tasks": "1.0.0-alpha.4", diff --git a/packages/gcp-firebase-auth/package.json b/packages/gcp-firebase-auth/package.json index 89373ed..59756f1 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.4", + "@mondokit/gcp-core": "1.0.0-alpha.5", "firebase-admin": "^12.0.0" }, "gitHead": "087032afa8903aa576041cdfe4913fe8f115e919" diff --git a/packages/gcp-firestore-backups/package.json b/packages/gcp-firestore-backups/package.json index 12f793f..161b472 100644 --- a/packages/gcp-firestore-backups/package.json +++ b/packages/gcp-firestore-backups/package.json @@ -39,8 +39,8 @@ "@google-cloud/storage": "^7.7.0", "@google-cloud/tasks": "^4.0.1", "@mondokit/gcp-bigquery": "1.0.0-alpha.3", - "@mondokit/gcp-core": "1.0.0-alpha.4", - "@mondokit/gcp-firestore": "1.0.0-alpha.6", + "@mondokit/gcp-core": "1.0.0-alpha.5", + "@mondokit/gcp-firestore": "1.0.0-alpha.7", "@mondokit/gcp-storage": "1.0.0-alpha.5", "@mondokit/gcp-tasks": "1.0.0-alpha.4", "@types/luxon": "^3.3.7" diff --git a/packages/gcp-firestore-migrations/package.json b/packages/gcp-firestore-migrations/package.json index a13f85c..175a297 100644 --- a/packages/gcp-firestore-migrations/package.json +++ b/packages/gcp-firestore-migrations/package.json @@ -32,8 +32,8 @@ }, "devDependencies": { "@google-cloud/firestore": "^7.1.0", - "@mondokit/gcp-core": "1.0.0-alpha.4", - "@mondokit/gcp-firestore": "1.0.0-alpha.6" + "@mondokit/gcp-core": "1.0.0-alpha.5", + "@mondokit/gcp-firestore": "1.0.0-alpha.7" }, "gitHead": "087032afa8903aa576041cdfe4913fe8f115e919" } diff --git a/packages/gcp-firestore/CHANGELOG.md b/packages/gcp-firestore/CHANGELOG.md index 01e8d7c..23a9974 100644 --- a/packages/gcp-firestore/CHANGELOG.md +++ b/packages/gcp-firestore/CHANGELOG.md @@ -1,5 +1,12 @@ # @mondokit/gcp-firestore +## 1.0.0-alpha.7 + +### Patch Changes + +- Updated dependencies [cdc36ec] + - @mondokit/gcp-core@1.0.0-alpha.5 + ## 1.0.0-alpha.6 ### Patch Changes diff --git a/packages/gcp-firestore/package.json b/packages/gcp-firestore/package.json index f34d648..e7f6344 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.6", + "version": "1.0.0-alpha.7", "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.4" + "@mondokit/gcp-core": "1.0.0-alpha.5" }, "devDependencies": { "@google-cloud/firestore": "^7.1.0", - "@mondokit/gcp-core": "1.0.0-alpha.4", + "@mondokit/gcp-core": "1.0.0-alpha.5", "@types/lodash-es": "^4.17.8" } } diff --git a/packages/gcp-google-auth/package.json b/packages/gcp-google-auth/package.json index ab5dcc5..656717b 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.4", + "@mondokit/gcp-core": "1.0.0-alpha.5", "google-auth-library": "^9.4.1" } }