Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-01-27 15:51:11 +00:00
parent 35c5b64344
commit d4b85dddee
387 changed files with 5533 additions and 194 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/frontend-defaults
## 0.3.6-next.0
### Patch Changes
- 17e0eb3: The `API_FACTORY_CONFLICT` error is now treated as a warning and will not prevent the app from starting.
- 122d39c: Completely removed support for the deprecated `app.experimental.packages` configuration. Replace existing usage directly with `app.packages`.
- c38b74d: Dependency update for tests.
- 53b6549: Plugins in the new frontend system now have a `pluginId` field rather than `id` to better align with naming conventions used throughout the frontend and backend systems. The old field is still present but marked as deprecated. All internal code has been updated to prefer `pluginId` while maintaining backward compatibility by falling back to `id` when needed.
- Updated dependencies
- @backstage/frontend-app-api@0.14.1-next.0
- @backstage/core-components@0.18.6-next.0
- @backstage/frontend-plugin-api@0.14.0-next.0
- @backstage/plugin-app@0.4.0-next.0
- @backstage/config@1.3.6
- @backstage/errors@1.2.7
## 0.3.5
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-defaults",
"version": "0.3.5",
"version": "0.3.6-next.0",
"backstage": {
"role": "web-library"
},