From 4afbb38bc70fdf9b99de507e756c12d877483719 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Fri, 19 Aug 2022 09:03:08 -0700 Subject: [PATCH] Version Packages (#2203) Co-authored-by: github-actions[bot] --- .changeset/cuddly-months-greet.md | 5 ----- .changeset/silent-crews-pay.md | 5 ----- .changeset/spicy-numbers-invent.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/cuddly-months-greet.md delete mode 100644 .changeset/silent-crews-pay.md delete mode 100644 .changeset/spicy-numbers-invent.md diff --git a/.changeset/cuddly-months-greet.md b/.changeset/cuddly-months-greet.md deleted file mode 100644 index 1dfa30a1d1..0000000000 --- a/.changeset/cuddly-months-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Moving segmented_control.css to primer_view_components diff --git a/.changeset/silent-crews-pay.md b/.changeset/silent-crews-pay.md deleted file mode 100644 index 1a2ec8eef1..0000000000 --- a/.changeset/silent-crews-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Rename SegmentedControl--iconOnly-whenNarrow to SegmentedControl-button--iconOnly-whenNarrow and place on button diff --git a/.changeset/spicy-numbers-invent.md b/.changeset/spicy-numbers-invent.md deleted file mode 100644 index 2e191da48b..0000000000 --- a/.changeset/spicy-numbers-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Bump @primer/gatsby-theme-doctocat from 3.1.1 to 4.0.0 in /docs diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ec38999d..467b63f95a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/css +## 20.4.3 + +### Patch Changes + +- [#2208](https://github.com/primer/css/pull/2208) [`83e43486`](https://github.com/primer/css/commit/83e43486d83350b331953f3c3be450ee79eaa783) Thanks [@jonrohan](https://github.com/jonrohan)! - Moving segmented_control.css to primer_view_components + +* [#2202](https://github.com/primer/css/pull/2202) [`b74e78b2`](https://github.com/primer/css/commit/b74e78b2539925956ec19aa3efbf2410dc1167e0) Thanks [@jonrohan](https://github.com/jonrohan)! - Rename SegmentedControl--iconOnly-whenNarrow to SegmentedControl-button--iconOnly-whenNarrow and place on button + +- [#2191](https://github.com/primer/css/pull/2191) [`e175f69d`](https://github.com/primer/css/commit/e175f69dd87fb3b54f46130dbdae18b75e9263ad) Thanks [@josepmartins](https://github.com/josepmartins)! - Bump @primer/gatsby-theme-doctocat from 3.1.1 to 4.0.0 in /docs + ## 20.4.2 ### Patch Changes diff --git a/package.json b/package.json index 25779701f4..6385404887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.4.2", + "version": "20.4.3", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",