From f824882e7fc2b3ecd7f3a187451e7d66a1e8e213 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Thu, 11 Aug 2022 11:47:36 -0700 Subject: [PATCH] Version Packages (#2181) Co-authored-by: github-actions[bot] --- .changeset/rotten-phones-ring.md | 5 ----- .changeset/smooth-ears-rush.md | 5 ----- .changeset/two-gifts-yawn.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/rotten-phones-ring.md delete mode 100644 .changeset/smooth-ears-rush.md delete mode 100644 .changeset/two-gifts-yawn.md diff --git a/.changeset/rotten-phones-ring.md b/.changeset/rotten-phones-ring.md deleted file mode 100644 index ac66efda72..0000000000 --- a/.changeset/rotten-phones-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fail dist build when for postcss warnings diff --git a/.changeset/smooth-ears-rush.md b/.changeset/smooth-ears-rush.md deleted file mode 100644 index 0baad9f01f..0000000000 --- a/.changeset/smooth-ears-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Adding position relative to SegmentedControl diff --git a/.changeset/two-gifts-yawn.md b/.changeset/two-gifts-yawn.md deleted file mode 100644 index 6757853e83..0000000000 --- a/.changeset/two-gifts-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Updating the SegmentedControl component to role=list and use `ul`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 199309a184..f6ec38999d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/css +## 20.4.2 + +### Patch Changes + +- [#2180](https://github.com/primer/css/pull/2180) [`c71e7df0`](https://github.com/primer/css/commit/c71e7df03b9f6816dd2ce7f3d343f92edbc8cf00) Thanks [@dgreif](https://github.com/dgreif)! - Fail dist build when for postcss warnings + +* [#2194](https://github.com/primer/css/pull/2194) [`5ee33aca`](https://github.com/primer/css/commit/5ee33acac56156eec990e50be0ecdfb370005b8e) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding position relative to SegmentedControl + +- [#2195](https://github.com/primer/css/pull/2195) [`f9e5db5e`](https://github.com/primer/css/commit/f9e5db5e4a01b2b0dae64a4d00d36cfe1df58792) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating the SegmentedControl component to role=list and use `ul`. + ## 20.4.1 ### Patch Changes diff --git a/package.json b/package.json index 66699a53ea..b33d5e7f67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.4.1", + "version": "20.4.2", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",