Version Packages (next)
This commit is contained in:
@@ -1,5 +1,26 @@
|
||||
# @backstage/plugin-scaffolder
|
||||
|
||||
## 1.12.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0d61fcca9c3: Update `EntityPicker` to use the fully qualified entity ref instead of the humanized version.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 65454876fb2: Minor API report tweaks
|
||||
- 3c96e77b513: Make scaffolder adhere to page themes by using page `fontColor` consistently. If your theme overwrites template list or card headers, review those styles.
|
||||
- 0aae4596296: Fix the scaffolder validator for arrays when the item is a field in the object
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.5-next.2
|
||||
- @backstage/plugin-scaffolder-react@1.2.0-next.2
|
||||
- @backstage/plugin-catalog-react@1.4.0-next.2
|
||||
- @backstage/core-plugin-api@1.5.0-next.2
|
||||
- @backstage/integration-react@1.1.11-next.2
|
||||
- @backstage/plugin-permission-react@0.4.11-next.2
|
||||
- @backstage/config@1.0.7-next.0
|
||||
- @backstage/integration@1.4.3-next.0
|
||||
|
||||
## 1.12.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder",
|
||||
"description": "The Backstage plugin that helps you create new things",
|
||||
"version": "1.12.0-next.1",
|
||||
"version": "1.12.0-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user