Add release notes for v6.32
This commit is contained in:

committed by
Fedor Indutnyy

parent
17b0c0548d
commit
108c313659
@@ -29,7 +29,10 @@ export function WhatsNewModal({
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.31--0" />],
|
||||
features: [
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.32--0" />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.32--1" />,
|
||||
],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1) {
|
||||
|
Reference in New Issue
Block a user