Release notes for 7.22
This commit is contained in:
parent
129a22e91d
commit
4bca28f90a
2 changed files with 5 additions and 21 deletions
|
@ -42,7 +42,7 @@ export function WhatsNewModal({
|
|||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.21--0" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.22--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue