Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-10-07 15:00:59 +00:00
parent fe7cc7ae30
commit 316d0774b8
62 changed files with 489 additions and 31 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/cli
## 0.34.4-next.3
### Patch Changes
- f2cf564: Removed the script transform cache from the default Jest configuration. The script cache provided a moderate performance boost, but it is incompatible with Jest 30.
- 024645e: Remove unused @octokit modules from cli package
- @octokit/graphql
- @octokit/graphql-schema
- @octokit/oauth-app
- d14ef24: Added automatic detection and support for the Backstage Yarn plugin when generating new packages with `yarn new`. When the plugin is installed, new packages will automatically use `backstage:^` ranges for `@backstage/*` dependencies.
## 0.34.4-next.2
### Patch Changes