Skip to content

Commit

Permalink
Adapt community release plan
Browse files Browse the repository at this point in the history
fixed #328

Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
  • Loading branch information
JonasHelming committed Sep 23, 2022
1 parent a5b7c5d commit 2029ec7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ const communityReleases = [
name: 'Theia 1.29.x (September 2022) - planned',
releasedate: 'September 29th, 2022',
releasecandidatedate:'August 25th, 2022',
technologiesin:'October 6th, 2022',
releaseanouncement:'October 13, 2022'
frameworks: [
{
title: 'Eclipse GLSP',
Expand Down Expand Up @@ -110,8 +112,10 @@ const Releases = () => (
return (
<section key={i} className="category row" id="frameworks">
<h2 className="heading-secondary">{name}</h2>
<p>Release Date: {releasedate}</p>
<p>Community Release Candidate Date: {releasecandidatedate}</p>
<p>Community Release Candidate: {releasecandidatedate}</p>
<p>Community Release Available: {releasedate}</p>
<p>Compatible Technolgies Listed: {technologiesin}</p>
<p>Community Release Announcement: {releaseanouncement}</p>
<br></br>
<p><h3 className="heading-tertiary"><b>Compatible Technologies:</b></h3></p>
{frameworks.map(
Expand Down

0 comments on commit 2029ec7

Please sign in to comment.