Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 3185a16

Browse files
chore(release): version packages on release-1.4 branch (#2579)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 318af8b commit 3185a16

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/hungry-turtles-sin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## @janus-idp/cli 1.0.0 (2024-08-06)
22

3+
## 1.18.3
4+
5+
### Patch Changes
6+
7+
- 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.
8+
39
## 1.18.2
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@janus-idp/cli",
33
"description": "CLI for developing Backstage plugins and apps",
4-
"version": "1.18.2",
4+
"version": "1.18.3",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)