v5.21 release notes

This commit is contained in:
Josh Perez
2021-10-14 20:51:10 -04:00
committed by GitHub
parent 92f7259272
commit c1ac618e6b
2 changed files with 26 additions and 61 deletions

View File

@@ -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,
},
],
});
};