Release notes for 6.17.x

This commit is contained in:
Josh Perez 2023-04-25 18:20:45 -04:00
parent 1eddf252e1
commit e1206edba4
2 changed files with 15 additions and 5 deletions

View file

@ -35,11 +35,9 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl
i18n={i18n}
id="icu:WhatsNew__bugfixes--4"
renderText={renderText}
/>,
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--0" renderText={renderText} />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--1" renderText={renderText} />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--2" renderText={renderText} />,
],
};