Release notes for 6.14.x
This commit is contained in:
parent
8c76a6a7c9
commit
a8fea624fa
1 changed files with 1 additions and 5 deletions
|
@ -35,14 +35,10 @@ export function WhatsNewModal({
|
|||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.13--0" renderText={renderText} />,
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__v6.13--1"
|
||||
id="icu:WhatsNew__bugfixes--3"
|
||||
renderText={renderText}
|
||||
components={{
|
||||
rakleed: <a href="https://github.com/rakleed">@rakleed</a>,
|
||||
}}
|
||||
/>,
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue