Release notes for 7.30

This commit is contained in:
trevor-signal 2024-10-16 14:32:38 -04:00
parent 2acc5f26f9
commit dcbff6c915
2 changed files with 22 additions and 9 deletions

View file

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