From cff841d1c7568b21fc04d9b874fd03866a564b79 Mon Sep 17 00:00:00 2001 From: Sag Date: Fri, 20 Dec 2024 03:31:10 +0800 Subject: [PATCH] Released Portal v2.47.0 (#21934) no issue Changelog v2.46.2 -> v2.47.0: - https://github.com/TryGhost/Ghost/commit/55dc9d997f3dafc746d0e6ebe19fc0017d3729e9 - https://github.com/TryGhost/Ghost/commit/3233bae37c1dbcabc0d697ef73946bb88866c253 - https://github.com/TryGhost/Ghost/commit/4bc85e2ff22daa024a7ae91825ca94c7cdcf02d3 - https://github.com/TryGhost/Ghost/commit/4ec0bdde3c43cfb4c19b997f39058d2b6f3f03ef - https://github.com/TryGhost/Ghost/commit/58ac19ada679f475db632322d1fb35c855be3166 - https://github.com/TryGhost/Ghost/commit/e67e2411f230da65b10ba997ae5a919641ab013c --- apps/portal/package.json | 2 +- ghost/core/core/shared/config/defaults.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portal/package.json b/apps/portal/package.json index a82f0a0ce3..2beab7973d 100644 --- a/apps/portal/package.json +++ b/apps/portal/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/portal", - "version": "2.46.2", + "version": "2.47.0", "license": "MIT", "repository": { "type": "git", diff --git a/ghost/core/core/shared/config/defaults.json b/ghost/core/core/shared/config/defaults.json index 531679dbb0..e63c816548 100644 --- a/ghost/core/core/shared/config/defaults.json +++ b/ghost/core/core/shared/config/defaults.json @@ -200,7 +200,7 @@ }, "portal": { "url": "https://cdn.jsdelivr.net/ghost/portal@~{version}/umd/portal.min.js", - "version": "2.46" + "version": "2.47" }, "sodoSearch": { "url": "https://cdn.jsdelivr.net/ghost/sodo-search@~{version}/umd/sodo-search.min.js",