Release notes for 6.46.x

This commit is contained in:
Fedor Indutny 2024-01-24 13:17:22 -08:00 committed by Fedor Indutny
parent 7065ef0885
commit 37bed0f0f4
2 changed files with 7 additions and 19 deletions

View file

@ -42,21 +42,15 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.45--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.45--1" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.45--2" />,
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.45--3"
id="icu:WhatsNew__v6.46--0"
components={{
linkToGithub1: (
<ExternalLink href="https://github.com/dasois">
@dasois
linkToGithub: (
<ExternalLink href="https://github.com/asakpke">
@asakpke
</ExternalLink>
),
linkToGithub2: (
<ExternalLink href="https://github.com/pelya">@pelya</ExternalLink>
),
}}
/>,
],