Version Packages

This commit is contained in:
github-actions[bot]
2026-04-14 14:57:31 +00:00
parent 9f24941b49
commit 93e643d142
603 changed files with 5867 additions and 1607 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-scaffolder-common
## 2.1.0
### Minor Changes
- e5fcfcb: Added `scaffolderCatalogModelLayer`, a Template kind model layer with JSON Schema definition, serving as an example of how plugins can declare their own catalog entity kinds.
### Patch Changes
- 3ef6078: Added optional `if` property to `ScaffolderOutputLink` and `ScaffolderOutputText` types, allowing template authors to conditionally include output links and text items.
- Updated dependencies
- @backstage/errors@1.3.0
- @backstage/catalog-model@1.8.0
- @backstage/integration@2.0.1
- @backstage/plugin-permission-common@0.9.8
## 2.0.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-common",
"version": "2.0.1-next.0",
"version": "2.1.0",
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",
"backstage": {
"role": "common-library",