diff --git a/.changeset/friendly-peaches-knock.md b/.changeset/friendly-peaches-knock.md deleted file mode 100644 index ef3513673f..0000000000 --- a/.changeset/friendly-peaches-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Bug: ActionList-item disabled state diff --git a/.changeset/gold-knives-cover.md b/.changeset/gold-knives-cover.md deleted file mode 100644 index 00ee9d7527..0000000000 --- a/.changeset/gold-knives-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add link to source code in Timeline's doc diff --git a/.changeset/neat-sloths-march.md b/.changeset/neat-sloths-march.md deleted file mode 100644 index 9d65b65396..0000000000 --- a/.changeset/neat-sloths-march.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/css": patch ---- - -- Updates stories to reflect markup for Rails -- Clean up FormControl classes -- Add Radio and Checkbox custom styles diff --git a/.changeset/stale-penguins-teach.md b/.changeset/stale-penguins-teach.md deleted file mode 100644 index 939c593e72..0000000000 --- a/.changeset/stale-penguins-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -docs: update deployment location of docs diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5de846c7..d2b2b0d7be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/css +## 20.2.4 + +### Patch Changes + +- [#2136](https://github.com/primer/css/pull/2136) [`89846844`](https://github.com/primer/css/commit/8984684470dc2e6cc69e7c80e4ce4a0e70e57eb3) Thanks [@langermank](https://github.com/langermank)! - Bug: ActionList-item disabled state + +* [#2130](https://github.com/primer/css/pull/2130) [`544fb277`](https://github.com/primer/css/commit/544fb2773dbadd934a34232637970946de3c536d) Thanks [@renbaoshuo](https://github.com/renbaoshuo)! - Add link to source code in Timeline's doc + +- [#2114](https://github.com/primer/css/pull/2114) [`facb9682`](https://github.com/primer/css/commit/facb96823a344369afdace1365dda38bb5312f2b) Thanks [@langermank](https://github.com/langermank)! - - Updates stories to reflect markup for Rails + - Clean up FormControl classes + - Add Radio and Checkbox custom styles + +* [#2132](https://github.com/primer/css/pull/2132) [`c898103e`](https://github.com/primer/css/commit/c898103e0e942b7ab07f43b83496f019163458f1) Thanks [@vzrenggamani](https://github.com/vzrenggamani)! - docs: update deployment location of docs + ## 20.2.3 ### Patch Changes diff --git a/package.json b/package.json index aee7e6ec26..8d66259893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.2.3", + "version": "20.2.4", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",