Version Packages

This commit is contained in:
github-actions[bot]
2026-05-19 18:28:24 +00:00
parent 0a44fb3cb8
commit b97fcb0a93
563 changed files with 6223 additions and 1580 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/frontend-app-api
## 0.16.3
### Patch Changes
- f79eaf2: Internal cleanup of routing utilities.
- b6ca666: Invalid feature flag declarations no longer crash the app during bootstrap. They are now reported through the error collector and skipped, letting the rest of the app load normally.
- Updated dependencies
- @backstage/errors@1.3.1
- @backstage/frontend-defaults@0.5.2
- @backstage/frontend-plugin-api@0.17.0
- @backstage/core-plugin-api@1.12.6
- @backstage/filter-predicates@0.1.3
- @backstage/config@1.3.8
- @backstage/core-app-api@1.20.1
## 0.16.3-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.16.3-next.1",
"version": "0.16.3",
"backstage": {
"role": "web-library"
},