Skip to content

Commit

Permalink
Merge pull request #62 from nightskylark/prepare-18.1.7
Browse files Browse the repository at this point in the history
Prepare 18.1.7
  • Loading branch information
nightskylark authored Nov 2, 2018
2 parents b3e0993 + 632b204 commit e11587a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devextreme-intl",
"description": "Integrates ECMAScript Internationalization API with DevExtreme",
"version": "18.1.6",
"version": "18.1.7",
"author": "Developer Express Inc.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tests/date-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(compareVersions(dxVersion, '17.2.3') >= 0) {
Array.prototype.push.apply(locales, [ 'zh', 'ar', 'hr' ]);
}

if(compareVersions(dxVersion, '17.2.4') >= 0 && compareVersions(dxVersion, '18.1.6') !== 0) {
if(compareVersions(dxVersion, '17.2.4') >= 0) {
Array.prototype.push.apply(locales, [ 'el', 'ca' ]);
}

Expand Down

0 comments on commit e11587a

Please sign in to comment.