Skip to content

Commit

Permalink
Add 1.57 release (#691)
Browse files Browse the repository at this point in the history
fixed #690

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming authored Dec 20, 2024
1 parent 3c75735 commit 0ca4bd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,11 @@ const communityReleases = [
}
]

const monthlyReleases = [
const monthlyReleases = [
{
title: 'Eclipse Theia 1.57 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2024/12/20/eclipse-theia-1-57-release-news-and-noteworthy/',
},
{
title: 'Eclipse Theia 1.56 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2024/12/06/eclipse-theia-1-56-release-news-and-noteworthy/',
Expand Down
2 changes: 1 addition & 1 deletion src/components/index/CommonNews.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
const PlatformHeader = () => (
<div className="header__banner">
<h2 style={{ fontSize: '2.1rem' }}>
<a href="https://eclipsesource.com/blogs/2024/12/06/eclipse-theia-1-56-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.56 Release</a> and <a href="https://eclipsesource.com/blogs/2024/12/12/the-eclipse-theia-community-release-2024-11/">the latest Community Release (2024-11)</a>.
<a href="https://eclipsesource.com/blogs/2024/12/20/eclipse-theia-1-57-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.57 Release</a> and <a href="https://eclipsesource.com/blogs/2024/12/12/the-eclipse-theia-community-release-2024-11/">the latest Community Release (2024-11)</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>.
<br />
Expand Down

0 comments on commit 0ca4bd4

Please sign in to comment.