Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-10-01 09:20:36 +00:00
parent 8376e12039
commit c42c710982
221 changed files with 3301 additions and 113 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/cli
## 0.28.0-next.1
### Minor Changes
- 55b8b84: **BREAKING**: The Jest configuration defined at `@backstage/cli/config/jest` no longer collects configuration defined in the `"jest"` field from all parent `package.json` files. Instead, it will only read and merge configuration from the `package.json` in the monorepo root if it exists, as well as the target package. In addition, configuration defined in the root `package.json` will now only be merged into each package configuration if it is a valid project-level configuration key.
### Patch Changes
- 03810d2: Remove unknown dependency `diff`
- cebee4f: Added support for a new experimental `EXPERIMENTAL_TRIM_NEXT_ENTRY` flag which removes any `./next` entry points present in packages when building and publishing.
- 55b8b84: The Jest configuration will now search for a `src/setupTests.*` file with any valid script extension, not only `.ts`.
- Updated dependencies
- @backstage/eslint-plugin@0.1.10-next.0
- @backstage/integration@1.15.1-next.0
- @backstage/catalog-model@1.7.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.8
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.1
- @backstage/errors@1.2.4
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.28.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.28.0-next.0",
"version": "0.28.0-next.1",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"