Update release notes

This commit is contained in:
Jamie Kyle
2026-03-04 14:42:11 -08:00
parent a245f03da7
commit d0395b795f
2 changed files with 6 additions and 2 deletions

View File

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