diff --git a/workspaces/theme/.changeset/gold-scissors-trade.md b/workspaces/theme/.changeset/gold-scissors-trade.md deleted file mode 100644 index 6f492434d..000000000 --- a/workspaces/theme/.changeset/gold-scissors-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-theme': patch ---- - -align disabled tabs background color more with patternfly (5 for now) diff --git a/workspaces/theme/.changeset/moody-camels-design.md b/workspaces/theme/.changeset/moody-camels-design.md deleted file mode 100644 index f8658a571..000000000 --- a/workspaces/theme/.changeset/moody-camels-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-theme': patch ---- - -remove bottom border and vertical padding from vertical tabs diff --git a/workspaces/theme/plugins/theme/CHANGELOG.md b/workspaces/theme/plugins/theme/CHANGELOG.md index 36a8a04a2..4c2143ca6 100644 --- a/workspaces/theme/plugins/theme/CHANGELOG.md +++ b/workspaces/theme/plugins/theme/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-theme +## 0.4.2 + +### Patch Changes + +- 93b7ee8: align disabled tabs background color more with patternfly (5 for now) +- d92dc06: remove bottom border and vertical padding from vertical tabs + ## 0.4.1 ### Patch Changes diff --git a/workspaces/theme/plugins/theme/package.json b/workspaces/theme/plugins/theme/package.json index d2b1be5e2..a778ec83e 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.4.1", + "version": "0.4.2", "description": "Red Hat Developer Hub Theme", "main": "src/index.ts", "types": "src/index.ts",