Release notes for 6.48

This commit is contained in:
Scott Nonnenberg 2024-02-07 15:57:02 -08:00
parent 56c2b8d84f
commit 6dae949149
2 changed files with 8 additions and 5 deletions

View file

@ -42,8 +42,8 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.47--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.47--1" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.48--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.48--1" />,
],
};