Version Packages

This commit is contained in:
github-actions[bot]
2026-01-20 16:40:05 +00:00
parent 4178587bb2
commit 2e902e7b43
327 changed files with 3042 additions and 968 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/cli
## 0.35.2
### Patch Changes
- 320c6a9: Bump `@swc/core` to support `ES2023` and `ES2024`
- c0d7bf6: Added `--include` and `--format` options to `backstage-cli info` command for including additional packages via glob patterns and outputting as JSON or Text.
- f6a5d2f: Fixed CSS module class name collisions when running multiple versions of packages simultaneously by using content-based hashing for class name generation.
- 140cbc2: Added `@backstage/backend-test-utils` to backend package templates.
- 4eeba9e: Upgrade `zod-validation-error` to version 4
- 9ee5996: Bump minimum required `@swc/core` to avoid transpilation bug
- Updated dependencies
- @backstage/cli-common@0.1.17
- @backstage/integration@1.19.2
## 0.35.2-next.1
### Patch Changes