Release notes for 7.5

This commit is contained in:
Scott Nonnenberg 2024-04-03 16:27:18 -07:00
parent f4253ed27a
commit 7eda2dc4cd
2 changed files with 15 additions and 2 deletions

View file

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