From 492f12bfadfaeca809d1b5dc258cae1e0e7decfa Mon Sep 17 00:00:00 2001 From: Jonas Helming Date: Tue, 24 Oct 2023 09:32:58 +0200 Subject: [PATCH] Add Community release 2023-11 (#457) fixed #456 Signed-off-by: Jonas Helming --- src/components/Releases.js | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/src/components/Releases.js b/src/components/Releases.js index 5032f5bf..cbdecbae 100644 --- a/src/components/Releases.js +++ b/src/components/Releases.js @@ -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',