Add release notes for 6.29.x
This commit is contained in:
parent
73a2c01ab7
commit
b20c49fb55
2 changed files with 10 additions and 4 deletions
|
@ -29,7 +29,10 @@ export function WhatsNewModal({
|
|||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.28--0" />],
|
||||
features: [
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.29--0" />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.29--1" />,
|
||||
],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue