Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-11-28 13:37:18 +00:00
parent 9c3bf1643c
commit 356906bab8
456 changed files with 6484 additions and 230 deletions
+25
View File
@@ -1,5 +1,30 @@
# @backstage/cli
## 0.25.0-next.1
### Minor Changes
- 38340678c3: Updates the ESLint config to ignore issues created by generated files in `**/src/generated/**`.
### Patch Changes
- 0ffee55010: Toned down the warning message when git is not found
- c6f3743172: Added a warning when starting a standalone backend plugin that hasn't been updated to the new backend system.
- 3e358b0dff: Added deprecation warning for React Router v6 beta, please make sure you have migrated your apps to use React Router v6 stable as support for the beta version will be removed. See the [migration tutorial](https://backstage.io/docs/tutorials/react-router-stable-migration) for more information.
- 8056425e09: Updated dependency `@typescript-eslint/eslint-plugin` to `6.12.0`.
- 33e96e59e7: Switched the `@typescript-eslint/eslint-plugin` dependency back to using a `^` version range.
- Updated dependencies
- @backstage/eslint-plugin@0.1.4-next.0
- @backstage/integration@1.8.0-next.1
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.0
- @backstage/config@1.1.1
- @backstage/config-loader@1.5.3
- @backstage/errors@1.2.3
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.24.1-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.24.1-next.0",
"version": "0.25.0-next.1",
"publishConfig": {
"access": "public"
},