Skip to content

Commit

Permalink
Merge pull request #1072 from ember-learn/relese-5-5
Browse files Browse the repository at this point in the history
release 5.5
  • Loading branch information
jaredgalanis authored Dec 18, 2023
2 parents 752b2ed + 3501926 commit cfe915c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 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: '4.12',
promotionDate: new Date('2023-05-15'),
version: '5.4',
promotionDate: new Date('2023-12-11'),
},
{
version: '4.8',
promotionDate: new Date('2022-11-28'),
version: '4.12',
promotionDate: new Date('2023-05-15'),
},
];
}
5 changes: 5 additions & 0 deletions app/templates/releases/lts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
</tr>
</thead>
<tbody>
<tr>
<td>4.8</td>
<td>4.8.6</td>
<td>June 2023</td>
</tr>
<tr>
<td>4.4</td>
<td>4.4.5</td>
Expand Down
4 changes: 2 additions & 2 deletions data/project/ember/beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ filter:
- /ember\./
- /ember-template-compiler/
repo: emberjs/ember.js
lastRelease: 5.5.0-beta.1 # Manually update See https://libraries.io/npm/ember-source throughout
lastRelease: 5.6.0-beta.1 # Manually update See https://libraries.io/npm/ember-source throughout
channel: beta
date: 2023-10-30 # Manually update, get date for `initialVersion`
date: 2023-12-11 # Manually update, get date for `initialVersion`
changelogPath: CHANGELOG.md
debugFileName: .debug.js
ignoreFiles:
Expand Down
4 changes: 2 additions & 2 deletions data/project/ember/lts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ filter:
- /ember\./
- /ember-template-compiler/
repo: emberjs/ember.js
lastRelease: 4.12.1
lastRelease: 5.4.0
channel: lts
date: 2023-04-03
date: 2023-10-30
changelogPath: CHANGELOG.md
debugFileName: .debug.js
ignoreFiles:
Expand Down
4 changes: 2 additions & 2 deletions data/project/ember/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ filter:
- /ember\./
- /ember-template-compiler/
repo: emberjs/ember.js
lastRelease: 5.4.0 # Manually update, see https://libraries.io/npm/ember-source throughout
lastRelease: 5.5.0 # Manually update, see https://libraries.io/npm/ember-source throughout
channel: release
date: 2023-10-30 # Manually update, is today's date
date: 2023-12-11 # Manually update, is today's date
changelogPath: CHANGELOG.md
debugFileName: .debug.js
ignoreFiles:
Expand Down
4 changes: 2 additions & 2 deletions data/project/emberData/beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ baseFileName: ember-data
filter:
- /ember-data\./
repo: emberjs/data
lastRelease: 5.4.0-beta.0 # Manually update, see https://libraries.io/npm/ember-data throughout
lastRelease: 5.4.0-beta.1 # Manually update, see https://libraries.io/npm/ember-data throughout
channel: beta
date: 2023-09-19 # Manually update, get date for `lastRelease`
date: 2023-12-04 # Manually update, get date for `lastRelease`
changelogPath: CHANGELOG.md
debugFileName: .js
ignoreFiles:
Expand Down

0 comments on commit cfe915c

Please sign in to comment.