From 9c2b48cf7d529617deddc18f5f222adc03e5b16d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Sep 2026 21:44:12 +0000 Subject: [PATCH] Version Packages --- workspaces/theme/.changeset/bui-customization.md | 11 ----------- .../.changeset/bump-theme-backstage-1.54.6.md | 5 ----- .../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 | 16 ++++++++++++++++ workspaces/theme/plugins/theme/package.json | 2 +- 7 files changed, 29 insertions(+), 23 deletions(-) delete mode 100644 workspaces/theme/.changeset/bui-customization.md delete mode 100644 workspaces/theme/.changeset/bump-theme-backstage-1.54.6.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/bump-theme-backstage-1.54.6.md b/workspaces/theme/.changeset/bump-theme-backstage-1.54.6.md deleted file mode 100644 index dc526d8bc2d..00000000000 --- a/workspaces/theme/.changeset/bump-theme-backstage-1.54.6.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-theme': patch ---- - -Update theme workspace dependencies to Backstage 1.54.6. 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 25644aba0c7..c6520331a3a 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..7dcccf04d59 100644 --- a/workspaces/theme/plugins/theme/CHANGELOG.md +++ b/workspaces/theme/plugins/theme/CHANGELOG.md @@ -1,5 +1,21 @@ # @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 + +- a8731b1: Update theme workspace dependencies to Backstage 1.54.6. +- 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 154c093b79e..9b9bee11189 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",