Skip to content

Commit

Permalink
Add 5.8 to LTS page
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Apr 20, 2024
1 parent ed50973 commit 3aca6ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/controllers/releases/lts.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ export default class ReleasesLtsController extends Controller {
// you can run `npm info ember-source time` to see a list
currentlySupportedLTS = [
{
version: '5.4',
promotionDate: new Date('2023-12-11'),
version: '5.8',
promotionDate: new Date('2024-04-15'),
},
{
version: '4.12',
promotionDate: new Date('2023-05-15'),
version: '5.4',
promotionDate: new Date('2023-12-11'),
},
];
}
6 changes: 6 additions & 0 deletions app/templates/releases/lts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
</tr>
</thead>
<tbody>
<tr>
<td>4.12</td>
<td>May 14, 2023</td>
<td>December 10, 2023</td>
<td>May 26, 2024</td>
</tr>
<tr>
<td>4.8</td>
<td>December 8, 2022</td>
Expand Down

0 comments on commit 3aca6ea

Please sign in to comment.