Skip to content

Commit

Permalink
Update blueprint to 2.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Dec 26, 2017
1 parent 9d758ba commit 407ba4d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/services/dependency-resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { task, timeout } from 'ember-concurrency';

const { computed, inject, RSVP, testing } = Ember;

const EMBER_VERSIONS = ['2.16.0', '2.15.3', '2.14.1', '2.13.0', '2.12.0', '2.11.2', '2.10.2', '2.9.1', '2.8.2', '2.7.3', '2.6.2', '2.5.1', '2.4.5', '2.3.2', '2.2.2', '2.1.2', '2.0.3', '1.13.13', '1.12.2'];
const EMBER_VERSIONS = ['2.16.2', '2.15.3', '2.14.1', '2.13.0', '2.12.0', '2.11.2', '2.10.2', '2.9.1', '2.8.2', '2.7.3', '2.6.2', '2.5.1', '2.4.5', '2.3.2', '2.2.2', '2.1.2', '2.0.3', '1.13.13', '1.12.2'];
const EMBER_DATA_VERSIONS = ['2.16.3', '2.15.3', '2.14.10', '2.13.2', '2.12.2', '2.11.3', '2.10.0', '2.9.0', '2.8.1', '2.7.0', '2.6.2', '2.5.5', '2.4.3', '2.3.3', '2.2.1', '2.1.0', '2.0.1', '1.13.15'];

const VERSION_REGEX = /^\d+.\d+.\d+(-beta\.\d+)?$/;
Expand Down
10 changes: 5 additions & 5 deletions blueprints/twiddle.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.12.2",
"version": "0.13.0",
"EmberENV": {
"FEATURES": {}
},
Expand All @@ -9,11 +9,11 @@
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "2.12.2",
"ember-template-compiler": "2.12.2",
"ember-testing": "2.12.2"
"ember": "2.16.2",
"ember-template-compiler": "2.16.2",
"ember-testing": "2.16.2"
},
"addons": {
"ember-data": "2.12.1"
"ember-data": "2.16.3"
}
}
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-twiddle",
"version": "0.12.2",
"version": "0.13.0",
"dependencies": {
"jquery": "1.11.3",
"codemirror": "~5.19.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-twiddle",
"version": "0.12.2",
"version": "0.13.0",
"description": "https://ember-twiddle.com",
"private": true,
"directories": {
Expand Down

0 comments on commit 407ba4d

Please sign in to comment.