Skip to content

Commit

Permalink
Update Releases.js
Browse files Browse the repository at this point in the history
Update GLSP compatibility section of the 1.52 community release
  • Loading branch information
tortmayr authored and planger committed Sep 3, 2024
1 parent eb34065 commit fa684ec
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 @@ -129,8 +129,10 @@ const communityReleases = [
{
title: 'Eclipse GLSP',
url: 'https://www.eclipse.dev/glsp/',
version: 'TBD',
modules: []
version: '2.2.1',
modules: [
{ modulename: '@eclipse-glsp/theia-integration', url: 'https://www.npmjs.com/package/@eclipse-glsp/theia-integration/v/2.2.1' }
]
},
{
title: 'Eclipse EMF.cloud',
Expand Down

0 comments on commit fa684ec

Please sign in to comment.