Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Update /builds fixture data.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jul 25, 2016
1 parent e9353fc commit ef66a68
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions source/javascripts/app/builds/app.js
Expand Up @@ -218,12 +218,12 @@ App.Project.reopenClass({
baseFileName: 'ember',
projectFilter: [ /ember\./, /ember-template-compiler/ ],
projectRepo: 'emberjs/ember.js',
initialVersion: "2.6.0",
initialReleaseDate: "2016-06-08",
lastRelease: "2.6.1",
futureVersion: "2.6.2",
initialVersion: "2.7.0",
initialReleaseDate: "2016-07-25",
lastRelease: "2.7.0",
futureVersion: "2.7.1",
channel: "release",
date: "2016-06-27",
date: "2016-07-25",
changelogPath: "CHANGELOG.md",
enableTestURL: true,
debugFileName: ".debug.js",
Expand All @@ -234,13 +234,13 @@ App.Project.reopenClass({
baseFileName: 'ember',
projectFilter: [ /ember\./, /ember-template-compiler/ ],
projectRepo: 'emberjs/ember.js',
lastRelease: "2.7.0-beta.3",
futureVersion: "2.7.0-beta.4",
finalVersion: '2.7.0',
lastRelease: "2.8.0-beta.1",
futureVersion: "2.8.0-beta.2",
finalVersion: '2.8.0',
channel: "beta",
cycleEstimatedFinishDate: '2016-07-25',
date: "2016-07-05",
nextDate: "2016-07-11",
cycleEstimatedFinishDate: '2016-09-05',
date: "2016-07-25",
nextDate: "2016-08-01",
changelogPath: "CHANGELOG.md",
enableTestURL: true,
debugFileName: ".debug.js",
Expand Down

0 comments on commit ef66a68

Please sign in to comment.