From 97e756ec3b61aa067c5534bd44eb9be484d422d0 Mon Sep 17 00:00:00 2001 From: Steve Larson <9larsons@gmail.com> Date: Wed, 30 Oct 2024 09:18:06 -0500 Subject: [PATCH] Bumped Portal and search packages (#21467) no ref These had new minors shipped without a bump in Ghost core. --- ghost/core/core/shared/config/defaults.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/core/core/shared/config/defaults.json b/ghost/core/core/shared/config/defaults.json index b992c3f1c6..5ae20baeda 100644 --- a/ghost/core/core/shared/config/defaults.json +++ b/ghost/core/core/shared/config/defaults.json @@ -197,12 +197,12 @@ }, "portal": { "url": "https://cdn.jsdelivr.net/ghost/portal@~{version}/umd/portal.min.js", - "version": "2.45" + "version": "2.46" }, "sodoSearch": { "url": "https://cdn.jsdelivr.net/ghost/sodo-search@~{version}/umd/sodo-search.min.js", "styles": "https://cdn.jsdelivr.net/ghost/sodo-search@~{version}/umd/main.css", - "version": "1.4" + "version": "1.5" }, "announcementBar": { "url": "https://cdn.jsdelivr.net/ghost/announcement-bar@~{version}/umd/announcement-bar.min.js",