From 9a310e6811f75e23c9f8638cb5d250f075bc9221 Mon Sep 17 00:00:00 2001 From: Lo Kim Date: Fri, 27 Jan 2023 10:20:24 -0500 Subject: [PATCH 1/2] [polaris.shopify.com] Remove beta status from `Text` --- polaris.shopify.com/content/components/text.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/polaris.shopify.com/content/components/text.md b/polaris.shopify.com/content/components/text.md index 1b716f66953..6d21074ec8b 100644 --- a/polaris.shopify.com/content/components/text.md +++ b/polaris.shopify.com/content/components/text.md @@ -19,9 +19,6 @@ keywords: - semibold - bold - list -status: - value: Beta - message: This component is in development. There could be breaking changes made to it in a non-major release of Polaris. Please use with caution. examples: - fileName: text-heading.tsx title: Heading From e7c5221e5ae7cd9cdd8fa71e19b23e410de922af Mon Sep 17 00:00:00 2001 From: Lo Kim Date: Fri, 27 Jan 2023 10:21:46 -0500 Subject: [PATCH 2/2] Add changeset --- .changeset/nasty-suns-hang.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/nasty-suns-hang.md diff --git a/.changeset/nasty-suns-hang.md b/.changeset/nasty-suns-hang.md new file mode 100644 index 00000000000..1e6a0d0f28d --- /dev/null +++ b/.changeset/nasty-suns-hang.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': patch +--- + +Removed beta status from `Text`