From 7276b975f86b32e579c8df05eb12acc27e7cf4eb Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 14 Dec 2023 12:20:15 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20editor=20crash=20whe?= =?UTF-8?q?n=20typing=20`:,`,=20`:|`,=20or=20similar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes https://github.com/TryGhost/Ghost/issues/19375 - bumps `@tryghost/koenig-lexical` to patched version including fix for the emoji picker bug (https://github.com/TryGhost/Koenig/pull/1136) --- ghost/admin/package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index a4d1114d91..cbd924c95a 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -46,7 +46,7 @@ "@tryghost/helpers": "1.1.88", "@tryghost/kg-clean-basic-html": "3.0.41", "@tryghost/kg-converters": "0.0.22", - "@tryghost/koenig-lexical": "0.5.26", + "@tryghost/koenig-lexical": "0.5.28", "@tryghost/limit-service": "1.2.12", "@tryghost/members-csv": "0.0.0", "@tryghost/nql": "0.12.0", @@ -201,4 +201,4 @@ } } } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 74a61fd20d..1969546c0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7919,10 +7919,10 @@ dependencies: semver "^7.3.5" -"@tryghost/koenig-lexical@0.5.26": - version "0.5.26" - resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.5.26.tgz#9ad40c41e3eb59d36f646a51d43b4b4658360b56" - integrity sha512-6snd1GywaQ9GyKV6FcoGTIn4GlNIn45SspqYn+q0yLAArAVHEdY1tjDORFVuIaTqbR4e+BVulSg9gZOle0QtRw== +"@tryghost/koenig-lexical@0.5.28": + version "0.5.28" + resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.5.28.tgz#775a556bf950fe34c6be367920e11669afb212a9" + integrity sha512-ilJiRkGkX8PUZQ3xloozsVZjzIpWi+6Ytw/gr7yhkDSA7cLVef+zw374w94tp+QxKNRbO2b4MSsqVL3S6Hcw6Q== "@tryghost/limit-service@1.2.12", "@tryghost/limit-service@^1.2.10": version "1.2.12" From c2ad349b780f4c9d4cd85245981b4e7b420c871d Mon Sep 17 00:00:00 2001 From: Ghost CI <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:34:56 +0000 Subject: [PATCH 2/2] v5.75.2 --- ghost/admin/package.json | 4 ++-- ghost/core/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index cbd924c95a..4dfd2c1e27 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -1,6 +1,6 @@ { "name": "ghost-admin", - "version": "5.75.1", + "version": "5.75.2", "description": "Ember.js admin client for Ghost", "author": "Ghost Foundation", "homepage": "http://ghost.org", @@ -201,4 +201,4 @@ } } } -} +} \ No newline at end of file diff --git a/ghost/core/package.json b/ghost/core/package.json index b490c188f2..a8feb14b6c 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -1,6 +1,6 @@ { "name": "ghost", - "version": "5.75.1", + "version": "5.75.2", "description": "The professional publishing platform", "author": "Ghost Foundation", "homepage": "https://ghost.org",