diff --git a/workspaces/topology/.changeset/mean-bananas-talk.md b/workspaces/topology/.changeset/mean-bananas-talk.md deleted file mode 100644 index 7f6bf47714..0000000000 --- a/workspaces/topology/.changeset/mean-bananas-talk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@backstage-community/plugin-topology-common': patch -'@backstage-community/plugin-topology': patch ---- - -The `topology` and `topology-common` plugins from the [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins) repository were migrated to the community plugins. The migration was performed by following the manual migration steps outlined in the [Community Plugins CONTRIBUTING guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md#migrating-a-plugin) diff --git a/workspaces/topology/packages/app/CHANGELOG.md b/workspaces/topology/packages/app/CHANGELOG.md new file mode 100644 index 0000000000..e359252234 --- /dev/null +++ b/workspaces/topology/packages/app/CHANGELOG.md @@ -0,0 +1,8 @@ +# app + +## 0.0.1 + +### Patch Changes + +- Updated dependencies [5dd7d77] + - @backstage-community/plugin-topology@1.28.3 diff --git a/workspaces/topology/packages/app/package.json b/workspaces/topology/packages/app/package.json index 0fc36c34a0..15c441359e 100644 --- a/workspaces/topology/packages/app/package.json +++ b/workspaces/topology/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "0.0.0", + "version": "0.0.1", "private": true, "bundled": true, "backstage": { diff --git a/workspaces/topology/plugins/topology-common/CHANGELOG.md b/workspaces/topology/plugins/topology-common/CHANGELOG.md index 943ad07d44..c703b2fb63 100644 --- a/workspaces/topology/plugins/topology-common/CHANGELOG.md +++ b/workspaces/topology/plugins/topology-common/CHANGELOG.md @@ -1,5 +1,11 @@ ## @janus-idp/backstage-plugin-topology-common [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology-common@1.2.2...@janus-idp/backstage-plugin-topology-common@1.3.0) (2024-07-26) +## 1.4.1 + +### Patch Changes + +- 5dd7d77: The `topology` and `topology-common` plugins from the [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins) repository were migrated to the community plugins. The migration was performed by following the manual migration steps outlined in the [Community Plugins CONTRIBUTING guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md#migrating-a-plugin) + ### Features - **deps:** update to backstage 1.29 ([#1900](https://github.com/janus-idp/backstage-plugins/issues/1900)) ([f53677f](https://github.com/janus-idp/backstage-plugins/commit/f53677fb02d6df43a9de98c43a9f101a6db76802)) diff --git a/workspaces/topology/plugins/topology-common/package.json b/workspaces/topology/plugins/topology-common/package.json index 007272614d..e4358d390b 100644 --- a/workspaces/topology/plugins/topology-common/package.json +++ b/workspaces/topology/plugins/topology-common/package.json @@ -1,7 +1,7 @@ { "name": "@backstage-community/plugin-topology-common", "description": "Common functionalities for the topology plugin", - "version": "1.4.0", + "version": "1.4.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/topology/plugins/topology/CHANGELOG.md b/workspaces/topology/plugins/topology/CHANGELOG.md index e7f2cdd7fa..c1979fe426 100644 --- a/workspaces/topology/plugins/topology/CHANGELOG.md +++ b/workspaces/topology/plugins/topology/CHANGELOG.md @@ -1,5 +1,14 @@ ### Dependencies +## 1.28.3 + +### Patch Changes + +- 5dd7d77: The `topology` and `topology-common` plugins from the [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins) repository were migrated to the community plugins. The migration was performed by following the manual migration steps outlined in the [Community Plugins CONTRIBUTING guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md#migrating-a-plugin) +- Updated dependencies [5dd7d77] + + - @backstage-community/plugin-topology-common@1.4.1 + - **@janus-idp/cli:** upgraded to 1.15.1 ### Dependencies diff --git a/workspaces/topology/plugins/topology/package.json b/workspaces/topology/plugins/topology/package.json index b045a7da97..a4d4df47ed 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.28.2", + "version": "1.28.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",