Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-02-03 14:24:29 +00:00
parent de8697fb83
commit 1ea737c1e2
195 changed files with 30756 additions and 110 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli-node
## 0.2.18-next.1
### Patch Changes
- 5e3ef57: Added support for the new `peerModules` metadata field in `package.json`. This field allows plugin packages to declare modules that should be installed alongside them for cross-plugin integrations. The field is validated by `backstage-cli repo fix --publish`.
## 0.2.17-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-node",
"version": "0.2.17-next.0",
"version": "0.2.18-next.1",
"description": "Node.js library for Backstage CLIs",
"backstage": {
"role": "node-library"