diff --git a/.changeset/rich-crews-provide.md b/.changeset/rich-crews-provide.md deleted file mode 100644 index 1742972d2b..0000000000 --- a/.changeset/rich-crews-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@janus-idp/cli": patch ---- - -fix(cli): redirect install output. This change updates the CLI so that stdout of the `yarn install` command is redirected to a file. This prevents a possible buffer overflow error that can occur but also gives the added benefit of making the install output available for troubleshooting should a dynamic plugin fail to export. On successful installation and plugin validation the yarn install log file will be removed. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 42125848e1..5885c2bb44 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ ## @janus-idp/cli 1.0.0 (2024-08-06) +## 1.18.4 + +### Patch Changes + +- 2bc9e4f: fix(cli): redirect install output. This change updates the CLI so that stdout of the `yarn install` command is redirected to a file. This prevents a possible buffer overflow error that can occur but also gives the added benefit of making the install output available for troubleshooting should a dynamic plugin fail to export. On successful installation and plugin validation the yarn install log file will be removed. + ## 1.18.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3bd8545cfa..47f18e5dcb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/cli", "description": "CLI for developing Backstage plugins and apps", - "version": "1.18.3", + "version": "1.18.4", "publishConfig": { "access": "public" },