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" },