Add release notes for 6.41

This commit is contained in:
Scott Nonnenberg 2023-11-30 12:07:45 -08:00
parent 42a0c1d931
commit 7753b164f3
2 changed files with 22 additions and 5 deletions

View file

@ -30,8 +30,22 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.39--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.39--1" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.41--0" />,
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.41--1"
components={{
linkToGithub: (
<a
href="https://github.com/bhaskarraksahb"
target="_blank"
rel="noreferrer"
>
@bhaskarraksahb
</a>
),
}}
/>,
],
};