Skip to content

Commit

Permalink
theia-trace-extension update for community release 1.49.x (#578)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Jul 5, 2024
1 parent b0f40cf commit 25a89c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,12 @@ const communityReleases = [
{
title: 'Theia Trace Extension',
url: 'https://github.com/eclipse-cdt-cloud/theia-trace-extension',
version: 'TBD',
modules: []
version: '0.2.4',
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' }
]
}
]
},
Expand Down

0 comments on commit 25a89c7

Please sign in to comment.