Release notes for v6.26
This commit is contained in:
parent
7c050ee01f
commit
a29433dd40
2 changed files with 24 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue