cli: sync changelog + changeset for 0.71.1 fix

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-10 18:59:14 +01:00
parent 8cdb271bf1
commit 947ae3b40e
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Applied the fix from version `0.15.3` of this package, which is part of the `v0.71.1` release of Backstage.
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli
## 0.15.3
### Patch Changes
- Fixed an issue where the CLI would try and fail to require the `package.json` of other Backstage packages, like `@backstage/dev-utils/package.json`.
## 0.15.2
### Patch Changes