From 5fc7ba59d3005dc06987ae1fba20cf75d656ba1b Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 26 Jul 2022 14:57:43 +0200 Subject: [PATCH] Reset package versions back to 0.0.0 refs https://github.com/TryGhost/Toolbox/issues/354 - these packages won't be published from now on, so setting the versions back to 0.0.0 keeps them clean --- ghost/adapter-manager/package.json | 2 +- .../package.json | 6 ++-- ghost/bootstrap-socket/package.json | 2 +- ghost/constants/package.json | 2 +- ghost/core/package.json | 32 +++++++++---------- ghost/email-content-generator/package.json | 2 +- ghost/extract-api-key/package.json | 2 +- ghost/job-manager/package.json | 2 +- ghost/minifier/package.json | 2 +- ghost/mw-api-version-mismatch/package.json | 4 +-- ghost/mw-error-handler/package.json | 2 +- ghost/mw-session-from-token/package.json | 2 +- ghost/mw-update-user-last-seen/package.json | 4 +-- ghost/package-json/package.json | 2 +- ghost/security/package.json | 2 +- ghost/session-service/package.json | 2 +- ghost/settings-path-manager/package.json | 2 +- ghost/update-check-service/package.json | 2 +- .../package.json | 2 +- ghost/vhost-middleware/package.json | 2 +- 20 files changed, 39 insertions(+), 39 deletions(-) diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index 847906977d..fc3d46ef8b 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/adapter-manager", - "version": "0.2.33", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/api-version-compatibility-service/package.json b/ghost/api-version-compatibility-service/package.json index 444378b88b..5bf40a02b6 100644 --- a/ghost/api-version-compatibility-service/package.json +++ b/ghost/api-version-compatibility-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/api-version-compatibility-service", - "version": "0.4.4", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/api-version-compatibility-service", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ "sinon": "14.0.0" }, "dependencies": { - "@tryghost/email-content-generator": "^0.1.4", - "@tryghost/version-notifications-data-service": "^0.2.2" + "@tryghost/email-content-generator": "0.0.0", + "@tryghost/version-notifications-data-service": "0.0.0" } } diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index 4ea1e9ed11..b680ea0dba 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bootstrap-socket", - "version": "0.2.22", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/bootstrap-socket", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/constants/package.json b/ghost/constants/package.json index ae3a324777..34d21e273e 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/constants", - "version": "1.0.7", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/constants", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/core/package.json b/ghost/core/package.json index 5d03fb48f5..e0a3c4b0b9 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -54,26 +54,26 @@ }, "dependencies": { "@sentry/node": "7.7.0", - "@tryghost/adapter-manager": "0.2.33", + "@tryghost/adapter-manager": "0.0.0", "@tryghost/admin-api-schema": "4.0.0", - "@tryghost/api-version-compatibility-service": "0.4.4", + "@tryghost/api-version-compatibility-service": "0.0.0", "@tryghost/bookshelf-plugins": "0.4.3", - "@tryghost/bootstrap-socket": "0.2.22", + "@tryghost/bootstrap-socket": "0.0.0", "@tryghost/color-utils": "0.1.19", "@tryghost/config-url-helpers": "1.0.2", - "@tryghost/constants": "1.0.7", + "@tryghost/constants": "0.0.0", "@tryghost/custom-theme-settings-service": "0.0.0", "@tryghost/database-info": "0.3.8", "@tryghost/debug": "0.1.17", "@tryghost/domain-events": "0.0.0", "@tryghost/email-analytics-provider-mailgun": "0.0.0", "@tryghost/email-analytics-service": "0.0.0", - "@tryghost/email-content-generator": "0.1.4", + "@tryghost/email-content-generator": "0.0.0", "@tryghost/errors": "1.2.14", "@tryghost/express-dynamic-redirects": "0.0.0", "@tryghost/helpers": "1.1.71", "@tryghost/image-transform": "1.1.0", - "@tryghost/job-manager": "0.9.0", + "@tryghost/job-manager": "0.0.0", "@tryghost/kg-card-factory": "3.1.3", "@tryghost/kg-default-atoms": "3.1.2", "@tryghost/kg-default-cards": "5.16.2", @@ -90,30 +90,30 @@ "@tryghost/members-ssr": "0.0.0", "@tryghost/members-stripe-service": "0.0.0", "@tryghost/metrics": "1.0.14", - "@tryghost/minifier": "0.1.17", - "@tryghost/mw-api-version-mismatch": "0.2.3", - "@tryghost/mw-error-handler": "1.0.5", - "@tryghost/mw-session-from-token": "0.1.34", + "@tryghost/minifier": "0.0.0", + "@tryghost/mw-api-version-mismatch": "0.0.0", + "@tryghost/mw-error-handler": "0.0.0", + "@tryghost/mw-session-from-token": "0.0.0", "@tryghost/nodemailer": "0.3.24", "@tryghost/nql": "0.9.2", - "@tryghost/package-json": "1.0.23", + "@tryghost/package-json": "0.0.0", "@tryghost/pretty-cli": "1.2.29", "@tryghost/promise": "0.1.20", "@tryghost/request": "0.1.28", "@tryghost/root-utils": "0.3.15", - "@tryghost/security": "0.3.3", - "@tryghost/session-service": "0.1.44", - "@tryghost/settings-path-manager": "0.1.9", + "@tryghost/security": "0.0.0", + "@tryghost/session-service": "0.0.0", + "@tryghost/settings-path-manager": "0.0.0", "@tryghost/social-urls": "0.1.32", "@tryghost/stats-service": "0.3.0", "@tryghost/string": "0.1.26", "@tryghost/tpl": "0.1.17", - "@tryghost/update-check-service": "0.3.4", + "@tryghost/update-check-service": "0.0.0", "@tryghost/url-utils": "4.0.2", "@tryghost/validator": "0.1.26", "@tryghost/verification-trigger": "0.0.0", "@tryghost/version": "0.1.15", - "@tryghost/vhost-middleware": "1.0.28", + "@tryghost/vhost-middleware": "0.0.0", "@tryghost/zip": "1.1.27", "amperize": "0.6.1", "analytics-node": "6.1.0", diff --git a/ghost/email-content-generator/package.json b/ghost/email-content-generator/package.json index 0f963e9ba6..dec5630e46 100644 --- a/ghost/email-content-generator/package.json +++ b/ghost/email-content-generator/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/email-content-generator", - "version": "0.1.4", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/email-content-generator", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/extract-api-key/package.json b/ghost/extract-api-key/package.json index a62a008bb0..f3a19c8c28 100644 --- a/ghost/extract-api-key/package.json +++ b/ghost/extract-api-key/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/extract-api-key", - "version": "0.1.0", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/extract-api-key", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index be04922bf1..8b41b076ae 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/job-manager", - "version": "0.9.0", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/job-manager", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index 7473a04fdb..cae7649684 100644 --- a/ghost/minifier/package.json +++ b/ghost/minifier/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/minifier", - "version": "0.1.17", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/minifier", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-api-version-mismatch/package.json b/ghost/mw-api-version-mismatch/package.json index c66c7cee46..cb094be043 100644 --- a/ghost/mw-api-version-mismatch/package.json +++ b/ghost/mw-api-version-mismatch/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-api-version-mismatch", - "version": "0.2.3", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-api-version-mismatch", "author": "Ghost Foundation", "license": "MIT", @@ -26,6 +26,6 @@ "sinon": "14.0.0" }, "dependencies": { - "@tryghost/extract-api-key": "^0.1.0" + "@tryghost/extract-api-key": "0.0.0" } } diff --git a/ghost/mw-error-handler/package.json b/ghost/mw-error-handler/package.json index 2a708b2493..5eb31b3348 100644 --- a/ghost/mw-error-handler/package.json +++ b/ghost/mw-error-handler/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-error-handler", - "version": "1.0.5", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-error-handler", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index beb7998ccb..af06dcaa91 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-session-from-token", - "version": "0.1.34", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-session-from-token", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-update-user-last-seen/package.json b/ghost/mw-update-user-last-seen/package.json index fbfbde4317..ef9413a648 100644 --- a/ghost/mw-update-user-last-seen/package.json +++ b/ghost/mw-update-user-last-seen/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-update-user-last-seen", - "version": "0.1.8", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-update-user-last-seen", "author": "Ghost Foundation", "license": "MIT", @@ -25,6 +25,6 @@ "sinon": "14.0.0" }, "dependencies": { - "@tryghost/constants": "^1.0.7" + "@tryghost/constants": "0.0.0" } } diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index b38efd4bf8..c94e844f2a 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/package-json", - "version": "1.0.23", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/security/package.json b/ghost/security/package.json index 5c42611626..ba8bbad026 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/security", - "version": "0.3.3", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/security", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 93ab3f371c..9a953b78e5 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/session-service", - "version": "0.1.44", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/settings-path-manager/package.json b/ghost/settings-path-manager/package.json index 034369a641..1f43dce51c 100644 --- a/ghost/settings-path-manager/package.json +++ b/ghost/settings-path-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/settings-path-manager", - "version": "0.1.9", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/settings-path-manager", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/update-check-service/package.json b/ghost/update-check-service/package.json index 0c6f43e5d9..ec70ece1d0 100644 --- a/ghost/update-check-service/package.json +++ b/ghost/update-check-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/update-check-service", - "version": "0.3.4", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/update-check-service", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/version-notifications-data-service/package.json b/ghost/version-notifications-data-service/package.json index 1cfe53ad73..a37add9553 100644 --- a/ghost/version-notifications-data-service/package.json +++ b/ghost/version-notifications-data-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/version-notifications-data-service", - "version": "0.2.2", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/version-notifications-data-service", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/vhost-middleware/package.json b/ghost/vhost-middleware/package.json index b389748f8b..179a6c4c58 100644 --- a/ghost/vhost-middleware/package.json +++ b/ghost/vhost-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/vhost-middleware", - "version": "1.0.28", + "version": "0.0.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/vhost-middleware", "author": "Ghost Foundation", "license": "MIT",