Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-12-12 15:45:17 +00:00
parent 2dcd9ffb7a
commit 3f1192f32f
438 changed files with 6118 additions and 219 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/cli
## 0.25.0-next.3
### Patch Changes
- 219d7f0: Updating template generation for scaffolder module
- bd586a5: Updated dependency `bfj` to `^8.0.0`.
- Updated dependencies
- @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.6.0-next.0
- @backstage/errors@1.2.3
- @backstage/eslint-plugin@0.1.4-next.0
- @backstage/integration@1.8.0-next.1
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.25.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.25.0-next.2",
"version": "0.25.0-next.3",
"publishConfig": {
"access": "public"
},