From ecbec4ec4c2069a80e409138a4a6f57ff2c8ce45 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 12 Jan 2023 10:21:47 +0100 Subject: [PATCH] changesets: added changeset for factory refactor Signed-off-by: Patrik Oldsberg --- .changeset/rich-bags-call.md | 8 ++++++++ .changeset/slow-pumas-tap.md | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 .changeset/rich-bags-call.md create mode 100644 .changeset/slow-pumas-tap.md diff --git a/.changeset/rich-bags-call.md b/.changeset/rich-bags-call.md new file mode 100644 index 0000000000..ef9691bf74 --- /dev/null +++ b/.changeset/rich-bags-call.md @@ -0,0 +1,8 @@ +--- +'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch +'@backstage/plugin-scaffolder-backend': patch +'@backstage/backend-app-api': patch +'@backstage/plugin-app-backend': patch +--- + +Internal refactor to match new options pattern in the experimental backend system. diff --git a/.changeset/slow-pumas-tap.md b/.changeset/slow-pumas-tap.md new file mode 100644 index 0000000000..eabcb5fd94 --- /dev/null +++ b/.changeset/slow-pumas-tap.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-plugin-api': minor +--- + +Updated all factory function creators to accept options as a top-level callback rather than extra parameter to the main factory function.