From 3f04c93e21478772f7f142aa766976ed8279ec45 Mon Sep 17 00:00:00 2001 From: Princi Vershwal Date: Mon, 25 Sep 2023 21:58:55 +0530 Subject: [PATCH] Renamed Kyiv to Kiev till we pass the moment library update (#18263) Renamed Kyiv to Kiev till we pass the moment library update --- ghost/admin/mirage/fixtures/timezones.js | 2 +- ghost/admin/package.json | 2 +- yarn.lock | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ghost/admin/mirage/fixtures/timezones.js b/ghost/admin/mirage/fixtures/timezones.js index f4c049e79f..5106a5a0af 100644 --- a/ghost/admin/mirage/fixtures/timezones.js +++ b/ghost/admin/mirage/fixtures/timezones.js @@ -132,7 +132,7 @@ export default [ label: '(GMT +2:00) Harare' }, { - name: 'Europe/Kyiv', + name: 'Europe/Kiev', label: '(GMT +2:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius' }, { diff --git a/ghost/admin/package.json b/ghost/admin/package.json index dcae59dd72..85b3baed0e 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -54,7 +54,7 @@ "@tryghost/nql": "0.11.0", "@tryghost/nql-lang": "0.5.0", "@tryghost/string": "0.2.4", - "@tryghost/timezone-data": "0.3.0", + "@tryghost/timezone-data": "0.3.8", "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 cb9d57d3c3..cd29972324 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8114,6 +8114,11 @@ resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.3.0.tgz#5b0940a370a22a0fa3bdf506850dabbc6af574fa" integrity sha512-3vdaEugCY7cTOlo8TuEYTXnXJa1CeNKJ34EU9uJPxWfUsd0BwaSN0hNcXLHhKxnPQnnJkSjradkXSvTfUsYZiA== +"@tryghost/timezone-data@0.3.8": + version "0.3.8" + resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.3.8.tgz#413f8c7efa972bbdb186d95f4eab8d2799704010" + integrity sha512-0CkCR6uRwANHvP8BJ/3EPPw4Z55u+WCBFM/+KR2KGCogGQwx8npIDA0zWUyWzKk+Y2Z9IqoHs+IlaA1v3t+Jdw== + "@tryghost/tpl@0.1.24": version "0.1.24" resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.24.tgz#fcf585be02531baf651f2f7605466a3df744d0bc"