Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-10-07 15:00:59 +00:00
parent fe7cc7ae30
commit 316d0774b8
62 changed files with 489 additions and 31 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/backend-app-api
## 1.2.8-next.1
### Patch Changes
- dd69cf6: Moved up registration of unhandled rejections and errors listeners to be done as early as possible, avoiding flakiness in backend startups and instead always logging these failures rather than sometimes crashing the process.
## 1.2.8-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-app-api",
"version": "1.2.8-next.0",
"version": "1.2.8-next.1",
"description": "Core API used by Backstage backend apps",
"backstage": {
"role": "node-library"