Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-04-02 14:11:36 +00:00
parent 99f1146f65
commit 366cf07ad3
475 changed files with 6631 additions and 301 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/cli
## 0.26.3-next.0
### Patch Changes
- e3c213e: Add the deprecation plugin to the default linter setup, switched off.
This allows to disable deprecation warnings for `backstage-cli repo list-deprecations` with inline comments.
- 4946f03: Updated dependency `webpack-dev-server` to `^5.0.0`.
- Updated dependencies
- @backstage/integration@1.10.0-next.0
- @backstage/config-loader@1.8.0-next.0
- @backstage/catalog-model@1.4.5
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.4
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/eslint-plugin@0.1.6
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.26.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.26.2",
"version": "0.26.3-next.0",
"publishConfig": {
"access": "public"
},