Add release notes for 7.21

This commit is contained in:
Scott Nonnenberg 2024-08-15 11:28:45 +10:00
parent c040cb2d6c
commit 3991ad3a98
2 changed files with 5 additions and 4 deletions

View file

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