Add release notes for 7.26

This commit is contained in:
Jamie Kyle 2024-09-19 15:14:25 -07:00
parent 14ca19e632
commit a8fb89004e
2 changed files with 6 additions and 2 deletions

View file

@ -42,7 +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.25--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.26--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {