changesets: added changeset createServiceFactory update

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-05 14:13:30 +02:00
parent d2c6465a43
commit 854ba37357
2 changed files with 12 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/backend-app-api': patch
'@backstage/backend-defaults': patch
'@backstage/backend-test-utils': patch
---
Updated to support new `ServiceFactory` formats.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-plugin-api': patch
---
The `createServiceFactory` method has been updated to return a higher-order factory that can accept options.