Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-06-06 12:59:05 +00:00
parent 0d90bf2641
commit e37573d60e
222 changed files with 2463 additions and 110 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-scaffolder-react
## 1.5.0-next.2
### Patch Changes
- cf34311cdbe1: Extract `ui:*` fields from conditional `then` and `else` schema branches.
- 2ff94da135a4: bump `rjsf` dependencies to 5.7.3
- Updated dependencies
- @backstage/theme@0.4.0-next.1
- @backstage/plugin-catalog-react@1.7.0-next.2
- @backstage/core-components@0.13.2-next.2
- @backstage/core-plugin-api@1.5.2-next.0
## 1.5.0-next.1
### Minor 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.5.0-next.1",
"version": "1.5.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",