Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Release.js #550

Merged
merged 4 commits into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,6 @@ const monthlyReleases = [
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/',
},
{
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/',
},
{
title: 'Eclipse Theia 1.41 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2023/09/05/eclipse-theia-1-41-release-news-and-noteworthy/',
Expand All @@ -495,10 +491,6 @@ const monthlyReleases = [
title: 'Eclipse Theia 1.39 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2023/07/06/eclipse-theia-1-39-release-news-and-noteworthy/',
},
{
title: 'Eclipse Theia 2023-05 Community Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2023/06/12/the-eclipse-theia-community-release-2023-05/',
},
{
title: 'Eclipse Theia 1.38 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2023/06/05/eclipse-theia-1-38-release-news-and-noteworthy/',
Expand All @@ -511,10 +503,6 @@ const monthlyReleases = [
title: 'Eclipse Theia 1.36 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2023/04/12/eclipse-theia-1-36-release-news-and-noteworthy/',
},
{
title: 'Eclipse Theia 2023-02 Community Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2023/03/09/the-eclipse-theia-community-release-2023-02/',
},
{
title: 'Eclipse Theia 1.35 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2023/03/02/eclipse-theia-1-35-release-news-and-noteworthy/',
Expand All @@ -539,10 +527,6 @@ const monthlyReleases = [
title: 'Eclipse Theia 2022-09 Community Release Celebration Video',
url: 'https://youtu.be/MUIZT2wOkmw',
},
{
title: 'Eclipse Theia 2022-09 Community Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2022/10/18/the-eclipse-theia-community-release-2022-09/',
},
{
title: 'Eclipse Theia 1.30 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2022/10/13/eclipse-theia-1-30-release-news-and-noteworthy/',
Expand Down
Loading