Update release notes for v5.33.0-beta.1 release

This commit is contained in:
Evan Hahn 2022-02-16 12:11:03 -06:00 committed by GitHub
parent 0bb0e6e9fc
commit e39c5006b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.32--1', components: undefined },
{ key: 'WhatsNew__v5.32--2', components: undefined },
],
features: [{ key: 'WhatsNew__bugfixes', components: undefined }],
};
export const WhatsNewModal = ({