Release notes for 6.47.x
This commit is contained in:
parent
581594ae9a
commit
174d8c6a59
2 changed files with 8 additions and 23 deletions
|
@ -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" />,
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue