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
+27
View File
@@ -1,5 +1,32 @@
# @backstage/cli
## 0.36.0-next.1
### Minor Changes
- b36a60d: **BREAKING**: The `migrate package-exports` command has been removed. Use `repo fix` instead.
### Patch Changes
- 0d2d0f2: Internal refactor of CLI modularization, moving individual commands to be implemented with cleye.
- 2fcba39: Internal refactor to move shared utilities into their consuming modules, reducing cross-module dependencies.
- c85ac86: Internal refactor to split `loadCliConfig` into separate implementations for the build and config CLI modules, removing a cross-module dependency.
- 61cb976: Migrated internal versioning utilities to use `@backstage/cli-node` instead of a local implementation.
- 825c81d: Internal refactor of CLI command modules.
- a9d23c4: Properly support `package.json` `workspaces` field
- Updated dependencies
- @backstage/cli-common@0.2.0-next.1
- @backstage/cli-node@0.2.19-next.1
- @backstage/module-federation-common@0.1.2-next.0
- @backstage/integration@2.0.0-next.1
- @backstage/catalog-model@1.7.6
- @backstage/config@1.3.6
- @backstage/config-loader@1.10.9-next.0
- @backstage/errors@1.2.7
- @backstage/eslint-plugin@0.2.2-next.0
- @backstage/release-manifests@0.0.13
- @backstage/types@1.2.2
## 0.35.5-next.0
### Patch Changes