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