diff --git a/workspaces/topology/.changeset/short-snails-agree.md b/workspaces/topology/.changeset/short-snails-agree.md deleted file mode 100644 index 64c0ece28..000000000 --- a/workspaces/topology/.changeset/short-snails-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-topology': patch ---- - -Fixed tab button margin, text color, and text background color issues. diff --git a/workspaces/topology/plugins/topology/CHANGELOG.md b/workspaces/topology/plugins/topology/CHANGELOG.md index c820af6ce..e2c45430a 100644 --- a/workspaces/topology/plugins/topology/CHANGELOG.md +++ b/workspaces/topology/plugins/topology/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 1.29.7 + +### Patch Changes + +- 2c07330: Fixed tab button margin, text color, and text background color issues. + ## 1.29.6 ### Patch Changes diff --git a/workspaces/topology/plugins/topology/package.json b/workspaces/topology/plugins/topology/package.json index 4554f341d..21019fb1f 100644 --- a/workspaces/topology/plugins/topology/package.json +++ b/workspaces/topology/plugins/topology/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-topology", - "version": "1.29.6", + "version": "1.29.7", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",