Skip to content

Commit

Permalink
Merge pull request #25 from iLib-js/release_v1.13.0
Browse files Browse the repository at this point in the history
Release for v1.13.0
  • Loading branch information
gouniLee committed Mar 23, 2023
2 parents 844e038 + d77ddf5 commit b8e8ac2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.13.0
* Updated plugins version
* (webos-json-resource/webos-appinfo-json) Added a timestamp in `ilibmanifest.json` file to support wee localization.
* (webos-json-resource/webos-appinfo-json) Updated to skip writing `ilibmanifest json` creation logic if it has already been done in another plugin.
* (webos-json-resource/webos-appinfo-json) Set to have more spaces in `ilibmanifest.json` file.
* (webos-qml) Fixed issues where didn't handle single quotes and multi-line properly.
~~~
"ilib-loctool-webos-appinfo-json": "1.6.0",
"ilib-loctool-webos-c": "1.5.1",
"ilib-loctool-webos-cpp": "1.5.1",
"ilib-loctool-webos-javascript": "1.8.1",
"ilib-loctool-webos-json-resource": "1.5.0",
"ilib-loctool-webos-qml": "1.5.1",
"ilib-loctool-webos-ts-resource": "1.4.1",
"loctool": "2.20.2"
~~~

## 1.12.0
* Updated fixed loctool and plugins version
* (webos-javascript/webos-c/webos-cpp/webos-qml) Fixed an issue where common's locale inheritance data values were not checked.
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilib-loctool-webos-dist",
"version": "1.12.0",
"version": "1.13.0",
"description": "Full-featured build environment for webOS localization",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -31,12 +31,12 @@
"loctool"
],
"dependencies": {
"ilib-loctool-webos-appinfo-json": "1.5.0",
"ilib-loctool-webos-c": "1.5.0",
"ilib-loctool-webos-cpp": "1.5.0",
"ilib-loctool-webos-javascript": "1.8.0",
"ilib-loctool-webos-json-resource": "1.4.2",
"ilib-loctool-webos-qml": "1.5.0",
"ilib-loctool-webos-appinfo-json": "1.6.0",
"ilib-loctool-webos-c": "1.5.1",
"ilib-loctool-webos-cpp": "1.5.1",
"ilib-loctool-webos-javascript": "1.8.1",
"ilib-loctool-webos-json-resource": "1.5.0",
"ilib-loctool-webos-qml": "1.5.1",
"ilib-loctool-webos-ts-resource": "1.4.1",
"loctool": "2.20.2"
}
Expand Down

0 comments on commit b8e8ac2

Please sign in to comment.