Add release notes for 7.12

This commit is contained in:
Scott Nonnenberg 2024-05-30 11:18:35 +10:00
parent 4254356812
commit 78d6390b59
2 changed files with 12 additions and 1 deletions

View file

@ -42,7 +42,10 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.11--0" />],
features: [
<I18n i18n={i18n} id="icu:WhatsNew__v7.12--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.12--1" />,
],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {