Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-07-29 14:40:44 +00:00
parent 2ecf40daed
commit 531a48848c
334 changed files with 4844 additions and 173 deletions
+29
View File
@@ -1,5 +1,34 @@
# @backstage/plugin-scaffolder-react
## 1.19.0-next.1
### Minor Changes
- 4f99e10: **DEPRECATION**: The following types have been deprecated from this package and moved into `@backstage/plugin-scaffolder-common` and should be imported from there instead.
`Action`, `ListActionsResponse`, `LogEvent`, `ScaffolderApi`, `ScaffolderDryRunOptions`, `ScaffolderDryRunResponse`, `ScaffolderGetIntegrationsListOptions`, `ScaffolderGetIntegrationsListResponse`,
`ScaffolderOutputLink`, `ScaffolderOutputText`, `ScaffolderScaffoldOptions`, `ScaffolderScaffoldResponse`, `ScaffolderStreamLogsOptions`, `ScaffolderTask`, `ScaffolderTaskOutput`, `ScaffolderTaskStatus`,
`ScaffolderUsageExample`, `TemplateFilter`, `TemplateGlobalFunction`, `TemplateGlobalValue`, `TemplateParameterSchema`.
- c08cbc4: Move Scaffolder API to OpenAPI
### Patch Changes
- f2f133c: Internal update to use the new variant of `ApiBlueprint`.
- c4b7c50: Export `FormField` type from `/alpha` in `-react` package, and internal refactor.
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.7.0-next.0
- @backstage/plugin-catalog-react@1.20.0-next.1
- @backstage/frontend-plugin-api@0.11.0-next.0
- @backstage/theme@0.6.8-next.0
- @backstage/catalog-client@1.11.0-next.0
- @backstage/core-components@0.17.5-next.0
- @backstage/catalog-model@1.7.5
- @backstage/core-plugin-api@1.10.9
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-permission-react@0.4.36
## 1.18.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-react",
"version": "1.18.1-next.0",
"version": "1.19.0-next.1",
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
"backstage": {
"role": "web-library",