Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-05-30 13:52:00 +00:00
parent 2eb0fe4f5e
commit a8634a9634
416 changed files with 5649 additions and 215 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/cli
## 0.22.8-next.1
### Patch Changes
- 6816352500a7: Add discovery feature to the onboard cli command.
- Updated dependencies
- @backstage/integration@1.5.0-next.0
- @backstage/errors@1.2.0-next.0
- @backstage/catalog-model@1.4.0-next.0
- @backstage/cli-node@0.1.1-next.0
- @backstage/config-loader@1.3.1-next.1
- @backstage/cli-common@0.1.12
- @backstage/config@1.0.7
- @backstage/eslint-plugin@0.1.3
- @backstage/release-manifests@0.0.9
- @backstage/types@1.0.2
## 0.22.8-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.22.8-next.0",
"version": "0.22.8-next.1",
"publishConfig": {
"access": "public"
},