update release notes

This commit is contained in:
Jamie Kyle
2025-08-06 14:25:03 -07:00
parent c57ebcd94a
commit f67b5460ba
2 changed files with 5 additions and 1 deletions

View File

@@ -9108,5 +9108,9 @@
"icu:WhatsNew__v7.65--0": {
"messageformat": "Finding the right emoji can feel like an inescapable struggle, but we fixed a bug that could cause an error to occur after pressing the escape key in the emoji search box.",
"description": "Release notes for version 7.65"
},
"icu:WhatsNew__v7.66--0": {
"messageformat": "This update fixes a few small bugs, including one where emoji reactions weren't being grouped together correctly in some cases.",
"description": "Release notes for version 7.65"
}
}

View File

@@ -42,7 +42,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.65--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.66--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {