Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-04-28 15:53:09 +00:00
parent 07b7490e79
commit 7295193bb6
119 changed files with 5127 additions and 59 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli-node
## 0.3.2-next.1
### Patch Changes
- 357d639: Fixed a bug in `PackageGraph.listChangedPackages` where removed dependencies were not detected during lockfile analysis. The dependency graph from the previous lockfile was not being merged, causing transitive dependency removals to be missed.
## 0.3.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-node",
"version": "0.3.2-next.0",
"version": "0.3.2-next.1",
"description": "Node.js library for Backstage CLIs",
"backstage": {
"role": "node-library"