Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-04-21 15:07:43 +00:00
parent 50a66a9183
commit 1cc86bee1c
423 changed files with 5447 additions and 212 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/errors
## 1.3.1-next.0
### Patch Changes
- 8741e5a: Added explicit `name` property to `ServiceUnavailableError` for consistency with all other error classes, making it resilient to minification.
- Updated dependencies
- @backstage/types@1.2.2
## 1.3.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/errors",
"version": "1.3.0",
"version": "1.3.1-next.0",
"description": "Common utilities for error handling within Backstage",
"backstage": {
"role": "common-library"