Add release notes for 5.38

This commit is contained in:
Fedor Indutnyy 2022-03-31 16:31:12 -07:00
parent f83fdce735
commit d43a6f1c91
1 changed files with 1 additions and 4 deletions

View File

@ -29,10 +29,7 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
{ key: 'WhatsNew__v5.37--1', components: undefined },
{ key: 'WhatsNew__v5.37--2', components: undefined },
],
features: [{ key: 'WhatsNew__bugfixes', components: undefined }],
};
export const WhatsNewModal = ({