Add release notes for 6.41
This commit is contained in:
parent
42a0c1d931
commit
7753b164f3
2 changed files with 22 additions and 5 deletions
|
@ -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>
|
||||
),
|
||||
}}
|
||||
/>,
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue