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
+9
View File
@@ -1,5 +1,14 @@
# @backstage/cli-node
## 0.3.2
### 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.
- Updated dependencies
- @backstage/errors@1.3.1
- @backstage/cli-common@0.2.2
## 0.3.2-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-node",
"version": "0.3.2-next.1",
"version": "0.3.2",
"description": "Node.js library for Backstage CLIs",
"backstage": {
"role": "node-library"