Add release notes for 5.38
This commit is contained in:
parent
f83fdce735
commit
d43a6f1c91
1 changed files with 1 additions and 4 deletions
|
@ -29,10 +29,7 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
|
|||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
{ key: 'WhatsNew__v5.37--1', components: undefined },
|
||||
{ key: 'WhatsNew__v5.37--2', components: undefined },
|
||||
],
|
||||
features: [{ key: 'WhatsNew__bugfixes', components: undefined }],
|
||||
};
|
||||
|
||||
export const WhatsNewModal = ({
|
||||
|
|
Loading…
Add table
Reference in a new issue