From 0269955c16a7eda26dd669d4d6ab2668304b1c6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 3 Sep 2026 18:37:33 +0000 Subject: [PATCH] Version Packages --- workspaces/theme/.changeset/bui-customization.md | 11 ----------- workspaces/theme/.changeset/quiet-harbor-nudge.md | 5 ----- workspaces/theme/plugins/bui-test/CHANGELOG.md | 11 +++++++++++ workspaces/theme/plugins/bui-test/package.json | 2 +- workspaces/theme/plugins/theme/CHANGELOG.md | 15 +++++++++++++++ workspaces/theme/plugins/theme/package.json | 2 +- 6 files changed, 28 insertions(+), 18 deletions(-) delete mode 100644 workspaces/theme/.changeset/bui-customization.md delete mode 100644 workspaces/theme/.changeset/quiet-harbor-nudge.md diff --git a/workspaces/theme/.changeset/bui-customization.md b/workspaces/theme/.changeset/bui-customization.md deleted file mode 100644 index f08d7a10bdf..00000000000 --- a/workspaces/theme/.changeset/bui-customization.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-theme': minor -'@red-hat-developer-hub/backstage-plugin-bui-test': patch ---- - -feat: allow customers to customize BUI components via app-config (RHIDP-14510) - -Adds two new `app.branding` configuration options: - -- `customCSS`: raw CSS string injected as global styles (use at your own risk) -- `theme.{light|dark}.bui.tokens`: per-theme structured token overrides mapping to BUI CSS custom properties (`--bui-*`), allowing different values for light and dark themes diff --git a/workspaces/theme/.changeset/quiet-harbor-nudge.md b/workspaces/theme/.changeset/quiet-harbor-nudge.md deleted file mode 100644 index a58d213bc4b..00000000000 --- a/workspaces/theme/.changeset/quiet-harbor-nudge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-theme': patch ---- - -Offset Backstage UI dialogs such as Inspect Entity below the global header so their title and close control stay visible. diff --git a/workspaces/theme/plugins/bui-test/CHANGELOG.md b/workspaces/theme/plugins/bui-test/CHANGELOG.md index 3100775d557..ddba8d27585 100644 --- a/workspaces/theme/plugins/bui-test/CHANGELOG.md +++ b/workspaces/theme/plugins/bui-test/CHANGELOG.md @@ -1,5 +1,16 @@ # @red-hat-developer-hub/backstage-plugin-bui-test +## 0.5.1 + +### Patch Changes + +- e8c4cd7: feat: allow customers to customize BUI components via app-config (RHIDP-14510) + + Adds two new `app.branding` configuration options: + + - `customCSS`: raw CSS string injected as global styles (use at your own risk) + - `theme.{light|dark}.bui.tokens`: per-theme structured token overrides mapping to BUI CSS custom properties (`--bui-*`), allowing different values for light and dark themes + ## 0.5.0 ### Minor Changes diff --git a/workspaces/theme/plugins/bui-test/package.json b/workspaces/theme/plugins/bui-test/package.json index d34d5984cb8..50631ef99e8 100644 --- a/workspaces/theme/plugins/bui-test/package.json +++ b/workspaces/theme/plugins/bui-test/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-bui-test", - "version": "0.5.0", + "version": "0.5.1", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/theme/plugins/theme/CHANGELOG.md b/workspaces/theme/plugins/theme/CHANGELOG.md index c6f9de6722a..0b32023e59d 100644 --- a/workspaces/theme/plugins/theme/CHANGELOG.md +++ b/workspaces/theme/plugins/theme/CHANGELOG.md @@ -1,5 +1,20 @@ # @red-hat-developer-hub/backstage-plugin-theme +## 1.2.0 + +### Minor Changes + +- e8c4cd7: feat: allow customers to customize BUI components via app-config (RHIDP-14510) + + Adds two new `app.branding` configuration options: + + - `customCSS`: raw CSS string injected as global styles (use at your own risk) + - `theme.{light|dark}.bui.tokens`: per-theme structured token overrides mapping to BUI CSS custom properties (`--bui-*`), allowing different values for light and dark themes + +### Patch Changes + +- 1a55424: Offset Backstage UI dialogs such as Inspect Entity below the global header so their title and close control stay visible. + ## 1.1.0 ### Minor Changes diff --git a/workspaces/theme/plugins/theme/package.json b/workspaces/theme/plugins/theme/package.json index a37549d268e..a1fdecc6bdc 100644 --- a/workspaces/theme/plugins/theme/package.json +++ b/workspaces/theme/plugins/theme/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-theme", - "version": "1.1.0", + "version": "1.2.0", "description": "Red Hat Developer Hub Theme", "main": "src/index.ts", "types": "src/index.ts",