Release notes for v6.26

This commit is contained in:
Fedor Indutnyy 2023-07-13 11:12:17 -07:00
parent 7c050ee01f
commit a29433dd40
2 changed files with 24 additions and 4 deletions

View file

@ -29,7 +29,24 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.25--0" />],
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.26--0" />,
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.26--1"
components={{
linkToGithub: (
<a
href="https://github.com/nrayburn-tech"
target="_blank"
rel="noreferrer"
>
@nrayburn-tech
</a>
),
}}
/>,
],
};
if (releaseNotes.features.length === 1) {