Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-11-05 12:34:28 +00:00
parent 69696f912b
commit 42386c2119
268 changed files with 3779 additions and 133 deletions
+22
View File
@@ -1,5 +1,27 @@
# @backstage/cli
## 0.29.0-next.2
### Minor Changes
- bc47b17: **BREAKING**: Updates ESLint config to ignore all generated source code under `src/**/generated/**/*.ts`.
### Patch Changes
- e19c53c: Fix for the `--link` flag for `package start` to deduplicate `react-router` and `react-router-dom`.
- e565f73: Added support for `.webp` files in the frontend tooling.
- Updated dependencies
- @backstage/catalog-model@1.7.0
- @backstage/cli-common@0.1.15-next.0
- @backstage/cli-node@0.2.10-next.0
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.2-next.0
- @backstage/errors@1.2.4
- @backstage/eslint-plugin@0.1.10
- @backstage/integration@1.15.1
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.29.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.29.0-next.1",
"version": "0.29.0-next.2",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"