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 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.