From 9d455f69a8de1fca3ad1cee8e218d24f56686528 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Mon, 22 Feb 2021 16:36:57 +0100 Subject: [PATCH] Introduce parameters for namespace, kind, and name to `entityRouteRef` Signed-off-by: Oliver Sand --- .changeset/soft-months-invite.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/soft-months-invite.md diff --git a/.changeset/soft-months-invite.md b/.changeset/soft-months-invite.md new file mode 100644 index 0000000000..a6a20973e9 --- /dev/null +++ b/.changeset/soft-months-invite.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-react': patch +--- + +Introduce parameters for namespace, kind, and name to `entityRouteRef`.