Version Packages (next)
This commit is contained in:
@@ -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,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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user