Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-08-22 11:37:48 +00:00
parent 20def974d5
commit f8c8e8de37
407 changed files with 6036 additions and 258 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/cli
## 0.22.12-next.0
### Patch Changes
- 278d9326eb40: Added the ability to create a plain backend module with the `new` command.
- 71d4368ae5cc: Added support for the `dev/index` entry point for backend plugins and modules.
- Updated dependencies
- @backstage/integration@1.7.0-next.0
- @backstage/config-loader@1.5.0-next.0
- @backstage/catalog-model@1.4.1
- @backstage/cli-common@0.1.12
- @backstage/cli-node@0.1.3
- @backstage/config@1.0.8
- @backstage/errors@1.2.1
- @backstage/eslint-plugin@0.1.3
- @backstage/release-manifests@0.0.9
- @backstage/types@1.1.0
## 0.22.10
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.22.10",
"version": "0.22.12-next.0",
"publishConfig": {
"access": "public"
},