From 9b380249ac319013c7116e7d0081cc2ee5bbf886 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Mon, 20 Jun 2022 13:49:32 -0700 Subject: [PATCH] Version Packages (#2096) Co-authored-by: github-actions[bot] --- .changeset/flat-toys-try.md | 5 ----- .changeset/fuzzy-ladybugs-jog.md | 5 ----- .changeset/neat-wasps-whisper.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/flat-toys-try.md delete mode 100644 .changeset/fuzzy-ladybugs-jog.md delete mode 100644 .changeset/neat-wasps-whisper.md diff --git a/.changeset/flat-toys-try.md b/.changeset/flat-toys-try.md deleted file mode 100644 index 56fccfc0bd..0000000000 --- a/.changeset/flat-toys-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -FormControl + Overlay bug fixes diff --git a/.changeset/fuzzy-ladybugs-jog.md b/.changeset/fuzzy-ladybugs-jog.md deleted file mode 100644 index cdd40e25ac..0000000000 --- a/.changeset/fuzzy-ladybugs-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fix preview deploys diff --git a/.changeset/neat-wasps-whisper.md b/.changeset/neat-wasps-whisper.md deleted file mode 100644 index 8078ef9ff6..0000000000 --- a/.changeset/neat-wasps-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Make .form-control elements render as disabled when a parent fieldset is disabled diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f9d21c83..2a5de846c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/css +## 20.2.3 + +### Patch Changes + +- [#2124](https://github.com/primer/css/pull/2124) [`f1b3e55f`](https://github.com/primer/css/commit/f1b3e55f141ddaa5719d223d4670d935bf9d5337) Thanks [@langermank](https://github.com/langermank)! - FormControl + Overlay bug fixes + +* [#2129](https://github.com/primer/css/pull/2129) [`2cc18d03`](https://github.com/primer/css/commit/2cc18d0348dc667961c9374886c8a82e95334d6f) Thanks [@camertron](https://github.com/camertron)! - Fix preview deploys + +- [#2077](https://github.com/primer/css/pull/2077) [`ab078a58`](https://github.com/primer/css/commit/ab078a58c6ebe4118f917bed4c71fbbb56f0634f) Thanks [@mlynam](https://github.com/mlynam)! - Make .form-control elements render as disabled when a parent fieldset is disabled + ## 20.2.2 ### Patch Changes diff --git a/package.json b/package.json index ba1715bb2f..acf5e4bb9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.2.2", + "version": "20.2.3", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",