Version Packages (next)

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
github-actions[bot]
2022-09-13 08:56:36 +00:00
committed by Patrik Oldsberg
parent f4a58d3a36
commit 423e01d903
307 changed files with 6104 additions and 2508 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/backend-plugin-api
## 0.1.2-next.2
### Patch Changes
- 409ed984e8: Service are now scoped to either `'plugin'` or `'root'` scope. Service factories have been updated to provide dependency instances directly rather than factory functions.
- 854ba37357: The `createServiceFactory` method has been updated to return a higher-order factory that can accept options.
- Updated dependencies
- @backstage/config@1.0.2-next.0
- @backstage/plugin-permission-common@0.6.4-next.2
- @backstage/backend-common@0.15.1-next.3
- @backstage/backend-tasks@0.3.5-next.1
## 0.1.2-next.1
### Patch Changes