From f5b0a5b605baec11e08b1f4603e4d1fe92cefb63 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:03:27 -0700 Subject: [PATCH] Version Packages (#2212) Co-authored-by: github-actions[bot] --- .changeset/brown-grapes-swim.md | 6 ------ .changeset/clean-wombats-run.md | 5 ----- .changeset/fuzzy-cows-drum.md | 5 ----- .changeset/rich-boxes-crash.md | 5 ----- .changeset/swift-icons-stare.md | 8 -------- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 7 files changed, 19 insertions(+), 30 deletions(-) delete mode 100644 .changeset/brown-grapes-swim.md delete mode 100644 .changeset/clean-wombats-run.md delete mode 100644 .changeset/fuzzy-cows-drum.md delete mode 100644 .changeset/rich-boxes-crash.md delete mode 100644 .changeset/swift-icons-stare.md diff --git a/.changeset/brown-grapes-swim.md b/.changeset/brown-grapes-swim.md deleted file mode 100644 index deb6791b9d..0000000000 --- a/.changeset/brown-grapes-swim.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primer/css": patch ---- - -- Adding readonly styles -- Fixing focus background color for inset field diff --git a/.changeset/clean-wombats-run.md b/.changeset/clean-wombats-run.md deleted file mode 100644 index c97ed25bf2..0000000000 --- a/.changeset/clean-wombats-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Remove outline reset of `.SelectMenu-closeButton` diff --git a/.changeset/fuzzy-cows-drum.md b/.changeset/fuzzy-cows-drum.md deleted file mode 100644 index 415e930d6e..0000000000 --- a/.changeset/fuzzy-cows-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Update Marketing Typography (marketing-type.md) diff --git a/.changeset/rich-boxes-crash.md b/.changeset/rich-boxes-crash.md deleted file mode 100644 index 3929187f1e..0000000000 --- a/.changeset/rich-boxes-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -ActionList hide the first divider if there's hidden items in front of it. diff --git a/.changeset/swift-icons-stare.md b/.changeset/swift-icons-stare.md deleted file mode 100644 index f6e8b33682..0000000000 --- a/.changeset/swift-icons-stare.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@primer/css": patch ---- - -Overlay updates for Alpha::Dialog -- Size improvements -- Support buttom and side sheets -- Preliminary animations for sheets diff --git a/CHANGELOG.md b/CHANGELOG.md index 467b63f95a..7be50602ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @primer/css +## 20.4.4 + +### Patch Changes + +- [#2218](https://github.com/primer/css/pull/2218) [`6205337b`](https://github.com/primer/css/commit/6205337b4c871b6ce431c8b211ddb0bbd176946f) Thanks [@langermank](https://github.com/langermank)! - - Adding readonly styles + - Fixing focus background color for inset field + +* [#2211](https://github.com/primer/css/pull/2211) [`8e5f6224`](https://github.com/primer/css/commit/8e5f62244192a8e2a191be7e7ad20d00f4b4bedb) Thanks [@imjohnbo](https://github.com/imjohnbo)! - Remove outline reset of `.SelectMenu-closeButton` + +- [#2220](https://github.com/primer/css/pull/2220) [`1a8e7db5`](https://github.com/primer/css/commit/1a8e7db5f6c7b369fcfb6598df2edc42d0511da7) Thanks [@reeceatkinson](https://github.com/reeceatkinson)! - Update Marketing Typography (marketing-type.md) + +* [#2229](https://github.com/primer/css/pull/2229) [`8a4c0878`](https://github.com/primer/css/commit/8a4c0878857ff65447906bf7d969211f96715197) Thanks [@jonrohan](https://github.com/jonrohan)! - ActionList hide the first divider if there's hidden items in front of it. + +- [#2225](https://github.com/primer/css/pull/2225) [`56ea4ab1`](https://github.com/primer/css/commit/56ea4ab17644ad0d521373f700d551d66217268a) Thanks [@langermank](https://github.com/langermank)! - Overlay updates for Alpha::Dialog + - Size improvements + - Support buttom and side sheets + - Preliminary animations for sheets + ## 20.4.3 ### Patch Changes diff --git a/package.json b/package.json index 6385404887..283640caea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.4.3", + "version": "20.4.4", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",