Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-04-23 14:53:09 +00:00
parent ee5173fd5e
commit 46046059b4
306 changed files with 4550 additions and 216 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/cli
## 0.26.5-next.0
### Patch Changes
- fcd3462: Both the target and types library have been bumped from ES2021 to ES2022 in `@backstage/cli/config/tsconfig.json`.
- 0cc5ed3: Add support for `versions:migrate` to do code changes. Can be skipped with `--no-code-changes`
- f97ad04: Add preserveModules to rollup, which allows better async loading and tree-shaking in webpack
- Updated dependencies
- @backstage/catalog-model@1.5.0-next.0
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.5
- @backstage/config@1.2.0
- @backstage/config-loader@1.8.0
- @backstage/errors@1.2.4
- @backstage/eslint-plugin@0.1.7
- @backstage/integration@1.10.0
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.26.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.26.3",
"version": "0.26.5-next.0",
"publishConfig": {
"access": "public"
},