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