From d3444150a06d8ff30855e86b81e16879f4ed23fc Mon Sep 17 00:00:00 2001 From: Princi Vershwal Date: Mon, 25 Sep 2023 17:09:32 +0530 Subject: [PATCH] Renamed Kyiv and updated version (#479) * Renamed Kyiv and updated version * Added comment --- packages/timezone-data/lib/index.js | 2 +- packages/timezone-data/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/timezone-data/lib/index.js b/packages/timezone-data/lib/index.js index 53a5c852e..4657c0ec8 100644 --- a/packages/timezone-data/lib/index.js +++ b/packages/timezone-data/lib/index.js @@ -132,7 +132,7 @@ export default [ label: '(GMT +2:00) Harare' }, { - name: 'Europe/Kyiv', + name: 'Europe/Kiev', // Changing name to 'Europe/Kiev', and keeping the UI with Kyiv. Change this once we are passed the moment lib update. label: '(GMT +2:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius' }, { diff --git a/packages/timezone-data/package.json b/packages/timezone-data/package.json index 7b12b4453..4fbf966dc 100644 --- a/packages/timezone-data/package.json +++ b/packages/timezone-data/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/timezone-data", - "version": "0.3.6", + "version": "0.3.7", "repository": "https://github.com/TryGhost/SDK/tree/main/packages/timezone-data", "author": "Ghost Foundation", "license": "MIT",