From 899e2c2aaa3f61b01861ee04f7d64452bdaa1cfd Mon Sep 17 00:00:00 2001 From: "taeyoung.hong" Date: Wed, 13 Mar 2024 15:02:45 +0900 Subject: [PATCH 1/2] Update a change log for 6.1.2 --- CHANGELOG.md | 4 ++++ docs/building-apps.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c94a9807..424f1484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/docs/building-apps.md b/docs/building-apps.md index e7be8640..53d6fd00 100644 --- a/docs/building-apps.md +++ b/docs/building-apps.md @@ -15,8 +15,8 @@ order: 4 -i, --isomorphic Use isomorphic code layout (includes prerendering) -l, --locales Locales for isomorphic mode; one of: - Locale list - - 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 From 53156dda294388f16e4e67e0dc10276781f0513b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 13 Mar 2024 19:53:36 +0900 Subject: [PATCH 2/2] Version value updating --- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index aa8c7b9d..a088838d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@enact/cli", - "version": "6.1.1", + "version": "6.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@enact/cli", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "dependencies": { "@babel/plugin-transform-modules-commonjs": "^7.23.3", diff --git a/package.json b/package.json index 443fc65a..4061b24c 100644 --- a/package.json +++ b/package.json @@ -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 ",