Add release notes for 6.10
This commit is contained in:
parent
ab52530c10
commit
c22fed8179
2 changed files with 28 additions and 4 deletions
|
@ -31,16 +31,24 @@ const releaseNotes: ReleaseNotesType = {
|
|||
version: window.getVersion?.(),
|
||||
features: [
|
||||
{
|
||||
key: 'icu:WhatsNew__v6.9--0',
|
||||
key: 'icu:WhatsNew__v6.10--0',
|
||||
components: undefined,
|
||||
},
|
||||
{
|
||||
key: 'icu:WhatsNew__v6.9--1',
|
||||
key: 'icu:WhatsNew__v6.10--1',
|
||||
components: undefined,
|
||||
},
|
||||
{
|
||||
key: 'icu:WhatsNew__v6.9--2',
|
||||
components: undefined,
|
||||
key: 'icu:WhatsNew__v6.10--2',
|
||||
components: {
|
||||
lamemakes: <a href="https://github.com/lamemakes">@lamemakes</a>,
|
||||
},
|
||||
},
|
||||
{
|
||||
key: 'icu:WhatsNew__v6.10--3',
|
||||
components: {
|
||||
norstbox: <a href="https://github.com/norstbox">@norstbox</a>,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue