Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-03 14:16:49 +00:00
parent 8211dc0f70
commit db0d171511
181 changed files with 3284 additions and 92 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/cli-node
## 0.2.19-next.1
### Patch Changes
- 61cb976: Added `toString()` method to `Lockfile` for serializing lockfiles back to string format.
- 3c811bf: Added `hasBackstageYarnPlugin` and `SuccessCache` exports, moved from `@backstage/cli`.
- a9d23c4: Properly support `package.json` `workspaces` field
- Updated dependencies
- @backstage/cli-common@0.2.0-next.1
- @backstage/errors@1.2.7
- @backstage/types@1.2.2
## 0.2.19-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-node",
"version": "0.2.19-next.0",
"version": "0.2.19-next.1",
"description": "Node.js library for Backstage CLIs",
"backstage": {
"role": "node-library"