Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-05-23 15:25:13 +00:00
parent c4a77ac680
commit 75a1c93784
371 changed files with 5321 additions and 244 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/cli
## 0.22.8-next.0
### Patch Changes
- 20b7da6f1311: Enforcing MUI v5 specific linting to minimize bundle size.
- Updated dependencies
- @backstage/config-loader@1.3.1-next.0
- @backstage/config@1.0.7
- @backstage/release-manifests@0.0.9
- @backstage/cli-common@0.1.12
- @backstage/cli-node@0.1.0
- @backstage/errors@1.1.5
- @backstage/eslint-plugin@0.1.3
- @backstage/types@1.0.2
## 0.22.7
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.22.7",
"version": "0.22.8-next.0",
"publishConfig": {
"access": "public"
},