Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-02-07 15:03:45 +00:00
parent ab2eebb78f
commit b2a73c984a
349 changed files with 4825 additions and 175 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/cli
## 0.22.2-next.1
### Patch Changes
- dd8a9afe66: Replaced several monorepo lint rules with new rules from `@backstage/eslint-plugin`. See the [README](https://github.com/import-js/eslint-plugin-import/blob/main/packages/eslint-plugin/README.md) for a full list of rules.
- 90616df9a8: Added an experimental mode for the `package start` command for backend packages. Enabled by setting `EXPERIMENTAL_BACKEND_START`.
- Updated dependencies
- @backstage/eslint-plugin@0.1.0-next.0
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6
- @backstage/config-loader@1.1.8
- @backstage/errors@1.1.4
- @backstage/release-manifests@0.0.8
- @backstage/types@1.0.2
## 0.22.2-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.2-next.0",
"version": "0.22.2-next.1",
"publishConfig": {
"access": "public"
},