v5.21 release notes
This commit is contained in:
parent
92f7259272
commit
c1ac618e6b
2 changed files with 26 additions and 61 deletions
|
@ -32,7 +32,20 @@ export const WhatsNew = ({ i18n }: PropsType): JSX.Element => {
|
|||
setReleaseNotes({
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion(),
|
||||
features: [{ key: 'WhatsNew__v5.20', components: undefined }],
|
||||
features: [
|
||||
{
|
||||
key: 'WhatsNew__v5.21--1',
|
||||
components: undefined,
|
||||
},
|
||||
{
|
||||
key: 'WhatsNew__v5.21--2',
|
||||
components: undefined,
|
||||
},
|
||||
{
|
||||
key: 'WhatsNew__v5.21--3',
|
||||
components: undefined,
|
||||
},
|
||||
],
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue