Version Packages

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
github-actions[bot]
2023-09-19 14:15:46 +00:00
committed by Patrik Oldsberg
parent 2aed4037b0
commit b228d7d9c2
657 changed files with 9248 additions and 2495 deletions
+24
View File
@@ -1,5 +1,29 @@
# @backstage/backend-app-api
## 0.5.3
### Patch Changes
- 154632d8753b: Add support for discovering additional service factories during startup.
- 37a20c7f14aa: Adds include and exclude configuration to feature discovery of backend packages
Adds alpha modules to feature discovery
- cb7fc410ed99: The experimental backend feature discovery now only considers default exports from packages. It no longer filters packages to include based on the package role, except that `'cli'` packages are ignored. However, the `"backstage"` field is still required in `package.json`.
- 3fc64b9e2f8f: Extension points are now tracked via their ID rather than reference, in order to support package duplication.
- 3b30b179cb38: Add support for installing features as package imports, for example `backend.add(import('my-plugin'))`.
- b219d097b3f4: Backend startup will now fail if any circular service dependencies are detected.
- Updated dependencies
- @backstage/backend-tasks@0.5.8
- @backstage/backend-common@0.19.5
- @backstage/plugin-auth-node@0.3.0
- @backstage/config@1.1.0
- @backstage/errors@1.2.2
- @backstage/types@1.1.1
- @backstage/plugin-permission-node@0.7.14
- @backstage/backend-plugin-api@0.6.3
- @backstage/config-loader@1.5.0
- @backstage/cli-common@0.1.12
- @backstage/cli-node@0.1.4
## 0.5.3-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-app-api",
"description": "Core API used by Backstage backend apps",
"version": "0.5.3-next.3",
"version": "0.5.3",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {