diff --git a/workspaces/theme/.changeset/polite-eggs-care.md b/workspaces/theme/.changeset/polite-eggs-care.md deleted file mode 100644 index b5ea48b286b..00000000000 --- a/workspaces/theme/.changeset/polite-eggs-care.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-theme': patch ---- - -Wrap toggle button items to prevent clipped overflow (RHDHBUGS-3622) - -This is a global `MuiToggleButtonGroup` theme override — it applies to every `ToggleButtonGroup` in RHDH, including those in dynamic plugins. Groups with two items will not wrap in practice, but consumers with wider groups should be aware. diff --git a/workspaces/theme/plugins/theme/CHANGELOG.md b/workspaces/theme/plugins/theme/CHANGELOG.md index 0739f76172a..81ac54951ea 100644 --- a/workspaces/theme/plugins/theme/CHANGELOG.md +++ b/workspaces/theme/plugins/theme/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-theme +## 1.2.2 + +### Patch Changes + +- ef6ab36: Wrap toggle button items to prevent clipped overflow (RHDHBUGS-3622) + + This is a global `MuiToggleButtonGroup` theme override — it applies to every `ToggleButtonGroup` in RHDH, including those in dynamic plugins. Groups with two items will not wrap in practice, but consumers with wider groups should be aware. + ## 1.2.1 ### Patch Changes diff --git a/workspaces/theme/plugins/theme/package.json b/workspaces/theme/plugins/theme/package.json index efdde88b7c4..ed19b455f5e 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.2.1", + "version": "1.2.2", "description": "Red Hat Developer Hub Theme", "main": "src/index.ts", "types": "src/index.ts",