From 97a0f940e2f03a9859e30418b821b67285b26f45 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 9 Feb 2026 20:28:47 +0100 Subject: [PATCH] Change CLI changeset to patch Signed-off-by: Patrik Oldsberg Co-authored-by: Cursor --- .changeset/css-exports-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/css-exports-support.md b/.changeset/css-exports-support.md index 09da09ffb1..b4e047b367 100644 --- a/.changeset/css-exports-support.md +++ b/.changeset/css-exports-support.md @@ -1,5 +1,5 @@ --- -'@backstage/cli': minor +'@backstage/cli': patch --- Added support for CSS exports in package builds. When a package declares a CSS file in its `exports` field (e.g., `"./styles.css": "./src/styles.css"`), the CLI will automatically bundle it during `backstage-cli package build`, resolving any `@import` statements. The export path is rewritten from `src/` to `dist/` at publish time.