Version Packages (next)
This commit is contained in:
@@ -1,5 +1,31 @@
|
||||
# @backstage/plugin-scaffolder-react
|
||||
|
||||
## 1.6.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e516bf4da8: Step titles in the Stepper are now clickable and redirect the user to the corresponding step, as an alternative to using the back buttons.
|
||||
- aaa6fb3bc9: Minor updates for TypeScript 5.2.2+ compatibility
|
||||
- 6cd12f277b: Updated dependency `@rjsf/utils` to `5.14.1`.
|
||||
Updated dependency `@rjsf/core` to `5.14.1`.
|
||||
Updated dependency `@rjsf/material-ui` to `5.14.1`.
|
||||
Updated dependency `@rjsf/validator-ajv8` to `5.14.1`.
|
||||
- 63c494ef22: Updated dependency `@rjsf/utils` to `5.14.2`.
|
||||
Updated dependency `@rjsf/core` to `5.14.2`.
|
||||
Updated dependency `@rjsf/material-ui` to `5.14.2`.
|
||||
Updated dependency `@rjsf/validator-ajv8` to `5.14.2`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.8.1-next.0
|
||||
- @backstage/plugin-catalog-react@1.9.2-next.0
|
||||
- @backstage/core-components@0.13.9-next.0
|
||||
- @backstage/theme@0.5.0-next.0
|
||||
- @backstage/catalog-client@1.4.6
|
||||
- @backstage/catalog-model@1.4.3
|
||||
- @backstage/errors@1.2.3
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/version-bridge@1.0.7
|
||||
- @backstage/plugin-scaffolder-common@1.4.3
|
||||
|
||||
## 1.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-react",
|
||||
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.2-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user