Version Packages

This commit is contained in:
github-actions[bot]
2026-04-14 14:57:31 +00:00
parent 9f24941b49
commit 93e643d142
603 changed files with 5867 additions and 1607 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/frontend-app-api
## 0.16.2
### Patch Changes
- 400aa23: Wrapped extension permission authorization in a try/catch to surface errors as `ForwardedError` with a clear message.
- 364d4fe: Added `apis` to `BootstrapSpecializedApp` and `FinalizedSpecializedApp` types.
- Updated dependencies
- @backstage/errors@1.3.0
- @backstage/core-app-api@1.20.0
- @backstage/frontend-plugin-api@0.16.0
- @backstage/filter-predicates@0.1.2
- @backstage/frontend-defaults@0.5.1
- @backstage/config@1.3.7
- @backstage/core-plugin-api@1.12.5
## 0.16.2-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.16.2-next.2",
"version": "0.16.2",
"backstage": {
"role": "web-library"
},