Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-08-25 15:09:39 +00:00
parent a4a517d501
commit 9c441f9a78
75 changed files with 1320 additions and 38 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/cli
## 0.34.1-next.0
### Patch Changes
- 080f252: Fixed the `new-frontend-plugin` template that was incorrectly passing `id` instead of `pluginId` to `createFrontendPlugin` and unnecessarily importing `React`.
- 275bda8: Fixed an issue that could cause conflicts of detected modules in workspaces with multiple apps.
- Updated dependencies
- @backstage/catalog-model@1.7.5
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.14
- @backstage/config@1.3.3
- @backstage/config-loader@1.10.2
- @backstage/errors@1.2.7
- @backstage/eslint-plugin@0.1.11
- @backstage/integration@1.17.1
- @backstage/release-manifests@0.0.13
- @backstage/types@1.2.1
## 0.34.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.34.0",
"version": "0.34.1-next.0",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"