From 2bcb0a0e2b995fe56bf00f87b2d757f1447f8161 Mon Sep 17 00:00:00 2001 From: Michael Haley Date: Fri, 6 May 2022 16:27:58 -0400 Subject: [PATCH] Add changeset Signed-off-by: Michael Haley --- .changeset/rotten-impalas-clap.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/rotten-impalas-clap.md diff --git a/.changeset/rotten-impalas-clap.md b/.changeset/rotten-impalas-clap.md new file mode 100644 index 0000000000..6626a0a0bf --- /dev/null +++ b/.changeset/rotten-impalas-clap.md @@ -0,0 +1,6 @@ +--- +'@backstage/core-components': patch +'@backstage/plugin-catalog': patch +--- + +Sidebar NAV now includes aria-label. Component AboutField now uses h2 variant instead of subtitle2 (font properties unchanged)