Release notes for 7.19

This commit is contained in:
ayumi-signal 2024-07-31 14:33:11 -07:00
parent c5ce9cd880
commit 3bd0f56ac8
2 changed files with 12 additions and 5 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.18--0" />],
features: [
<I18n i18n={i18n} id="icu:WhatsNew__v7.19--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.19--1" />,
],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {