Add release notes for v5.27.0-beta.1 release

This commit is contained in:
Evan Hahn 2021-12-14 10:38:23 -06:00 committed by GitHub
parent 71ca3c0764
commit 4e947211b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 13 deletions

View file

@ -30,7 +30,7 @@ const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [1, 2].map(n => ({
key: `WhatsNew__v5.26--${n}`,
key: `WhatsNew__v5.27--${n}`,
components: undefined,
})),
};