Version Packages

This commit is contained in:
github-actions[bot]
2025-07-15 14:26:41 +00:00
parent c167ee9ccd
commit 9a7cae26c9
451 changed files with 4692 additions and 880 deletions
+24
View File
@@ -1,5 +1,29 @@
# @backstage/plugin-scaffolder-react
## 1.18.0
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
### Patch Changes
- 94c11a5: Scroll to the top of the page when navigating between steps in template forms.
- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/plugin-scaffolder-common@1.6.0
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-permission-react@0.4.36
## 1.18.0-next.2
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-react",
"version": "1.18.0-next.2",
"version": "1.18.0",
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
"backstage": {
"role": "web-library",