Version Packages

This commit is contained in:
github-actions[bot]
2024-04-16 12:20:53 +00:00
parent 2f334fd83c
commit 0e48f5a289
649 changed files with 7811 additions and 1878 deletions
+25
View File
@@ -1,5 +1,30 @@
# @backstage/cli
## 0.26.3
### Patch Changes
- c884b9a: Fix the bundle public subpath configuration.
- 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`.
- 6b5ddbe: Fix the backend plugin to use correct plugin id
- 4fecffc: When building the frontend app public assets are now also copied to the public dist directory when in use.
- ed9260f: Added `versions:migrate` command to help move packages to the new `@backstage-community` namespace
- Updated dependencies
- @backstage/eslint-plugin@0.1.7
- @backstage/config-loader@1.8.0
- @backstage/integration@1.10.0
- @backstage/cli-node@0.2.5
- @backstage/catalog-model@1.4.5
- @backstage/cli-common@0.1.13
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.26.3-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.26.3-next.1",
"version": "0.26.3",
"publishConfig": {
"access": "public"
},