From dd5fd20cf905605b480826f483e53beeb5b90029 Mon Sep 17 00:00:00 2001 From: Jonathan Noack Date: Wed, 12 Apr 2023 17:54:13 +0200 Subject: [PATCH] Renamed Kiev to Kyiv in site timezone select (#16619) closes https://github.com/TryGhost/Ghost/issues/16603 - Updates the timezone data used by Ghost to the latest version, which fixes the spelling of Kyiv in the timezone select. --- ghost/admin/mirage/fixtures/timezones.js | 4 ++-- ghost/admin/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ghost/admin/mirage/fixtures/timezones.js b/ghost/admin/mirage/fixtures/timezones.js index 27e2737b8f..f4c049e79f 100644 --- a/ghost/admin/mirage/fixtures/timezones.js +++ b/ghost/admin/mirage/fixtures/timezones.js @@ -132,8 +132,8 @@ export default [ label: '(GMT +2:00) Harare' }, { - name: 'Europe/Kiev', - label: '(GMT +2:00) Helsinki, Kiev, Riga, Sofia, Tallinn, Vilnius' + name: 'Europe/Kyiv', + label: '(GMT +2:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius' }, { name: 'Asia/Jerusalem', diff --git a/ghost/admin/package.json b/ghost/admin/package.json index bbcf35fe26..29f53276de 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -53,7 +53,7 @@ "@tryghost/nql": "0.11.0", "@tryghost/nql-lang": "0.5.0", "@tryghost/string": "0.2.4", - "@tryghost/timezone-data": "0.2.76", + "@tryghost/timezone-data": "0.3.0", "autoprefixer": "9.8.6", "babel-eslint": "10.1.0", "babel-plugin-transform-class-properties": "6.24.1", diff --git a/yarn.lock b/yarn.lock index 4c38001684..493eb0d8db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6085,10 +6085,10 @@ dependencies: unidecode "^0.1.8" -"@tryghost/timezone-data@0.2.76": - version "0.2.76" - resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.2.76.tgz#1dc3d5be5c4e356480fc82d0a1d5838a795fe1d8" - integrity sha512-7HkGE+bWsKORhMw5kE1Tjp4WxWA3JZ1RVZ6FVWDmje2MD5WrbUrP1RBJ9dWneTCpO4DvQJDWx7AQkYBrYgc+uA== +"@tryghost/timezone-data@0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.3.0.tgz#5b0940a370a22a0fa3bdf506850dabbc6af574fa" + integrity sha512-3vdaEugCY7cTOlo8TuEYTXnXJa1CeNKJ34EU9uJPxWfUsd0BwaSN0hNcXLHhKxnPQnnJkSjradkXSvTfUsYZiA== "@tryghost/tpl@0.1.24", "@tryghost/tpl@^0.1.24": version "0.1.24"