Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-31 15:30:51 +00:00
parent 292b6431a2
commit a2cb332e25
334 changed files with 3572 additions and 167 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-scaffolder
## 1.36.2-next.1
### Patch Changes
- 864a799: Fix the display of the description in `GitlabRepoPicker`:
- Move `owner.description` helper text outside the `allowedOwners` conditional so it renders for both `Select` and `Autocomplete` modes.
- Update the `Autocomplete` label to use `fields.gitlabRepoPicker.owner.inputTitle` instead of `fields.gitlabRepoPicker.owner.title`.
- a7a14b7: Removed custom `IterableDirectoryHandle` and `WritableFileHandle` types in favor of the standard DOM `FileSystemDirectoryHandle` and `FileSystemFileHandle` types, which are now available through the `DOM.AsyncIterable` lib added to the shared TypeScript configuration.
- Updated dependencies
- @backstage/ui@0.14.0-next.1
- @backstage/plugin-catalog-react@2.1.2-next.1
- @backstage/frontend-plugin-api@0.16.0-next.1
- @backstage/core-components@0.18.9-next.0
- @backstage/core-plugin-api@1.12.5-next.1
- @backstage/plugin-scaffolder-react@1.20.1-next.1
- @backstage/plugin-techdocs-react@1.3.10-next.1
## 1.36.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder",
"version": "1.36.2-next.0",
"version": "1.36.2-next.1",
"description": "The Backstage plugin that helps you create new things",
"backstage": {
"role": "frontend-plugin",