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 = {
|
const releaseNotes: ReleaseNotesType = {
|
||||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [
|
features: [{ key: 'WhatsNew__bugfixes', components: undefined }],
|
||||||
{ key: 'WhatsNew__v5.32--1', components: undefined },
|
|
||||||
{ key: 'WhatsNew__v5.32--2', components: undefined },
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const WhatsNewModal = ({
|
export const WhatsNewModal = ({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue