Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-11-28 13:37:18 +00:00
parent 9c3bf1643c
commit 356906bab8
456 changed files with 6484 additions and 230 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/plugin-scaffolder-react
## 1.6.2-next.1
### Patch Changes
- fa66d1b5b3: Fixed bug in `ReviewState` where `enum` value was displayed in step review instead of the corresponding label when using `enumNames`
- 2aee53bbeb: Add horizontal slider if stepper overflows
- 2b725913c1: Updated dependency `@rjsf/utils` to `5.14.3`.
Updated dependency `@rjsf/core` to `5.14.3`.
Updated dependency `@rjsf/material-ui` to `5.14.3`.
Updated dependency `@rjsf/validator-ajv8` to `5.14.3`.
- a518c5a25b: Updated dependency `@react-hookz/web` to `^23.0.0`.
- Updated dependencies
- @backstage/core-components@0.13.9-next.1
- @backstage/core-plugin-api@1.8.1-next.1
- @backstage/plugin-catalog-react@1.9.2-next.1
- @backstage/catalog-client@1.5.0-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/theme@0.5.0-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-scaffolder-common@1.4.3
## 1.6.2-next.0
### Patch Changes
+1 -1
View File
@@ -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.2-next.0",
"version": "1.6.2-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",