Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-05-07 13:27:02 +00:00
parent 23ba5c17ab
commit d85dd88b3c
174 changed files with 3437 additions and 88 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/cli
## 0.26.5-next.1
### Patch Changes
- 2a6f10d: The `versions:bump` command will no longer exit with a non-zero status if the version bump fails due to forbidden duplicate package installations. It will now also provide more information about how to troubleshoot such an error. The set of forbidden duplicates has also been expanded to include all `@backstage/*-app-api` packages.
- c5d7b40: Allow passing a `--require` argument through to the Node process during `package start`
- cc3c518: Fixed an issue causing the `repo fix` command to set an incorrect `workspace` property using Windows
- 812dff0: Add previously-missing semicolon in file templated by `backstage-cli new --select plugin`.
- Updated dependencies
- @backstage/integration@1.11.0-next.0
## 0.26.5-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.26.5-next.0",
"version": "0.26.5-next.1",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"