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
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,
})),
};