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
+6
View File
@@ -1,5 +1,11 @@
# @backstage/errors
## 1.3.1
### Patch Changes
- 8741e5a: Added explicit `name` property to `ServiceUnavailableError` for consistency with all other error classes, making it resilient to minification.
## 1.3.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/errors",
"version": "1.3.1-next.0",
"version": "1.3.1",
"description": "Common utilities for error handling within Backstage",
"backstage": {
"role": "common-library"