Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-12-27 15:22:57 +00:00
parent d6f622dfa1
commit f834622f56
275 changed files with 4280 additions and 203 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/cli
## 0.22.1-next.0
### Patch Changes
- 47c10706df: Fixed an issue where the CLI would fail to function when there was a mix of workspace and non-workspace versions of the same package in `yarn.lock` when using Yarn 3.
- a62a1f9dca: The frontend serve task now filters out allowed package duplicates during its package check, just like `versions:bump` and `versions:check`.
- 7c8a974515: The `repo test`, `repo lint`, and `repo build` commands will now analyze `yarn.lock` for dependency changes when searching for changed packages. This allows you to use the `--since <ref>` flag even if you have `yarn.lock` changes.
- e1b71e142e: Workspace ranges are no longer considered invalid by version commands.
- Updated dependencies
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.5
- @backstage/config-loader@1.1.7
- @backstage/errors@1.1.4
- @backstage/release-manifests@0.0.8
- @backstage/types@1.0.2
## 0.22.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.22.0",
"version": "0.22.1-next.0",
"publishConfig": {
"access": "public"
},