Release notes for 7.29

This commit is contained in:
ayumi-signal 2024-10-09 12:47:06 -07:00
parent 8e6c3ee568
commit 19f819c56a
2 changed files with 5 additions and 12 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.28--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.28--1" />,
],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.29--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {