From 8ac5bb5b486f077cd4fd6750eca8d8c9073b5f27 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Fri, 27 May 2022 13:53:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20word=20count=20for=20RTL?= =?UTF-8?q?=20languages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes: https://github.com/TryGhost/Ghost/issues/14365 closes: https://github.com/TryGhost/SDK/issues/366 closes: https://github.com/TryGhost/SDK/issues/389 refs: https://github.com/TryGhost/SDK/pull/431 - our word count helper has been updated to handle RTL languages Co-authored-by: Emmanuel-Melon --- ghost/admin/package.json | 2 +- ghost/admin/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 083441db3c..30450ed006 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -40,7 +40,7 @@ "@sentry/ember": "6.16.1", "@tryghost/color-utils": "0.1.17", "@tryghost/ember-promise-modals": "2.0.1", - "@tryghost/helpers": "1.1.69", + "@tryghost/helpers": "1.1.70", "@tryghost/kg-clean-basic-html": "2.2.10", "@tryghost/kg-parser-plugins": "2.11.6", "@tryghost/limit-service": "1.1.3", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index 9a0ecff12f..af5b27d95d 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -2070,10 +2070,10 @@ utils-copy-error "^1.0.1" uuid "^8.3.2" -"@tryghost/helpers@1.1.69": - version "1.1.69" - resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.69.tgz#8bc2bd39ea9fb6d10fa8df8854e73c0bcd713e17" - integrity sha512-IjAJ2/J53bO9aZbrJtKxLeM21/bwBYcjLnA+i5FDOXigLB+DRABsGF//fCjqMqerCUKOPijf69HydqxT7n8Buw== +"@tryghost/helpers@1.1.70": + version "1.1.70" + resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.70.tgz#25c79e3da3720289df06612c391d73e7bb1f04c9" + integrity sha512-/R1DLsUhprQjB1YHtufxk447QauWWgudNt3gnVPsEP4I6yB2ACK2uqrigOlWRzo3R8/BytpwmAV4N4vhTOia+Q== dependencies: lodash-es "^4.17.11"