We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 676a1e7 + c63aa25 commit bb72ff8Copy full SHA for bb72ff8
app/services/dependency-resolver.js
@@ -1,7 +1,7 @@
1
import Ember from 'ember';
2
3
const EMBER_VERSIONS = ['2.2.0', '2.1.1', '2.0.2', '1.13.11', '1.12.1'];
4
-const EMBER_DATA_VERSIONS = ['2.2.0', '2.1.0', '2.0.1', '1.13.15'];
+const EMBER_DATA_VERSIONS = ['2.3.0', '2.2.1', '2.1.0', '2.0.1', '1.13.15'];
5
6
const VERSION_REGEX = /^\d+.\d+.\d+$/;
7
0 commit comments