Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-10 17:34:12 +00:00
parent 1097f68579
commit ed7c4e3bef
325 changed files with 3870 additions and 162 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/frontend-app-api
## 0.16.0-next.1
### Minor Changes
- 92af1ae: **BREAKING**: Removed the `allowUnknownExtensionConfig` option from `createSpecializedApp`. This flag had no effect and was a no-op, so no behavioral changes are expected.
### Patch Changes
- 0452d02: Add optional `description` field to plugin-level feature flags.
- dab6c46: Added the `ExtensionFactoryMiddleware` type as a public export.
- Updated dependencies
- @backstage/core-app-api@1.19.6-next.1
- @backstage/frontend-plugin-api@0.15.0-next.1
- @backstage/core-plugin-api@1.12.4-next.1
- @backstage/frontend-defaults@0.5.0-next.1
## 0.15.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.15.1-next.0",
"version": "0.16.0-next.1",
"backstage": {
"role": "web-library"
},