Version Packages

This commit is contained in:
github-actions[bot]
2025-09-16 13:22:58 +00:00
parent 7a3daf82dd
commit b799a2d07f
444 changed files with 4397 additions and 1032 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/frontend-defaults
## 0.3.1
### Patch Changes
- 6516c3d: The default app now leverages the new error reporting functionality from `@backstage/frontend-app-api`. If there are critical errors during startup, an error screen that shows a summary of all errors will now be shown, rather than leaving the screen blank. Other errors will be logged as warnings in the console.
- Updated dependencies
- @backstage/frontend-plugin-api@0.12.0
- @backstage/plugin-app@0.3.0
- @backstage/core-components@0.18.0
- @backstage/frontend-app-api@0.13.0
## 0.3.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-defaults",
"version": "0.3.1-next.0",
"version": "0.3.1",
"backstage": {
"role": "web-library"
},