diff --git a/.changeset/tender-crabs-stay.md b/.changeset/tender-crabs-stay.md index 9b39b17c0f..ac3296ea4e 100644 --- a/.changeset/tender-crabs-stay.md +++ b/.changeset/tender-crabs-stay.md @@ -2,4 +2,4 @@ '@backstage/ui': minor --- -**Breaking** We are upgrading our `Text` component to support all font sizes making the `Heading` component redundant. The new `Text` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the `as` prop to include all possible values. The component also match with the `Link` component. +**Breaking** We are upgrading our `Text` component to support all font sizes making the `Heading` component redundant. The new `Text` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the `as` prop to include all possible values. The `Link` component has also been updated to match the new `Text` component.