Release notes for 7.28

This commit is contained in:
Scott Nonnenberg 2024-10-03 10:19:03 +10:00
parent 091580825a
commit 765ffbe8ff
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.27--0" />],
features: [
<I18n i18n={i18n} id="icu:WhatsNew__v7.28--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.28--1" />,
],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {