Skip to content

Commit

Permalink
Add Community release 2023-11 (#457)
Browse files Browse the repository at this point in the history
fixed #456

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming authored Oct 24, 2023
1 parent 54dc5a3 commit 492f12b
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,53 @@ heading-primary {
`

const communityReleases = [
{
name: 'Theia 1.43.x (2023-11) - planned',
releasedate: 'November 30th, 2023',
releasecandidatedate:'October 26th, 2023',
technologiesin:'December 7th, 2023',
releaseanouncement:'December 14th, 2023',
announcementurl: '',
frameworks: [
{
title: 'Eclipse GLSP',
url: 'https://www.eclipse.dev/glsp/',
version: 'TBD',
modules: []
},
{
title: 'Eclipse EMF.cloud',
url: 'https://www.eclipse.dev/emfcloud/',
version: 'TBD',
modules: []
},
{
title: 'Eclipse Sprotty',
url: 'https://www.eclipse.dev/sprotty/',
version: 'TBD',
modules: []
},
{
title: 'Eclipse CDT Cloud Debug Adapter',
url: 'https://projects.eclipse.org/projects/ecd.cdt-cloud',
version: 'TBD',
modules: []
},
{
title: 'Langium',
url: 'https://langium.org/',
version: 'TBD',
modules: []
},
{
title: 'Theia Trace Extension',
url: 'https://github.com/eclipse-cdt-cloud/theia-trace-extension',
version: 'TBD',
modules: []
}
]
},

{
name: 'Theia 1.40.x (2023-08) - published',
releasedate: 'August 31st, 2023',
Expand Down

0 comments on commit 492f12b

Please sign in to comment.