Skip to content

Commit

Permalink
Add 1.42 release announcement (#462)
Browse files Browse the repository at this point in the history
fixed #461

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming authored Oct 6, 2023
1 parent 8fe9def commit 2f1ae16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/components/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ const categories = [
{
title: 'Release announcements',
resources: [
{
title: 'Eclipse Theia 1.42 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2023/10/06/eclipse-theia-1-42-release-news-and-noteworthy/',
type: 'article'
},
{
title: 'Eclipse Theia 2023-08 Community Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2023/09/15/the-eclipse-theia-community-release-2023-08/',
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 @@ -115,7 +115,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/09/05/eclipse-theia-1-41-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.41 Release</a> and <a href="https://eclipsesource.com/blogs/2023/09/15/the-eclipse-theia-community-release-2023-08/">the latest Community Release (2023-08)</a>.
<a href="https://eclipsesource.com/blogs/2023/10/06/eclipse-theia-1-42-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.42 Release</a> and <a href="https://eclipsesource.com/blogs/2023/09/15/the-eclipse-theia-community-release-2023-08/">the latest Community Release (2023-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 2f1ae16

Please sign in to comment.