From 90ccf79eeab94d31db14d2339e13e416f0b1f2c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Dec 2024 19:33:23 +0000 Subject: [PATCH] chore(release): version packages on release-1.4 branch --- .changeset/hungry-turtles-sin.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hungry-turtles-sin.md diff --git a/.changeset/hungry-turtles-sin.md b/.changeset/hungry-turtles-sin.md deleted file mode 100644 index 9a94b4d07c..0000000000 --- a/.changeset/hungry-turtles-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@janus-idp/cli": patch ---- - -fix(cli): adjust embedded module searching. The CLI attempts a require call to detect built embedded packages, this change adjusts the directory this require is attempted from to be at the level of discovered package instead of the dynamic plugin package. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 08a0d0648e..42125848e1 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.3 + +### Patch Changes + +- 318af8b: fix(cli): adjust embedded module searching. The CLI attempts a require call to detect built embedded packages, this change adjusts the directory this require is attempted from to be at the level of discovered package instead of the dynamic plugin package. + ## 1.18.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 27dd6979bd..3bd8545cfa 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.2", + "version": "1.18.3", "publishConfig": { "access": "public" },