diff --git a/plugins/topology/CHANGELOG.md b/plugins/topology/CHANGELOG.md index 70d026e411..d95c81fdfc 100644 --- a/plugins/topology/CHANGELOG.md +++ b/plugins/topology/CHANGELOG.md @@ -1,3 +1,11 @@ +## @janus-idp/backstage-plugin-topology [1.17.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology@1.17.3...@janus-idp/backstage-plugin-topology@1.17.4) (2024-01-25) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.6.0 + ## @janus-idp/backstage-plugin-topology [1.17.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology@1.17.2...@janus-idp/backstage-plugin-topology@1.17.3) (2024-01-17) diff --git a/plugins/topology/package.json b/plugins/topology/package.json index eb14667786..3866ef14bf 100644 --- a/plugins/topology/package.json +++ b/plugins/topology/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-topology", - "version": "1.17.3", + "version": "1.17.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -59,7 +59,7 @@ "@backstage/core-app-api": "1.11.0", "@backstage/dev-utils": "1.0.22", "@backstage/test-utils": "1.4.4", - "@janus-idp/cli": "1.5.0", + "@janus-idp/cli": "1.6.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1",