Release notes for v5.35.x

This commit is contained in:
Josh Perez 2022-03-02 19:40:56 -05:00 committed by GitHub
parent 8cc3605637
commit 11895cdd19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 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__v5.34--1', components: undefined }],
features: [
{ key: 'WhatsNew__v5.35--1', components: undefined },
{ key: 'WhatsNew__v5.35--2', components: undefined },
{ key: 'WhatsNew__v5.35--3', components: undefined },
],
};
export const WhatsNewModal = ({