Update release notes for 5.19

This commit is contained in:
Fedor Indutnyy 2021-09-29 17:10:38 -07:00
parent 41f73ec8c5
commit 8c16341d44
2 changed files with 15 additions and 17 deletions

View file

@ -29,23 +29,9 @@ export const WhatsNew = ({ i18n }: PropsType): JSX.Element => {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion(),
features: [
{
key: 'WhatsNew__v5.18--1',
components: {
hiqua: <a href="https://github.com/hiqua">@hiqua</a>,
},
},
{
key: 'WhatsNew__v5.18--2',
components: {
gov: <a href="http://gov.ai">gov.ai</a>,
brain: <a href="https://brain.ai">brain.ai</a>,
signal: <a href="https://signal.org">signal.org</a>,
jojomatik: <a href="https://github.com/jojomatik">@jojomatik</a>,
},
},
{ key: 'WhatsNew__v5.18--3', components: undefined },
{ key: 'WhatsNew__v5.18--4', components: undefined },
{ key: 'WhatsNew__v5.19--1', components: undefined },
{ key: 'WhatsNew__v5.19--2', components: undefined },
{ key: 'WhatsNew__v5.19--3', components: undefined },
],
});
};