Skip to content

Commit 7bbd1b8

Browse files
authored
Merge pull request #60 from DevExpress/update-18.1.6
Update 18.1.6
2 parents de0478a + 9fe2934 commit 7bbd1b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devextreme-intl",
33
"description": "Integrates ECMAScript Internationalization API with DevExtreme",
4-
"version": "18.1.5",
4+
"version": "18.1.6",
55
"author": "Developer Express Inc.",
66
"license": "MIT",
77
"repository": {

tests/date-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if(compareVersions(dxVersion, '17.2.3') >= 0) {
1717
Array.prototype.push.apply(locales, [ 'zh', 'ar', 'hr' ]);
1818
}
1919

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

0 commit comments

Comments
 (0)