Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-05-12 18:28:01 +00:00
parent add5d1ace7
commit 42a2f56e61
65 changed files with 939 additions and 32 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/backend-plugin-api
## 1.9.1-next.1
### Patch Changes
- 90b572e: Adds an alpha `TracingService` to provide a unified interface for emitting trace spans across Backstage plugins.
## 1.9.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-plugin-api",
"version": "1.9.1-next.0",
"version": "1.9.1-next.1",
"description": "Core API used by Backstage backend plugins",
"backstage": {
"role": "node-library"