Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-07-25 11:30:28 +00:00
parent 23347b795f
commit b441642fbe
381 changed files with 5467 additions and 254 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/cli
## 0.22.10-next.0
### Patch Changes
- 3f67cefb4780: Reload the frontend when app config changes
- cebbf8a27f3c: Enable to print the config schema not merged with the `--no-merge` flag
- Updated dependencies
- @backstage/config-loader@1.4.0-next.0
- @backstage/catalog-model@1.4.1
- @backstage/cli-common@0.1.12
- @backstage/cli-node@0.1.2
- @backstage/config@1.0.8
- @backstage/errors@1.2.1
- @backstage/eslint-plugin@0.1.3
- @backstage/integration@1.5.1
- @backstage/release-manifests@0.0.9
- @backstage/types@1.1.0
## 0.22.9
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.22.9",
"version": "0.22.10-next.0",
"publishConfig": {
"access": "public"
},