Skip to content

Commit

Permalink
Merge pull request #30 from iLib-js/v1.15.1
Browse files Browse the repository at this point in the history
Release for v1.15.1
  • Loading branch information
gouniLee authored Aug 16, 2023
2 parents c702417 + af01b73 commit 37c3894
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.15.1
* Updated fixed loctool and plugins version
* **Fixes in plugins**
* webos-json
* Update to skip the pseudo localization process when the `--nopseudo` option is true. If not, it occurs an error when the pseudo locale is not defined on the project.
~~~
"ilib-loctool-webos-c": "1.7.0",
"ilib-loctool-webos-cpp": "1.7.0",
"ilib-loctool-webos-javascript": "1.10.0",
"ilib-loctool-webos-json": "1.1.1",
"ilib-loctool-webos-json-resource": "1.5.3",
"ilib-loctool-webos-qml": "1.7.0",
"ilib-loctool-webos-ts-resource": "1.5.0",
"loctool": "2.22.0"
~~~

## 1.14.1
* Updated to have a fixed version on the `ilib-loctool-webos-json` plugin.
* All of the plugins must have a fixed version for webOS distribution.
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilib-loctool-webos-dist",
"version": "1.14.1",
"version": "1.15.1",
"description": "Full-featured build environment for webOS localization",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -32,13 +32,13 @@
],
"dependencies": {
"ilib-loctool-webos-appinfo-json": "1.7.0",
"ilib-loctool-webos-c": "1.6.0",
"ilib-loctool-webos-cpp": "1.6.0",
"ilib-loctool-webos-javascript": "1.9.0",
"ilib-loctool-webos-json": "1.0.0",
"ilib-loctool-webos-json-resource": "1.5.2",
"ilib-loctool-webos-qml": "1.6.0",
"ilib-loctool-webos-ts-resource": "1.4.2",
"loctool": "2.21.0"
"ilib-loctool-webos-c": "1.7.0",
"ilib-loctool-webos-cpp": "1.7.0",
"ilib-loctool-webos-javascript": "1.10.0",
"ilib-loctool-webos-json": "1.1.1",
"ilib-loctool-webos-json-resource": "1.5.3",
"ilib-loctool-webos-qml": "1.7.0",
"ilib-loctool-webos-ts-resource": "1.5.0",
"loctool": "2.22.0"
}
}

0 comments on commit 37c3894

Please sign in to comment.