diff --git a/.changeset/beige-badgers-perform.md b/.changeset/beige-badgers-perform.md deleted file mode 100644 index 41fe6b8e8a..0000000000 --- a/.changeset/beige-badgers-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Remove `autocheck` + `status-indicator` styles diff --git a/.changeset/perfect-foxes-compete.md b/.changeset/perfect-foxes-compete.md deleted file mode 100644 index 199977a2a5..0000000000 --- a/.changeset/perfect-foxes-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -update default for flex wrap styles diff --git a/.changeset/pink-geese-invite.md b/.changeset/pink-geese-invite.md deleted file mode 100644 index 91f45f57be..0000000000 --- a/.changeset/pink-geese-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fix code block color inside a `
` diff --git a/.changeset/tiny-actors-eat.md b/.changeset/tiny-actors-eat.md deleted file mode 100644 index 9c02576e0c..0000000000 --- a/.changeset/tiny-actors-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/css': patch ---- - -Add responsive `border-radius` story diff --git a/CHANGELOG.md b/CHANGELOG.md index e59bcaa8b6..978020f798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/css +## 20.8.3 + +### Patch Changes + +- [#2390](https://github.com/primer/css/pull/2390) [`73ae8ec4`](https://github.com/primer/css/commit/73ae8ec45bc7d92ecfe58226d233176856f7bca9) Thanks [@simurai](https://github.com/simurai)! - Remove `autocheck` + `status-indicator` styles + +- [#2388](https://github.com/primer/css/pull/2388) [`3ceb1964`](https://github.com/primer/css/commit/3ceb19648b651f2a5b2f571d066aa895af8f443e) Thanks [@arelia](https://github.com/arelia)! - update default for flex wrap styles + +- [#2378](https://github.com/primer/css/pull/2378) [`55f35e1d`](https://github.com/primer/css/commit/55f35e1d0fc9a441f14f29b61ac5fbefbf3c4884) Thanks [@simurai](https://github.com/simurai)! - Fix code block color inside a `
` + +- [#2386](https://github.com/primer/css/pull/2386) [`1b53e23e`](https://github.com/primer/css/commit/1b53e23ed39fc2c001b07d810ebe516f2957f325) Thanks [@josepmartins](https://github.com/josepmartins)! - Add responsive `border-radius` story + ## 20.8.2 ### Patch Changes diff --git a/package.json b/package.json index 1ba6b6183f..7724945f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.8.2", + "version": "20.8.3", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",