diff --git a/.changeset/red-meals-help.md b/.changeset/red-meals-help.md deleted file mode 100644 index 91d6825869..0000000000 --- a/.changeset/red-meals-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@janus-idp/cli": patch ---- - -fix(cli): support single packages better. This change fixes an issue in the `package-dynamic-plugins` command that prevents it from running properly in a single plugin project that does not have workspaces. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index be025f049f..bd15cfa92c 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.19.1 + +### Patch Changes + +- 2d73fa1: fix(cli): support single packages better. This change fixes an issue in the `package-dynamic-plugins` command that prevents it from running properly in a single plugin project that does not have workspaces. + ## 1.19.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 7a9eddc197..06db2f0cbb 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.19.0", + "version": "1.19.1", "publishConfig": { "access": "public" },