diff --git a/workspaces/topology/.changeset/green-bulldogs-grin.md b/workspaces/topology/.changeset/green-bulldogs-grin.md deleted file mode 100644 index 5ca85b7175..0000000000 --- a/workspaces/topology/.changeset/green-bulldogs-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-topology': minor ---- - -Update shared react library @janus-idp/shared-react to version 2.16.0 with newer @kubernetes/client-node@1.0.0-rc7. diff --git a/workspaces/topology/plugins/topology/CHANGELOG.md b/workspaces/topology/plugins/topology/CHANGELOG.md index d0d7260e26..3635fe12e4 100644 --- a/workspaces/topology/plugins/topology/CHANGELOG.md +++ b/workspaces/topology/plugins/topology/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 1.32.0 + +### Minor Changes + +- a7730fc: Update shared react library @janus-idp/shared-react to version 2.16.0 with newer @kubernetes/client-node@1.0.0-rc7. + ## 1.31.0 ### Minor Changes diff --git a/workspaces/topology/plugins/topology/package.json b/workspaces/topology/plugins/topology/package.json index 3501be9a76..f637d399be 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.31.0", + "version": "1.32.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",