release notes

This commit is contained in:
Yash
2026-02-12 11:22:34 -06:00
parent ae90a74cef
commit 9e98f18af4
2 changed files with 5 additions and 18 deletions

View File

@@ -34,14 +34,6 @@ export function ExternalLink(props: {
);
}
function DGrothePhD() {
return (
<ExternalLink href="https://github.com/DGrothe-PhD">
@DGrothe-PhD
</ExternalLink>
);
}
export function WhatsNewModal({
i18n,
hideWhatsNewModal,
@@ -51,16 +43,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<I18n
i18n={i18n}
id="icu:WhatsNew__7.89--0"
components={{
DGrothePhD,
}}
/>,
<I18n i18n={i18n} id="icu:WhatsNew__7.89--1" />,
],
features: [<I18n i18n={i18n} id="icu:WhatsNew__7.90--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {