Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-02-03 14:24:29 +00:00
parent de8697fb83
commit 1ea737c1e2
195 changed files with 30756 additions and 110 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/frontend-app-api
## 0.15.0-next.1
### Minor Changes
- 55b2ef6: **BREAKING**: Updated the behavior of the new API override logic to reject the override and block app startup instead of just logging a deprecation warning.
### Patch Changes
- 09032d7: Internal update to simplify testing utility implementations.
- Updated dependencies
- @backstage/frontend-defaults@0.4.0-next.1
- @backstage/frontend-plugin-api@0.14.0-next.1
## 0.14.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.14.1-next.0",
"version": "0.15.0-next.1",
"backstage": {
"role": "web-library"
},