Version Packages (next)
This commit is contained in:
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-defaults",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6-next.0",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user