Release notes for v5.35.x
This commit is contained in:
parent
8cc3605637
commit
11895cdd19
2 changed files with 17 additions and 1 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__v5.34--1', components: undefined }],
|
||||
features: [
|
||||
{ key: 'WhatsNew__v5.35--1', components: undefined },
|
||||
{ key: 'WhatsNew__v5.35--2', components: undefined },
|
||||
{ key: 'WhatsNew__v5.35--3', components: undefined },
|
||||
],
|
||||
};
|
||||
|
||||
export const WhatsNewModal = ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue