Skip to content

Commit

Permalink
Add new community release 2024-08 (#565)
Browse files Browse the repository at this point in the history
fixed #564

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming committed Jun 20, 2024
1 parent 0c2124c commit 5e60f72
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
50 changes: 48 additions & 2 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,58 @@ heading-primary {

const communityReleases = [
{
name: 'Theia 1.49.x (2024-05) - planned',
name: 'Theia 1.52.x (2024-08) - planned',
releasedate: 'August 29th, 2024',
releasecandidatedate: 'July 25th, 2024',
technologiesin: 'September 5th, 2024',
releaseanouncement: 'September 12th, 2024',
announcementurl: '',
frameworks: [
{
title: 'Eclipse GLSP',
url: 'https://www.eclipse.dev/glsp/',
version: 'TBD',
modules: []
},
{
title: 'Eclipse EMF.cloud',
url: 'https://www.eclipse.dev/emfcloud/',
version: 'TBD',
modules: []
},
{
title: 'Eclipse Sprotty',
url: 'https://www.eclipse.dev/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: []
}
]
},
{
name: 'Theia 1.49.x (2024-05) - published',
releasedate: 'May 30th, 2024',
releasecandidatedate: 'April 25th, 2024',
technologiesin: 'June 6th, 2024',
releaseanouncement: 'June 13th, 2024',
announcementurl: '',
announcementurl: 'https://eclipsesource.com/blogs/2024/06/20/the-eclipse-theia-community-release-2024-05/',
frameworks: [
{
title: 'Eclipse GLSP',
Expand Down
2 changes: 1 addition & 1 deletion src/components/index/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Header = () => (
</div>
<div className="header__banner">
<h2 style={{ fontSize: '2.1rem' }}>
<a href="https://eclipsesource.com/blogs/2024/05/08/eclipse-theia-1-49-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.49 Release</a> and <a href="https://eclipsesource.com/blogs/2024/02/08/the-eclipse-theia-community-release-2023-11/">the latest Community Release (2024-02)</a>.
<a href="https://eclipsesource.com/blogs/2024/05/08/eclipse-theia-1-49-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.49 Release</a> and <a href="https://eclipsesource.com/blogs/2024/06/20/the-eclipse-theia-community-release-2024-05/">the latest Community Release (2024-05)</a>.
<br/>
Stay up-to-date: <a href="https://twitter.com/theia_ide">follow us on Twitter</a> and <a href="https://accounts.eclipse.org/mailing-list/friends-of-theia">register to the "Friends of Theia" mailing list</a>.
</h2>
Expand Down

0 comments on commit 5e60f72

Please sign in to comment.