From f86aade2ae4ad4bf747c11e4c2e060e4dd1b6aae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 May 2026 13:21:00 +0000 Subject: [PATCH] Version Packages --- workspaces/theme/.changeset/fix-mui-bottom-nav-selected.md | 5 ----- workspaces/theme/plugins/theme/CHANGELOG.md | 6 ++++++ workspaces/theme/plugins/theme/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/theme/.changeset/fix-mui-bottom-nav-selected.md diff --git a/workspaces/theme/.changeset/fix-mui-bottom-nav-selected.md b/workspaces/theme/.changeset/fix-mui-bottom-nav-selected.md deleted file mode 100644 index 98eedcdb3f..0000000000 --- a/workspaces/theme/.changeset/fix-mui-bottom-nav-selected.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-theme': patch ---- - -fix(RHDHBUGS-2291): use `&.Mui-selected` syntax for MuiBottomNavigationAction to resolve CSS specificity console warning diff --git a/workspaces/theme/plugins/theme/CHANGELOG.md b/workspaces/theme/plugins/theme/CHANGELOG.md index f2749fa706..70b66b9d3f 100644 --- a/workspaces/theme/plugins/theme/CHANGELOG.md +++ b/workspaces/theme/plugins/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-theme +## 0.14.7 + +### Patch Changes + +- 4d80582: fix(RHDHBUGS-2291): use `&.Mui-selected` syntax for MuiBottomNavigationAction to resolve CSS specificity console warning + ## 0.14.6 ### Patch Changes diff --git a/workspaces/theme/plugins/theme/package.json b/workspaces/theme/plugins/theme/package.json index c3cbdadec3..058fc4cbc3 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": "0.14.6", + "version": "0.14.7", "description": "Red Hat Developer Hub Theme", "main": "src/index.ts", "types": "src/index.ts",