Release notes for 6.47.x

This commit is contained in:
ayumi yu 2024-01-31 13:02:59 -08:00
parent 581594ae9a
commit 174d8c6a59
2 changed files with 8 additions and 23 deletions

View file

@ -42,17 +42,8 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.46--0"
components={{
linkToGithub: (
<ExternalLink href="https://github.com/asakpke">
@asakpke
</ExternalLink>
),
}}
/>,
<Intl i18n={i18n} id="icu:WhatsNew__v6.47--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.47--1" />,
],
};