From e99751315f0cec7ed7d64f51a07aeea416d49bdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Dec 2024 20:02:32 +0000 Subject: [PATCH] chore(release): version packages on main branch --- .changeset/red-meals-help.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/red-meals-help.md 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" },