Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-06-13 19:37:24 +00:00
parent bc51b8b7a0
commit 320ed50274
384 changed files with 5115 additions and 191 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/cli
## 0.22.8-next.2
### Patch Changes
- 75540599124a: Updated example component for a newly scaffolded app.
- Updated dependencies
- @backstage/catalog-model@1.4.0-next.1
- @backstage/cli-common@0.1.12
- @backstage/cli-node@0.1.1-next.0
- @backstage/config@1.0.7
- @backstage/config-loader@1.3.1-next.1
- @backstage/errors@1.2.0-next.0
- @backstage/eslint-plugin@0.1.3
- @backstage/integration@1.5.0-next.0
- @backstage/release-manifests@0.0.9
- @backstage/types@1.0.2
## 0.22.8-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.8-next.1",
"version": "0.22.8-next.2",
"publishConfig": {
"access": "public"
},