changesets: added changeset for factory refactor

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-12 10:21:47 +01:00
parent ce660bfd3d
commit ecbec4ec4c
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -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.
+5
View File
@@ -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.