Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Mar 13, 2024
2 parents 94428ea + 5dff65c commit b69497a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.1.2 (March 13, 2024)

* Updated docs to cover the latest commands of `enact pack`.

## 6.1.1 (March 5, 2024)

* Updated dependencies.
Expand Down
4 changes: 2 additions & 2 deletions docs/building-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ order: 4
-i, --isomorphic Use isomorphic code layout
(includes prerendering)
-l, --locales Locales for isomorphic mode; one of:
<comma-separated-values> Locale list
<JSON-filepath> - Read locales from JSON file
[comma-separated-values] Locale list
[JSON-filepath] - Read locales from JSON file
"none" - Disable locale-specific handling
"used" - Detect locales used within ./resources/
"tv" - Locales supported on webOS TV
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/cli",
"version": "6.1.1",
"version": "6.1.2",
"description": "Full-featured build environment tool for Enact applications.",
"main": "index.js",
"author": "Jason Robitaille <[email protected]>",
Expand Down

0 comments on commit b69497a

Please sign in to comment.