File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed
Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ export default class ReleasesLtsController extends Controller {
44 // promotion date should be the day of the release of the following ember minor version
55 // you can run `npm info ember-source time` to see a list
66 emberLtsReleases = [
7+ {
8+ version : '5.12' ,
9+ promotionDate : new Date ( '2024-09-30' ) ,
10+ isActive : true ,
11+ } ,
712 {
813 version : '5.8' ,
914 promotionDate : new Date ( '2024-06-03' ) ,
@@ -12,7 +17,7 @@ export default class ReleasesLtsController extends Controller {
1217 {
1318 version : '5.4' ,
1419 promotionDate : new Date ( '2023-12-11' ) ,
15- isActive : true ,
20+ isActive : false ,
1621 } ,
1722 {
1823 version : '4.12' ,
Original file line number Diff line number Diff line change 55 - /ember\./
66 - /ember-template-compiler/
77repo : emberjs/ember.js
8- lastRelease : 6.0 .0-beta.1 # Manually update See https://libraries.io/npm/ember-source throughout
8+ lastRelease : 6.1 .0-beta.1 # Manually update See https://libraries.io/npm/ember-source throughout
99channel : beta
10- date : 2024-09-30 # Manually update, get date for `initialVersion`
10+ date : 2024-11-12 # Manually update, get date for `initialVersion`
1111changelogPath : CHANGELOG.md
1212debugFileName : .debug.js
1313ignoreFiles :
Original file line number Diff line number Diff line change 55 - /ember\./
66 - /ember-template-compiler/
77repo : emberjs/ember.js
8- lastRelease : 5.8 .0
8+ lastRelease : 5.12 .0
99channel : lts
10- date : 2024-04-15
10+ date : 2024-09-30
1111changelogPath : CHANGELOG.md
1212debugFileName : .debug.js
1313ignoreFiles :
Original file line number Diff line number Diff line change 55 - /ember\./
66 - /ember-template-compiler/
77repo : emberjs/ember.js
8- lastRelease : 5.12 .0 # Manually update, see https://libraries.io/npm/ember-source throughout
8+ lastRelease : 6.0 .0 # Manually update, see https://libraries.io/npm/ember-source throughout
99channel : release
10- date : 2024-09-30 # Manually update, is today's date
10+ date : 2024-11-12 # Manually update, is today's date
1111changelogPath : CHANGELOG.md
1212debugFileName : .debug.js
1313ignoreFiles :
You can’t perform that action at this time.
0 commit comments