Skip to content

Commit

Permalink
Update Releases.js (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Jun 18, 2024
1 parent 708bff3 commit 0c2124c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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.1.0-theia1.45.0',
modules: [
{ modulename: '@eclipse-glsp/theia-integration', url: 'https://www.npmjs.com/package/@eclipse-glsp/theia-integration/v/2.1.0-theia1.45.0' }
]
},
{
title: 'Eclipse EMF.cloud',
Expand Down

0 comments on commit 0c2124c

Please sign in to comment.