Version Packages

This commit is contained in:
github-actions[bot]
2026-01-20 16:40:05 +00:00
parent 4178587bb2
commit 2e902e7b43
327 changed files with 3042 additions and 968 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/frontend-app-api
## 0.14.0
### Minor Changes
- 3bd2a1a: BREAKING: The ability for plugins to override APIs has been restricted to only allow overrides of APIs within the same plugin. For example, a plugin can no longer override any of the core APIs provided by the `app` plugin, this must be done with an `app` module instead.
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.13.3
- @backstage/frontend-defaults@0.3.5
## 0.13.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.13.4-next.0",
"version": "0.14.0",
"backstage": {
"role": "web-library"
},