diff --git a/CHANGELOG.md b/CHANGELOG.md index 66089b84..e7ef04a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 1.11.0 +* Updated fixed plugins version + * (webos-javascript/webos-c/webos-cpp) Updated to custom locale inheritance feature work properly in generate mode. + * (webos-javascript/webos-c/webos-cpp) Added guard code to prevent errors when the common data path is incorrect. + * (webos-javascript/webos-c/webos-cpp) Updated to generate resources by comparing base translation data even in generate mode. + * (webos-javascript/webos-c/webos-cpp) Fixed an issue where localeinherit related data was not created properly according to the order of locales. + * (webos-javascript/webos-c/webos-cpp) Fixed an issue where data is duplicated when it is the same as base translation in generate mode. + * (webos-qml) Added guard code to prevent errors when the common data path is incorrect. + * (webos-qml) Fixed an issue where localeInherit related data was not created properly. + * (webos-ts-resource) Replaced dependent xml2json package to xml-js + * (webos-apinfo-json) Added guard code to prevent errors when the common data path is incorrect. +~~~ + "ilib-loctool-webos-appinfo-json": "1.4.1", + "ilib-loctool-webos-c": "1.4.0", + "ilib-loctool-webos-cpp": "1.4.0", + "ilib-loctool-webos-javascript": "1.7.0", + "ilib-loctool-webos-json-resource": "1.4.1", + "ilib-loctool-webos-qml": "1.4.1", + "ilib-loctool-webos-ts-resource": "1.4.0", + "loctool": "2.20.0" +~~~ + ## 1.10.0 * Updated fixed loctool and plugins version * loctool diff --git a/package.json b/package.json index 8a356ed5..15109f9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ilib-loctool-webos-dist", - "version": "1.10.0", + "version": "1.11.0", "description": "Full-featured build environment for webOS localization", "main": "index.js", "repository": { @@ -31,13 +31,13 @@ "loctool" ], "dependencies": { - "ilib-loctool-webos-appinfo-json": "1.4.0", - "ilib-loctool-webos-c": "1.3.0", - "ilib-loctool-webos-cpp": "1.3.0", - "ilib-loctool-webos-javascript": "1.6.0", + "ilib-loctool-webos-appinfo-json": "1.4.1", + "ilib-loctool-webos-c": "1.4.0", + "ilib-loctool-webos-cpp": "1.4.0", + "ilib-loctool-webos-javascript": "1.7.0", "ilib-loctool-webos-json-resource": "1.4.1", - "ilib-loctool-webos-qml": "1.4.0", - "ilib-loctool-webos-ts-resource": "1.3.1", + "ilib-loctool-webos-qml": "1.4.1", + "ilib-loctool-webos-ts-resource": "1.4.0", "loctool": "2.20.0" } } \ No newline at end of file