Release notes for 5.39.x

This commit is contained in:
Fedor Indutnyy 2022-04-07 12:48:02 -07:00
parent 4c798bf7b8
commit 43d51a3fb3
2 changed files with 12 additions and 13 deletions

View file

@ -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 = ({