Release notes for 6.17.x
This commit is contained in:
parent
1eddf252e1
commit
e1206edba4
2 changed files with 15 additions and 5 deletions
|
@ -35,11 +35,9 @@ export function WhatsNewModal({
|
|||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__bugfixes--4"
|
||||
renderText={renderText}
|
||||
/>,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--0" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--1" renderText={renderText} />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.17--2" renderText={renderText} />,
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue