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