Update release notes for v5.33.0-beta.1 release
This commit is contained in:
parent
0bb0e6e9fc
commit
e39c5006b4
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.32--1', components: undefined },
|
||||
{ key: 'WhatsNew__v5.32--2', components: undefined },
|
||||
],
|
||||
features: [{ key: 'WhatsNew__bugfixes', components: undefined }],
|
||||
};
|
||||
|
||||
export const WhatsNewModal = ({
|
||||
|
|
Loading…
Add table
Reference in a new issue