Update release notes for v5.27.1 release

This commit is contained in:
Evan Hahn 2022-01-06 12:41:22 -06:00 committed by GitHub
parent e3b3327317
commit e449993796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 4 deletions

View File

@ -29,10 +29,18 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [1, 2].map(n => ({
key: `WhatsNew__v5.27--${n}`,
components: undefined,
})),
features: [
{
key: 'WhatsNew__macos-m1',
components: [
<a href="https://github.com/dennisameling/">Dennis Ameling</a>,
],
},
...[1, 2].map(n => ({
key: `WhatsNew__v5.27--${n}`,
components: undefined,
})),
],
};
export const WhatsNewModal = ({