Release notes for 6.22

This commit is contained in:
Scott Nonnenberg 2023-06-14 16:31:54 -07:00
parent b76c7269f8
commit 44c2c515d4
2 changed files with 10 additions and 14 deletions

View file

@ -30,16 +30,8 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.21--0" />,
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.21--1"
components={{
complexspaces: (
<a href="https://github.com/complexspaces">@complexspaces</a>
),
}}
/>,
<Intl i18n={i18n} id="icu:WhatsNew__v6.22--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.22--1" />,
],
};