From 46fb49cb9251c63b3db4639737b469286730381c Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Wed, 25 May 2022 15:50:34 -0700 Subject: [PATCH] Version Packages (#2092) Co-authored-by: github-actions[bot] --- .changeset/dirty-mails-stare.md | 5 ----- .changeset/plenty-windows-brush.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/dirty-mails-stare.md delete mode 100644 .changeset/plenty-windows-brush.md diff --git a/.changeset/dirty-mails-stare.md b/.changeset/dirty-mails-stare.md deleted file mode 100644 index c601af0600..0000000000 --- a/.changeset/dirty-mails-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add missing ToggleSwitch--checked styles diff --git a/.changeset/plenty-windows-brush.md b/.changeset/plenty-windows-brush.md deleted file mode 100644 index 534b9bc9e9..0000000000 --- a/.changeset/plenty-windows-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Marketing: Bump font size of large buttons diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e07c8f3ee..5d7f4ed369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/css +## 20.2.1 + +### Patch Changes + +- [#2094](https://github.com/primer/css/pull/2094) [`33f799f1`](https://github.com/primer/css/commit/33f799f13edad2e7434425913a8d445aa27213de) Thanks [@camertron](https://github.com/camertron)! - Add missing ToggleSwitch--checked styles + +* [#2091](https://github.com/primer/css/pull/2091) [`f740d008`](https://github.com/primer/css/commit/f740d00827fa854062f6ce3449ca6745fae9bea8) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Marketing: Bump font size of large buttons + ## 20.2.0 ### Minor Changes diff --git a/package.json b/package.json index a4f6893ac0..6df011c429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.2.0", + "version": "20.2.1", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",