Skip to content

Commit

Permalink
Add GLSP and Sprotty versions to community release
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Dec 11, 2023
1 parent 562e40d commit 94f9d64
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ const communityReleases = [
{
title: 'Eclipse GLSP',
url: 'https://www.eclipse.dev/glsp/',
version: 'TBD',
modules: []
version: '2.0.0',
modules: [
{ modulename: '@eclipse-glsp/theia-integration', url: 'https://www.npmjs.com/package/@eclipse-glsp/theia-integration/v/2.0.0' }
]
},
{
title: 'Eclipse EMF.cloud',
Expand All @@ -97,7 +99,7 @@ const communityReleases = [
{
title: 'Eclipse Sprotty',
url: 'https://www.eclipse.dev/sprotty/',
version: 'TBD',
version: '1.0.0',
modules: []
},
{
Expand Down

0 comments on commit 94f9d64

Please sign in to comment.