Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-10 17:34:12 +00:00
parent 1097f68579
commit ed7c4e3bef
325 changed files with 3870 additions and 162 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli-common
## 0.2.0-next.2
### Patch Changes
- 9361965: Fixed `runCheck` to ignore stdio of the spawned process, preventing unwanted output from leaking to the terminal.
## 0.2.0-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-common",
"version": "0.2.0-next.1",
"version": "0.2.0-next.2",
"description": "Common functionality used by cli, backend, and create-app",
"backstage": {
"role": "node-library"