diff --git a/.changeset/fair-seals-fry.md b/.changeset/fair-seals-fry.md new file mode 100644 index 0000000000..09b8970357 --- /dev/null +++ b/.changeset/fair-seals-fry.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-app-api': patch +--- + +Moved over implementation of the root HTTP service from `@backstage/backend-common`, and replaced the `middleware` option with a `configure` callback option. diff --git a/.changeset/kind-badgers-know.md b/.changeset/kind-badgers-know.md new file mode 100644 index 0000000000..e01351cb5e --- /dev/null +++ b/.changeset/kind-badgers-know.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-tasks': patch +--- + +Minor internal refactor to avoid import cycle issue. diff --git a/.changeset/orange-spoons-approve.md b/.changeset/orange-spoons-approve.md new file mode 100644 index 0000000000..96b1eda6fc --- /dev/null +++ b/.changeset/orange-spoons-approve.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-common': patch +--- + +Refactor to rely on `@backstage/backend-app-api` for the implementation of `createServiceBuilder`.