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