Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-01-23 13:57:50 +00:00
parent b5f81613b1
commit 185d5ea0b0
416 changed files with 6324 additions and 220 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-entity-validation
## 0.1.15-next.0
### Patch Changes
- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
- 1f70e46: Improves UX of the EntityValidationPage: Moves the validate button below the EntityTextArea which is actually validated, the location TextField can now be hidden to prevent confusion about what is validated and additional content can be added to the top of the validation page.
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.20
## 0.1.14
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-entity-validation",
"version": "0.1.14",
"version": "0.1.15-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",