Release notes for 6.14.x

This commit is contained in:
Scott Nonnenberg 2023-04-05 18:08:22 -07:00
parent 8c76a6a7c9
commit a8fea624fa

View file

@ -35,14 +35,10 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.13--0" renderText={renderText} />,
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.13--1"
id="icu:WhatsNew__bugfixes--3"
renderText={renderText}
components={{
rakleed: <a href="https://github.com/rakleed">@rakleed</a>,
}}
/>,
],
};