Release notes for v5.31.x

This commit is contained in:
Josh Perez 2022-02-02 16:15:54 -05:00 committed by GitHub
parent bbe56e0811
commit 40191f88da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View file

@ -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__bugfixes', components: undefined }],
features: [
{ key: 'WhatsNew__v5.31--1', components: undefined },
{ key: 'WhatsNew__v5.31--2', components: undefined },
{ key: 'WhatsNew__bugfixes', components: undefined },
],
};
export const WhatsNewModal = ({