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",