From 84ca0aef20329ba9d3f6130fdd96fec661042dc8 Mon Sep 17 00:00:00 2001 From: Samuel Stadler Date: Tue, 12 Dec 2023 09:42:01 +0100 Subject: [PATCH] use patch impact for changeset Signed-off-by: Samuel Stadler --- .changeset/metal-students-drive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/metal-students-drive.md b/.changeset/metal-students-drive.md index 5ba8f4ee3d..04f338c64e 100644 --- a/.changeset/metal-students-drive.md +++ b/.changeset/metal-students-drive.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-entity-validation': minor +'@backstage/plugin-entity-validation': patch --- 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.