From da9107852cd4afef9e7c6c2e59ddeb00ee8c362c Mon Sep 17 00:00:00 2001 From: Mahendra Suthar Date: Fri, 16 Aug 2024 01:15:41 +0530 Subject: [PATCH] add changesets for patch update Signed-off-by: Mahendra Suthar --- .changeset/quiet-spies-clean.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/quiet-spies-clean.md diff --git a/.changeset/quiet-spies-clean.md b/.changeset/quiet-spies-clean.md new file mode 100644 index 0000000000..ba277f4021 --- /dev/null +++ b/.changeset/quiet-spies-clean.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-graph': patch +--- + +Fixed a bug in the `CatalogGraphPage` component where, after clicking on some nodes, clicking the back button would break the navigation. This issue caused the entire navigation to fail and behaved differently across various browsers.