Release notes for 7.13

This commit is contained in:
Fedor Indutny 2024-06-12 01:59:52 +10:00
parent ad3366fa5c
commit 1926b3fde5
2 changed files with 10 additions and 7 deletions

View file

@ -43,9 +43,8 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<I18n i18n={i18n} id="icu:WhatsNew__v7.12--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.12--2" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.12--1" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.13--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.13--1" />,
],
};