From 8c532bddc073f0c4507f7210cad0882ebc15564e Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:29:54 +0100 Subject: [PATCH] Version Packages (#2312) Co-authored-by: github-actions[bot] --- .changeset/beige-files-move.md | 5 ----- .changeset/chilled-dragons-sin.md | 5 ----- .changeset/quiet-otters-care.md | 6 ------ .changeset/rude-ears-tie.md | 5 ----- .changeset/strange-buckets-count.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 7 files changed, 15 insertions(+), 27 deletions(-) delete mode 100644 .changeset/beige-files-move.md delete mode 100644 .changeset/chilled-dragons-sin.md delete mode 100644 .changeset/quiet-otters-care.md delete mode 100644 .changeset/rude-ears-tie.md delete mode 100644 .changeset/strange-buckets-count.md diff --git a/.changeset/beige-files-move.md b/.changeset/beige-files-move.md deleted file mode 100644 index 1967d0d41d..0000000000 --- a/.changeset/beige-files-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add upper-roman and upper-alpha list types diff --git a/.changeset/chilled-dragons-sin.md b/.changeset/chilled-dragons-sin.md deleted file mode 100644 index 2d1f26de36..0000000000 --- a/.changeset/chilled-dragons-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Bugfix: Adding `white-space: normal` to Overlay compontn to reset wrapping. diff --git a/.changeset/quiet-otters-care.md b/.changeset/quiet-otters-care.md deleted file mode 100644 index b331b1f7d0..0000000000 --- a/.changeset/quiet-otters-care.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primer/css": patch ---- - -Increase Checkbox/Radio border contrast - diff --git a/.changeset/rude-ears-tie.md b/.changeset/rude-ears-tie.md deleted file mode 100644 index 8e8cf0b0a0..0000000000 --- a/.changeset/rude-ears-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -[Bug] Radio checked + focus state fixes diff --git a/.changeset/strange-buckets-count.md b/.changeset/strange-buckets-count.md deleted file mode 100644 index 01488c489f..0000000000 --- a/.changeset/strange-buckets-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Update dropdown hover selector diff --git a/CHANGELOG.md b/CHANGELOG.md index 68eea0330f..a1cd7bae8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/css +## 20.6.1 + +### Patch Changes + +- [#2305](https://github.com/primer/css/pull/2305) [`12355f87`](https://github.com/primer/css/commit/12355f87ac8955da0707f6be6fa06a936c26b2fd) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Add upper-roman and upper-alpha list types + +- [#2307](https://github.com/primer/css/pull/2307) [`0370244f`](https://github.com/primer/css/commit/0370244f49322863534c62b5b5589128c551ccc7) Thanks [@jonrohan](https://github.com/jonrohan)! - Bugfix: Adding `white-space: normal` to Overlay compontn to reset wrapping. + +- [#2316](https://github.com/primer/css/pull/2316) [`f3acb2b1`](https://github.com/primer/css/commit/f3acb2b116f10955e1ba4f1a35aa874eed019ceb) Thanks [@langermank](https://github.com/langermank)! - Increase Checkbox/Radio border contrast + +- [#2314](https://github.com/primer/css/pull/2314) [`c8100be7`](https://github.com/primer/css/commit/c8100be771634093fe3a4d36481fc43c0d966015) Thanks [@langermank](https://github.com/langermank)! - [Bug] Radio checked + focus state fixes + +- [#2310](https://github.com/primer/css/pull/2310) [`551492eb`](https://github.com/primer/css/commit/551492ebf420b3ea8872e9a101bd874d8b4e8a1d) Thanks [@jdanyow](https://github.com/jdanyow)! - Update dropdown hover selector + ## 20.6.0 ### Minor Changes diff --git a/package.json b/package.json index 618df32bd1..d292ccadea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.6.0", + "version": "20.6.1", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",