Release notes for 5.39.x
This commit is contained in:
@@ -29,7 +29,10 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [{ key: 'WhatsNew__bugfixes', components: undefined }],
|
||||
features: [
|
||||
{ key: 'WhatsNew__v5.39--1', components: undefined },
|
||||
{ key: 'WhatsNew__v5.39--2', components: undefined },
|
||||
],
|
||||
};
|
||||
|
||||
export const WhatsNewModal = ({
|
||||
|
Reference in New Issue
Block a user