Release notes for v6.34.0-beta.1

This commit is contained in:
Fedor Indutnyy 2023-10-05 09:33:32 -07:00
parent ea58202bff
commit f5636fbdee
2 changed files with 10 additions and 7 deletions

View file

@ -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.33--0" />],
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.34--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.34--1" />,
],
};
if (releaseNotes.features.length === 1) {