Skip to content

Commit

Permalink
Add community release 2023-05 (#430)
Browse files Browse the repository at this point in the history
fixed #429

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming authored Jul 4, 2023
1 parent e1fabfd commit 625510a
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 @@ -78,7 +78,7 @@ const communityReleases = [
releasecandidatedate:'April 27th, 2023',
technologiesin:'June 1st, 2023',
releaseanouncement:'June 12th, 2023',
announcementurl: '',
announcementurl: 'https://eclipsesource.com/blogs/2023/06/12/the-eclipse-theia-community-release-2023-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 @@ -101,7 +101,7 @@ const Header = () => (
<h2 style={{ fontSize: '2.1rem' }}>
Efficiently develop and deliver Cloud & Desktop IDEs and tools with modern web technologies.
<br/>
<a href="https://eclipsesource.com/blogs/2023/06/05/eclipse-theia-1-38-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.38 Release</a> and <a href="https://eclipsesource.com/blogs/2023/03/09/the-eclipse-theia-community-release-2023-02/">the latest Community Release (2023-02)</a>.
<a href="https://eclipsesource.com/blogs/2023/06/05/eclipse-theia-1-38-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.38 Release</a> and <a href="https://eclipsesource.com/blogs/2023/06/12/the-eclipse-theia-community-release-2023-05/">the latest Community Release (2023-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 625510a

Please sign in to comment.