Skip to content

Commit

Permalink
Add planned release 1.40.x (#433) (#434)
Browse files Browse the repository at this point in the history
Contributed by STMicroelectronics

Signed-off-by: Niklas DAHLQUIST <[email protected]>
  • Loading branch information
Niklas-Dahlquist authored Jul 5, 2023
1 parent 625510a commit 5c0ac15
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,64 @@ heading-primary {
`

const communityReleases = [
{
name: 'Theia 1.40.x (2023-08) - planned',
releasedate: 'August 31st, 2023',
releasecandidatedate:'July 27th, 2023',
technologiesin:'September 7th, 2023',
releaseanouncement:'September 14th, 2023',
announcementurl: '',
frameworks: [
{
title: 'Eclipse GLSP',
url: 'https://www.eclipse.org/glsp/',
version: 'tbd',
modules: [
{modulename: '@eclipse-glsp/theia-integration', url: 'https://www.npmjs.com/package/@eclipse-glsp/theia-integration/v/1.0.0-theia1.34.0'}
]
},
{
title: 'Eclipse EMF.cloud',
url: 'https://www.eclipse.org/emfcloud/',
version: 'tbd',
modules: [
{modulename: '@eclipse-emfcloud/modelserver-theia', url: 'https://www.npmjs.com/package/@eclipse-emfcloud/modelserver-theia/v/0.8.0-theia-cr03'},
{modulename: '@eclipse-emfcloud/modelserver-client', url: 'https://www.npmjs.com/package/@eclipse-emfcloud/modelserver-client/v/0.8.0-theia-cr03'},
{modulename: '@eclipse-emfcloud/modelserver-markers-theia', url: 'https://www.npmjs.com/package/@eclipse-emfcloud/modelserver-markers-theia/v/0.8.0-theia-cr03'},
{modulename: '@eclipse-emfcloud/jsonforms-property-view', url: 'https://www.npmjs.com/package/@eclipse-emfcloud/jsonforms-property-view/v/0.8.0-theia-cr03'},
{modulename: '@eclipse-emfcloud/modelserver-jsonforms-property-view', url: 'https://www.npmjs.com/package/@eclipse-emfcloud/modelserver-jsonforms-property-view/v/0.8.0-theia-cr03'}
]
},
{
title: 'Eclipse Sprotty',
url: 'https://www.eclipse.org/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: [
{modulename: 'theia-traceviewer', url: 'https://www.npmjs.com/package/theia-traceviewer'},
{modulename: 'traceviewer-base', url: 'https://www.npmjs.com/package/traceviewer-base'},
{modulename: 'traceviewer-react-components', url: 'https://www.npmjs.com/package/traceviewer-react-components'}
]
}
]
},
{
name: 'Theia 1.37.x (2023-05) - published',
releasedate: 'May 25th, 2023',
Expand Down

0 comments on commit 5c0ac15

Please sign in to comment.