Release notes for 7.15

This commit is contained in:
trevor-signal 2024-06-27 09:48:20 -04:00
parent a1c004eb31
commit d5efcd6d96
2 changed files with 17 additions and 9 deletions

View file

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