From 43ddac4fd8c3046c887ec580d237f5051a26c4d7 Mon Sep 17 00:00:00 2001 From: Matt Byrne Date: Mon, 18 Dec 2023 17:19:21 +1100 Subject: [PATCH] Prepare release --- .changeset/curvy-roses-float.md | 14 -------------- packages/gcp-bigquery/package.json | 4 ++-- packages/gcp-core/CHANGELOG.md | 6 ++++++ packages/gcp-core/package.json | 2 +- packages/gcp-datastore-backups/CHANGELOG.md | 6 ++++++ packages/gcp-datastore-backups/package.json | 10 +++++----- packages/gcp-datastore/CHANGELOG.md | 6 ++++++ packages/gcp-datastore/package.json | 4 ++-- packages/gcp-firebase-auth/CHANGELOG.md | 6 ++++++ packages/gcp-firebase-auth/package.json | 4 ++-- packages/gcp-firestore-backups/CHANGELOG.md | 6 ++++++ packages/gcp-firestore-backups/package.json | 10 +++++----- packages/gcp-firestore-migrations/CHANGELOG.md | 6 ++++++ packages/gcp-firestore-migrations/package.json | 6 +++--- packages/gcp-firestore/CHANGELOG.md | 8 ++++++++ packages/gcp-firestore/package.json | 6 +++--- packages/gcp-google-auth/CHANGELOG.md | 6 ++++++ packages/gcp-google-auth/package.json | 4 ++-- packages/gcp-storage/CHANGELOG.md | 6 ++++++ packages/gcp-storage/package.json | 4 ++-- packages/gcp-tasks/CHANGELOG.md | 6 ++++++ packages/gcp-tasks/package.json | 4 ++-- 22 files changed, 91 insertions(+), 43 deletions(-) delete mode 100644 .changeset/curvy-roses-float.md diff --git a/.changeset/curvy-roses-float.md b/.changeset/curvy-roses-float.md deleted file mode 100644 index 728c573..0000000 --- a/.changeset/curvy-roses-float.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@mondokit/gcp-firestore-migrations": patch -"@mondokit/gcp-datastore-backups": patch -"@mondokit/gcp-firestore-backups": patch -"@mondokit/gcp-firebase-auth": patch -"@mondokit/gcp-google-auth": patch -"@mondokit/gcp-datastore": patch -"@mondokit/gcp-firestore": patch -"@mondokit/gcp-storage": patch -"@mondokit/gcp-tasks": patch -"@mondokit/gcp-core": patch ---- - -Add keywords to npm published libs and tidy readmes diff --git a/packages/gcp-bigquery/package.json b/packages/gcp-bigquery/package.json index e94c271..2efff0b 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", - "@mondokit/gcp-storage": "1.0.0" + "@mondokit/gcp-core": "1.0.1", + "@mondokit/gcp-storage": "1.0.1" } } diff --git a/packages/gcp-core/CHANGELOG.md b/packages/gcp-core/CHANGELOG.md index 44821f8..20a4aac 100644 --- a/packages/gcp-core/CHANGELOG.md +++ b/packages/gcp-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-core +## 1.0.1 + +### Patch Changes + +- 8ab5e2c: Add keywords to npm published libs and tidy readmes + ## 1.0.0 We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/). diff --git a/packages/gcp-core/package.json b/packages/gcp-core/package.json index ee93eb4..aa15260 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", + "version": "1.0.1", "description": "", "type": "module", "main": "dist/index.js", diff --git a/packages/gcp-datastore-backups/CHANGELOG.md b/packages/gcp-datastore-backups/CHANGELOG.md index 9029c7d..96bb37e 100644 --- a/packages/gcp-datastore-backups/CHANGELOG.md +++ b/packages/gcp-datastore-backups/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-datastore-backups +## 1.0.1 + +### Patch Changes + +- 8ab5e2c: Add keywords to npm published libs and tidy readmes + ## 1.0.0 We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/). diff --git a/packages/gcp-datastore-backups/package.json b/packages/gcp-datastore-backups/package.json index c02d299..a2a19b2 100644 --- a/packages/gcp-datastore-backups/package.json +++ b/packages/gcp-datastore-backups/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-datastore-backups", - "version": "1.0.0", + "version": "1.0.1", "description": "Utils for performing datastore backups", "type": "module", "main": "dist/index.js", @@ -39,10 +39,10 @@ "@google-cloud/storage": "^7.7.0", "@google-cloud/tasks": "^4.0.1", "@mondokit/gcp-bigquery": "1.0.0", - "@mondokit/gcp-core": "1.0.0", - "@mondokit/gcp-datastore": "1.0.0", - "@mondokit/gcp-storage": "1.0.0", - "@mondokit/gcp-tasks": "1.0.0", + "@mondokit/gcp-core": "1.0.1", + "@mondokit/gcp-datastore": "1.0.1", + "@mondokit/gcp-storage": "1.0.1", + "@mondokit/gcp-tasks": "1.0.1", "@types/luxon": "^3.3.7" }, "keywords": [ diff --git a/packages/gcp-datastore/CHANGELOG.md b/packages/gcp-datastore/CHANGELOG.md index 4a86bfa..2e25ab0 100644 --- a/packages/gcp-datastore/CHANGELOG.md +++ b/packages/gcp-datastore/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-datastore +## 1.0.1 + +### Patch Changes + +- 8ab5e2c: Add keywords to npm published libs and tidy readmes + ## 1.0.0 We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/). diff --git a/packages/gcp-datastore/package.json b/packages/gcp-datastore/package.json index db8774f..5067fe4 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", + "version": "1.0.1", "description": "", "type": "module", "main": "dist/index.js", @@ -34,7 +34,7 @@ }, "devDependencies": { "@google-cloud/datastore": "^8.3.0", - "@mondokit/gcp-core": "^1.0.0", + "@mondokit/gcp-core": "^1.0.1", "google-datastore-emulator": "^7.1.0" }, "keywords": [ diff --git a/packages/gcp-firebase-auth/CHANGELOG.md b/packages/gcp-firebase-auth/CHANGELOG.md index a0656b9..3f809c9 100644 --- a/packages/gcp-firebase-auth/CHANGELOG.md +++ b/packages/gcp-firebase-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-firebase-auth +## 1.0.1 + +### Patch Changes + +- 8ab5e2c: Add keywords to npm published libs and tidy readmes + ## 1.0.0 We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/). diff --git a/packages/gcp-firebase-auth/package.json b/packages/gcp-firebase-auth/package.json index 51d1eb8..ba8a81d 100644 --- a/packages/gcp-firebase-auth/package.json +++ b/packages/gcp-firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firebase-auth", - "version": "1.0.0", + "version": "1.0.1", "description": "", "type": "module", "main": "dist/index.js", @@ -28,7 +28,7 @@ "firebase-admin": ">= 11.0.0" }, "devDependencies": { - "@mondokit/gcp-core": "1.0.0", + "@mondokit/gcp-core": "1.0.1", "firebase-admin": "^12.0.0" }, "keywords": [ diff --git a/packages/gcp-firestore-backups/CHANGELOG.md b/packages/gcp-firestore-backups/CHANGELOG.md index 2a9006e..7dcc4c5 100644 --- a/packages/gcp-firestore-backups/CHANGELOG.md +++ b/packages/gcp-firestore-backups/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-firestore-backups +## 1.0.1 + +### Patch Changes + +- 8ab5e2c: Add keywords to npm published libs and tidy readmes + ## 1.0.0 We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/). diff --git a/packages/gcp-firestore-backups/package.json b/packages/gcp-firestore-backups/package.json index 765efba..9602903 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", + "version": "1.0.1", "description": "Utils for performing firestore backups", "type": "module", "main": "dist/index.js", @@ -39,10 +39,10 @@ "@google-cloud/storage": "^7.7.0", "@google-cloud/tasks": "^4.0.1", "@mondokit/gcp-bigquery": "1.0.0", - "@mondokit/gcp-core": "1.0.0", - "@mondokit/gcp-firestore": "1.0.0", - "@mondokit/gcp-storage": "1.0.0", - "@mondokit/gcp-tasks": "1.0.0", + "@mondokit/gcp-core": "1.0.1", + "@mondokit/gcp-firestore": "1.0.1", + "@mondokit/gcp-storage": "1.0.1", + "@mondokit/gcp-tasks": "1.0.1", "@types/luxon": "^3.3.7" }, "keywords": [ diff --git a/packages/gcp-firestore-migrations/CHANGELOG.md b/packages/gcp-firestore-migrations/CHANGELOG.md index e4054b2..0516220 100644 --- a/packages/gcp-firestore-migrations/CHANGELOG.md +++ b/packages/gcp-firestore-migrations/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-firestore-migrations +## 1.0.1 + +### Patch Changes + +- 8ab5e2c: Add keywords to npm published libs and tidy readmes + ## 1.0.0 We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/). diff --git a/packages/gcp-firestore-migrations/package.json b/packages/gcp-firestore-migrations/package.json index 21549d2..7ace8cf 100644 --- a/packages/gcp-firestore-migrations/package.json +++ b/packages/gcp-firestore-migrations/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firestore-migrations", - "version": "1.0.0", + "version": "1.0.1", "description": "", "type": "module", "main": "dist/index.js", @@ -32,8 +32,8 @@ }, "devDependencies": { "@google-cloud/firestore": "^7.1.0", - "@mondokit/gcp-core": "1.0.0", - "@mondokit/gcp-firestore": "1.0.0" + "@mondokit/gcp-core": "1.0.1", + "@mondokit/gcp-firestore": "1.0.1" }, "keywords": [ "firestore", diff --git a/packages/gcp-firestore/CHANGELOG.md b/packages/gcp-firestore/CHANGELOG.md index 119dcfb..f1b0fad 100644 --- a/packages/gcp-firestore/CHANGELOG.md +++ b/packages/gcp-firestore/CHANGELOG.md @@ -1,5 +1,13 @@ # @mondokit/gcp-firestore +## 1.0.1 + +### Patch Changes + +- 8ab5e2c: Add keywords to npm published libs and tidy readmes +- Updated dependencies [8ab5e2c] + - @mondokit/gcp-core@1.0.1 + ## 1.0.0 We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/). diff --git a/packages/gcp-firestore/package.json b/packages/gcp-firestore/package.json index 008fd0b..19770bc 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", + "version": "1.0.1", "description": "", "main": "dist/index.js", "type": "module", @@ -29,11 +29,11 @@ }, "peerDependencies": { "@google-cloud/firestore": ">= 6.5.0", - "@mondokit/gcp-core": "1.0.0" + "@mondokit/gcp-core": "1.0.1" }, "devDependencies": { "@google-cloud/firestore": "^7.1.0", - "@mondokit/gcp-core": "1.0.0", + "@mondokit/gcp-core": "1.0.1", "@types/lodash-es": "^4.17.8" }, "keywords": [ diff --git a/packages/gcp-google-auth/CHANGELOG.md b/packages/gcp-google-auth/CHANGELOG.md index e985f0c..c53b2c2 100644 --- a/packages/gcp-google-auth/CHANGELOG.md +++ b/packages/gcp-google-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-google-auth +## 1.0.1 + +### Patch Changes + +- 8ab5e2c: Add keywords to npm published libs and tidy readmes + ## 1.0.0 We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/). diff --git a/packages/gcp-google-auth/package.json b/packages/gcp-google-auth/package.json index f904344..9ceb5ce 100644 --- a/packages/gcp-google-auth/package.json +++ b/packages/gcp-google-auth/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-google-auth", - "version": "1.0.0", + "version": "1.0.1", "description": "Tools for Google Cloud Authentication", "type": "module", "main": "dist/index.js", @@ -27,7 +27,7 @@ "google-auth-library": "^9.4.0" }, "devDependencies": { - "@mondokit/gcp-core": "1.0.0", + "@mondokit/gcp-core": "1.0.1", "google-auth-library": "^9.4.1" }, "keywords": [ diff --git a/packages/gcp-storage/CHANGELOG.md b/packages/gcp-storage/CHANGELOG.md index 726b22b..4a6138a 100644 --- a/packages/gcp-storage/CHANGELOG.md +++ b/packages/gcp-storage/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-storage +## 1.0.1 + +### Patch Changes + +- 8ab5e2c: Add keywords to npm published libs and tidy readmes + ## 1.0.0 We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/). diff --git a/packages/gcp-storage/package.json b/packages/gcp-storage/package.json index f74bc18..fe9f8bb 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", + "version": "1.0.1", "description": "Tools for Google Cloud Storage", "type": "module", "main": "dist/index.js", @@ -33,7 +33,7 @@ }, "devDependencies": { "@google-cloud/storage": "^7.7.0", - "@mondokit/gcp-core": "^1.0.0" + "@mondokit/gcp-core": "^1.0.1" }, "keywords": [ "gcs", diff --git a/packages/gcp-tasks/CHANGELOG.md b/packages/gcp-tasks/CHANGELOG.md index 42410e2..d6c2169 100644 --- a/packages/gcp-tasks/CHANGELOG.md +++ b/packages/gcp-tasks/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-tasks +## 1.0.1 + +### Patch Changes + +- 8ab5e2c: Add keywords to npm published libs and tidy readmes + ## 1.0.0 We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/). diff --git a/packages/gcp-tasks/package.json b/packages/gcp-tasks/package.json index bb91be2..4d30676 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", + "version": "1.0.1", "description": "Tools for Google Cloud Tasks", "main": "dist/index.js", "type": "module", @@ -30,7 +30,7 @@ }, "devDependencies": { "@google-cloud/tasks": "^4.0.1", - "@mondokit/gcp-core": "^1.0.0", + "@mondokit/gcp-core": "^1.0.1", "google-gax": "^4.0.5" }, "dependencies": {