Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/chilly-keys-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/styled-react": patch
---

Move the version to 1.0.1
Copy link

Copilot AI Nov 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changeset description "Move the version to 1.0.1" doesn't explain the actual change from a user's perspective. Consider describing the documentation update instead, such as "Update README to clarify package status" or "Remove pre-1.0 reference from documentation".

Suggested change
Move the version to 1.0.1
Remove pre-1.0 reference from documentation

Copilot uses AI. Check for mistakes.
2 changes: 1 addition & 1 deletion packages/styled-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading