0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

🐛 Fixed re-ordering within galleries sometimes getting stuck on disabled (#19080)

refs https://github.com/TryGhost/Product/issues/4170
refs https://github.com/TryGhost/Koenig/pull/1084

- bumps `@tryghost/koenig-lexical` to version containing a fix for gallery re-ordering not working in some situations
This commit is contained in:
Kevin Ansfield 2023-11-21 16:12:52 +00:00 committed by GitHub
parent b275450bec
commit daf7b2714e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@
"@tryghost/helpers": "1.1.88", "@tryghost/helpers": "1.1.88",
"@tryghost/kg-clean-basic-html": "3.0.41", "@tryghost/kg-clean-basic-html": "3.0.41",
"@tryghost/kg-converters": "0.0.22", "@tryghost/kg-converters": "0.0.22",
"@tryghost/koenig-lexical": "0.5.20", "@tryghost/koenig-lexical": "0.5.21",
"@tryghost/limit-service": "1.2.12", "@tryghost/limit-service": "1.2.12",
"@tryghost/members-csv": "0.0.0", "@tryghost/members-csv": "0.0.0",
"@tryghost/nql": "0.12.0", "@tryghost/nql": "0.12.0",

View file

@ -7918,10 +7918,10 @@
dependencies: dependencies:
semver "^7.3.5" semver "^7.3.5"
"@tryghost/koenig-lexical@0.5.20": "@tryghost/koenig-lexical@0.5.21":
version "0.5.20" version "0.5.21"
resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.5.20.tgz#81159bf6a03ad11c1e28b05759fe85e1356cd3da" resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.5.21.tgz#5aea7750eb309720cbc5999ee28d78409599fade"
integrity sha512-7NNqlibI2CG8PbUzo8B1MbQlE0+3j/P/rHmS5wq8Ien0QIit9E3kqMYqextMOoip9pgtyJqeq63ygEe9ykIdxQ== integrity sha512-0JNHibwfgDUZ9FAzUtvCmojvhTxLbuvnZOpcsXoYSpif2dvvugmao5RpuK8iUHITylGi2DOxnYU7JHLjfL/AVg==
"@tryghost/limit-service@1.2.12", "@tryghost/limit-service@^1.2.10": "@tryghost/limit-service@1.2.12", "@tryghost/limit-service@^1.2.10":
version "1.2.12" version "1.2.12"