Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-06-10 14:28:09 +00:00
parent eef0e83a0d
commit f628f44cab
183 changed files with 3264 additions and 91 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/cli
## 0.33.0-next.1
### Minor Changes
- eef0e83: Internal update to promote the modular CLI entrypoint to stable.
### Patch Changes
- d07fe35: Added user feedback when opening config docs in browser. The command now clearly indicates what it's doing and provides fallback instructions if the browser fails to open.
- d6d63c7: Updating the scaffolder action boilerplate to use new `zod` schema
- e36e855: Added `backstage.pluginId` field in `package.json` to all default plugin package templates for the `new` command.
- Updated dependencies
- @backstage/catalog-model@1.7.4
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.13
- @backstage/config@1.3.2
- @backstage/config-loader@1.10.1
- @backstage/errors@1.2.7
- @backstage/eslint-plugin@0.1.10
- @backstage/integration@1.17.0
- @backstage/release-manifests@0.0.13
- @backstage/types@1.2.1
## 0.32.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.32.2-next.0",
"version": "0.33.0-next.1",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"