Skip to content

Commit

Permalink
Release 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Jun 6, 2024
1 parent 828c2f8 commit 4e38b3a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/controllers/releases/lts.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default class ReleasesLtsController extends Controller {
emberLtsReleases = [
{
version: '5.8',
promotionDate: new Date('2024-04-15'),
promotionDate: new Date('2024-06-03'),
isActive: true,
},
{
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.9.0-beta.1 # Manually update See https://libraries.io/npm/ember-source throughout
lastRelease: 5.10.0-beta.1 # Manually update See https://libraries.io/npm/ember-source throughout
channel: beta
date: 2024-04-15 # Manually update, get date for `initialVersion`
date: 2024-06-04 # Manually update, get date for `initialVersion`
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.8.0 # Manually update, see https://libraries.io/npm/ember-source throughout
lastRelease: 5.9.0 # Manually update, see https://libraries.io/npm/ember-source throughout
channel: release
date: 2024-04-15 # Manually update, is today's date
date: 2024-06-03 # 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.4 # Manually update, see https://libraries.io/npm/ember-data throughout
lastRelease: 5.4.0-beta.5 # Manually update, see https://libraries.io/npm/ember-data throughout
channel: beta
date: 2024-03-02 # Manually update, get date for `lastRelease`
date: 2024-06-06 # Manually update, get date for `lastRelease`
changelogPath: CHANGELOG.md
debugFileName: .js
ignoreFiles:
Expand Down

0 comments on commit 4e38b3a

Please sign in to comment.