From 076c2be9aa109afef3e98b94bbee19fd3d131c07 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 6 Jun 2023 15:14:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20copy/paste=20of=20HR=20c?= =?UTF-8?q?ards=20between=20editor=20and=20beta=20editor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - bumped `@tryghost/kg-converters` which contains a fix for an incorrect card name map in the lexical/mobiledoc converter methods --- ghost/admin/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 50fef24430..1156804caf 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -45,7 +45,7 @@ "@tryghost/ember-promise-modals": "2.0.1", "@tryghost/helpers": "1.1.77", "@tryghost/kg-clean-basic-html": "3.0.17", - "@tryghost/kg-converters": "0.0.5", + "@tryghost/kg-converters": "0.0.6", "@tryghost/kg-parser-plugins": "3.0.18", "@tryghost/kg-simplemde": "1.11.2", "@tryghost/limit-service": "1.2.6", diff --git a/yarn.lock b/yarn.lock index 65a03a7ff7..362c033d33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6884,10 +6884,10 @@ resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-3.0.17.tgz#7b3ac455f739c550346c79b0dfdf67bc67d18977" integrity sha512-Mr/7dQILSzP5ggxkGNAfbAyNUOWpqJ8AuhY6EwwC8xvFwVPM9QKdRtC+ZumstOWaClnWxikxumLsZbX3LjRhCw== -"@tryghost/kg-converters@0.0.5": - version "0.0.5" - resolved "https://registry.yarnpkg.com/@tryghost/kg-converters/-/kg-converters-0.0.5.tgz#fa1a7956eb9d4745992b20cdf5314bad20ba8b09" - integrity sha512-jkZmVv/T4WOgHChrCJA8DFY44krtP0utMMv3Kp3GyHYda86csV8ZR9aQM+W8VlkSr4NP6NdQlfSZ5qlgCITilA== +"@tryghost/kg-converters@0.0.6": + version "0.0.6" + resolved "https://registry.yarnpkg.com/@tryghost/kg-converters/-/kg-converters-0.0.6.tgz#44e96c1907b9dc59ead2f5ea42ce612f3ded1a2d" + integrity sha512-Q/wm7PKl+G2PG+Sfw1NaVOMebfI/zrYnB3FH3W4GSF4JsyanmBGhfL09k2zIN4VQpP5LOxOhAII7g26jwWiBPg== dependencies: lodash "^4.17.21"