Skip to content

Commit

Permalink
Merge pull request #23 from iLib-js/release_v1.11.0
Browse files Browse the repository at this point in the history
Release for v1.11.0
  • Loading branch information
gouniLee committed Jan 5, 2023
2 parents 589bf5f + 045bc5a commit 9ac1b65
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
22 changes: 22 additions & 0 deletions 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
Expand Down
14 changes: 7 additions & 7 deletions 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": {
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 9ac1b65

Please sign in to comment.