From b7b0466df777ec36b6c112f441cacc79aa10fc1b Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 12 Mar 2024 14:31:34 +0100 Subject: [PATCH] chore: fix changesets Signed-off-by: blam --- .changeset/kind-spies-hunt.md | 7 +++++++ .changeset/three-ears-brake.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changeset/kind-spies-hunt.md diff --git a/.changeset/kind-spies-hunt.md b/.changeset/kind-spies-hunt.md new file mode 100644 index 0000000000..fdffd5f5e0 --- /dev/null +++ b/.changeset/kind-spies-hunt.md @@ -0,0 +1,7 @@ +--- +'@backstage/plugin-azure-devops': patch +'@backstage/plugin-bazaar': patch +'@backstage/plugin-org': patch +--- + +Remove the use of the deprecated `customStyles` for `Avatar` diff --git a/.changeset/three-ears-brake.md b/.changeset/three-ears-brake.md index e3ac0949e1..5e20281eec 100644 --- a/.changeset/three-ears-brake.md +++ b/.changeset/three-ears-brake.md @@ -2,4 +2,4 @@ '@backstage/core-components': patch --- -Move inline styles into classes for `Avatar` component +Deprecate the `customStyles` prop for the `Avatar` component in favour of the `classes` prop.