From fbcf737960b1e0a6796d1b7d378320ceb735ea1f Mon Sep 17 00:00:00 2001 From: Pavithra Kodmad Date: Fri, 21 Nov 2025 22:32:09 +1100 Subject: [PATCH 1/2] Update README to clarify package usage Clarified the description of the package's purpose and versioning. --- packages/styled-react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/styled-react/README.md b/packages/styled-react/README.md index 4324182dc99..5f1620582cd 100644 --- a/packages/styled-react/README.md +++ b/packages/styled-react/README.md @@ -13,7 +13,7 @@ npm install -S @primer/styled-react ## Usage -This is a pre-1.0 package designed to interop between Primer and existing +This is a package designed to interop between Primer and existing styled-components usage. As a result, expect breaking changes between minor versions as components will be removed when their `sx` usage goes to zero. From 01c8f33702b3a90f90a369c5890166462f2a024f Mon Sep 17 00:00:00 2001 From: Pavithra Kodmad Date: Fri, 21 Nov 2025 22:33:50 +1100 Subject: [PATCH 2/2] Move version to 1.0.1 in changeset --- .changeset/chilly-keys-play.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilly-keys-play.md diff --git a/.changeset/chilly-keys-play.md b/.changeset/chilly-keys-play.md new file mode 100644 index 00000000000..7f091f9dc77 --- /dev/null +++ b/.changeset/chilly-keys-play.md @@ -0,0 +1,5 @@ +--- +"@primer/styled-react": patch +--- + +Move the version to 1.0.1