diff --git a/workspaces/nomad/.changeset/perfect-birds-fly.md b/workspaces/nomad/.changeset/perfect-birds-fly.md deleted file mode 100644 index 09b3435316..0000000000 --- a/workspaces/nomad/.changeset/perfect-birds-fly.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@backstage-community/plugin-nomad-backend': patch ---- - -Removed usages and references of `@backstage/backend-common` - -Deprecated `createRouter` and its router options in favour of the new backend system. diff --git a/workspaces/nomad/plugins/nomad-backend/CHANGELOG.md b/workspaces/nomad/plugins/nomad-backend/CHANGELOG.md index 154b5f7e28..8464468b51 100644 --- a/workspaces/nomad/plugins/nomad-backend/CHANGELOG.md +++ b/workspaces/nomad/plugins/nomad-backend/CHANGELOG.md @@ -1,5 +1,13 @@ # @backstage-community/plugin-nomad-backend +## 0.1.26 + +### Patch Changes + +- 75644d9: Removed usages and references of `@backstage/backend-common` + + Deprecated `createRouter` and its router options in favour of the new backend system. + ## 0.1.25 ### Patch Changes diff --git a/workspaces/nomad/plugins/nomad-backend/package.json b/workspaces/nomad/plugins/nomad-backend/package.json index 2f12c15521..195cbf3910 100644 --- a/workspaces/nomad/plugins/nomad-backend/package.json +++ b/workspaces/nomad/plugins/nomad-backend/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-nomad-backend", - "version": "0.1.25", + "version": "0.1.26", "backstage": { "role": "backend-plugin", "pluginId": "nomad",