Skip to content

Commit e26e48b

Browse files
Version Packages (#9748)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f6dd760 commit e26e48b

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

workspaces/entity-validation/.changeset/fix-entity-validation-null-safety.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/entity-validation/plugins/entity-validation/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @backstage-community/plugin-entity-validation
22

3+
## 0.21.1
4+
5+
### Patch Changes
6+
7+
- 086eec6: Handle missing `kind` and `metadata` without crashing when validating entities. Previously the plugin crashed on entities missing these fields, hiding the underlying validation errors from the user. The plugin now surfaces those errors and labels which field is missing (for example `component:<missing name>`) in the results list.
8+
39
## 0.21.0
410

511
### Minor Changes

workspaces/entity-validation/plugins/entity-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-entity-validation",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"backstage": {
55
"role": "frontend-plugin",
66
"pluginId": "entity-validation",

0 commit comments

Comments
 (0)