From 9fc830e662a3ef58e5736b7bf0c19c51c53daf23 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 7 Oct 2022 16:22:16 +0700 Subject: [PATCH] Removed patch from comments-ui version - we only need to provide the patch if we want to force Ghost to use a specific version - otherwise, we can just use major.minor because we use the tilde versioning method - having the patch version here just encourages you to bump it unnecessarily, so removing it cleans up the usage for now --- ghost/core/core/shared/config/defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/core/core/shared/config/defaults.json b/ghost/core/core/shared/config/defaults.json index 46a678e3de..1afb191c5c 100644 --- a/ghost/core/core/shared/config/defaults.json +++ b/ghost/core/core/shared/config/defaults.json @@ -168,7 +168,7 @@ "comments": { "url": "https://cdn.jsdelivr.net/ghost/comments-ui@~{version}/umd/comments-ui.min.js", "styles": "https://cdn.jsdelivr.net/ghost/comments-ui@~{version}/umd/main.css", - "version": "0.10.2" + "version": "0.10" }, "editor": { "url": "https://unpkg.com/@tryghost/koenig-lexical@~{version}/dist/koenig-lexical.umd.js",