Add release notes for 7.40

This commit is contained in:
Scott Nonnenberg
2025-01-22 17:05:35 -08:00
parent c7f2141b5b
commit 6bbb013f2a
2 changed files with 11 additions and 1 deletions

View File

@@ -39,10 +39,12 @@ export function WhatsNewModal({
}: PropsType): JSX.Element {
let contentNode: ReactNode;
// Use later: icu:WhatsNew__v7.40--1
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.39--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.40--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {