Add release notes for v5.27.0-beta.1 release
This commit is contained in:
parent
71ca3c0764
commit
4e947211b2
2 changed files with 19 additions and 13 deletions
|
@ -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,
|
||||
})),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue