From 2b397fec7825a2e882ce18f5ac65c4f864378c56 Mon Sep 17 00:00:00 2001 From: Timothy Deakin Date: Thu, 14 Mar 2024 18:35:07 +0000 Subject: [PATCH] chore: add changeset Signed-off-by: Timothy Deakin --- .changeset/modern-snails-ring.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/modern-snails-ring.md diff --git a/.changeset/modern-snails-ring.md b/.changeset/modern-snails-ring.md new file mode 100644 index 0000000000..2a00edfb34 --- /dev/null +++ b/.changeset/modern-snails-ring.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-unprocessed-entities': patch +--- + +Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5