Release notes for v5.31.x
This commit is contained in:
parent
bbe56e0811
commit
40191f88da
2 changed files with 14 additions and 2 deletions
|
@ -29,7 +29,11 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
|
|||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [{ key: 'WhatsNew__bugfixes', components: undefined }],
|
||||
features: [
|
||||
{ key: 'WhatsNew__v5.31--1', components: undefined },
|
||||
{ key: 'WhatsNew__v5.31--2', components: undefined },
|
||||
{ key: 'WhatsNew__bugfixes', components: undefined },
|
||||
],
|
||||
};
|
||||
|
||||
export const WhatsNewModal = ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue