Skip to content

Commit

Permalink
Add 1.51 release (#577)
Browse files Browse the repository at this point in the history
fixed #576

Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
  • Loading branch information
JonasHelming committed Jul 4, 2024
1 parent 7d9e1d2 commit a5ec437
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,14 @@ const communityReleases = [
]

const monthlyReleases = [
{
title: 'Eclipse Theia 1.51 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2024/07/04/eclipse-theia-1-51-release-news-and-noteworthy/',
},
{
title: 'Eclipse Theia 1.50 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2024/06/21/eclipse-theia-1-50-release-news-and-noteworthy/',
},
{
title: 'Eclipse Theia 1.49 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2024/05/08/eclipse-theia-1-49-release-news-and-noteworthy/',
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/06/21/eclipse-theia-1-50-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.50 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/07/04/eclipse-theia-1-51-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.51 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 a5ec437

Please sign in to comment.