Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-01-10 14:18:51 +00:00
parent 73ab535b2d
commit 9521f1274d
329 changed files with 4785 additions and 165 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/cli
## 0.22.1-next.2
### Patch Changes
- 7b407b303b: Slightly improve readability of "base URL conflict" error handling code
- d06a7890c6: Removed unused package `type-fest`
- Updated dependencies
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6-next.0
- @backstage/config-loader@1.1.8-next.0
- @backstage/errors@1.1.4
- @backstage/release-manifests@0.0.8
- @backstage/types@1.0.2
## 0.22.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.22.1-next.1",
"version": "0.22.1-next.2",
"publishConfig": {
"access": "public"
},