From 4ca41d8adf2b4c5c0cdb3f60e67f7ea2c4103444 Mon Sep 17 00:00:00 2001 From: Jonas Helming Date: Mon, 11 Dec 2023 11:44:07 +0100 Subject: [PATCH] Add 1.44 release (#484) fixed #483 Signed-off-by: Jonas Helming --- src/components/Releases.js | 4 ++++ src/components/index/Header.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Releases.js b/src/components/Releases.js index 6188656e..3d6280e1 100644 --- a/src/components/Releases.js +++ b/src/components/Releases.js @@ -347,6 +347,10 @@ const communityReleases = [ ] const monthlyReleases = [ + { + title: 'Eclipse Theia 1.44 Release: News and Noteworthy', + url: 'https://eclipsesource.com/blogs/2023/12/05/eclipse-theia-1-44-release-news-and-noteworthy/', + }, { title: 'Eclipse Theia 1.43 Release: News and Noteworthy', url: 'https://eclipsesource.com/blogs/2023/11/02/eclipse-theia-1-43-release-news-and-noteworthy/', diff --git a/src/components/index/Header.js b/src/components/index/Header.js index f83addde..7294a961 100644 --- a/src/components/index/Header.js +++ b/src/components/index/Header.js @@ -101,7 +101,7 @@ const Header = () => (

Efficiently develop and deliver Cloud & Desktop IDEs and tools with modern web technologies.
- Learn about the latest 1.43 Release and the latest Community Release (2023-08). + Learn about the latest 1.44 Release and the latest Community Release (2023-08).
Stay up-to-date: follow us on Twitter and register to the "Friends of Theia" mailing list.