Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-03-21 13:38:30 +00:00
parent cc47161fe3
commit 5af2c4f412
359 changed files with 5141 additions and 194 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/cli
## 0.22.6-next.0
### Patch Changes
- b9839d7135c: Fixed backend start command on Windows by removing the use of platform dependent path joins.
- c07c3b7364b: Add `onboard` command. While still in development, this command aims to guide users in setting up their Backstage App.
- Updated dependencies
- @backstage/eslint-plugin@0.1.3-next.0
- @backstage/config@1.0.7
- @backstage/release-manifests@0.0.9
- @backstage/cli-common@0.1.12
- @backstage/config-loader@1.1.9
- @backstage/errors@1.1.5
- @backstage/types@1.0.2
## 0.22.4
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.22.4",
"version": "0.22.6-next.0",
"publishConfig": {
"access": "public"
},