Release notes for 6.42.x
This commit is contained in:
parent
4e1de7da1e
commit
34b1fa0e02
2 changed files with 20 additions and 5 deletions
|
@ -30,18 +30,27 @@ export function WhatsNewModal({
|
|||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.41--0" />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.42--0" />,
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__v6.41--1"
|
||||
id="icu:WhatsNew__v6.42--1"
|
||||
components={{
|
||||
linkToGithub: (
|
||||
linkToGithub1: (
|
||||
<a
|
||||
href="https://github.com/bhaskarraksahb"
|
||||
href="https://github.com/qauff"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
@bhaskarraksahb
|
||||
@qauff
|
||||
</a>
|
||||
),
|
||||
linkToGithub2: (
|
||||
<a
|
||||
href="https://github.com/wyvurn-h4x3r"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
@wyvurn-h4x3r
|
||||
</a>
|
||||
),
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue