Skip to content

Commit

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

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming authored Sep 12, 2024
1 parent e062acd commit c5ae641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const communityReleases = [
releasecandidatedate: 'July 25th, 2024',
technologiesin: 'September 5th, 2024',
releaseanouncement: 'September 12th, 2024',
announcementurl: '',
announcementurl: 'https://eclipsesource.com/blogs/2024/09/12/the-eclipse-theia-community-release-2024-08/',
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 @@ -125,7 +125,7 @@ const Header = () => (
</div>
<div className="header__banner">
<h2 style={{ fontSize: '2.1rem' }}>
<a href="https://eclipsesource.com/blogs/2024/09/09/eclipse-theia-1-53-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.53 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>.
<a href="https://eclipsesource.com/blogs/2024/09/09/eclipse-theia-1-53-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.53 Release</a> and <a href="https://eclipsesource.com/blogs/2024/09/12/the-eclipse-theia-community-release-2024-08/">the latest Community Release (2024-08)</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 c5ae641

Please sign in to comment.