From ecd602e1fc77b7c556493eac1e98010f6c5a415e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Sep 2022 17:43:16 +0000 Subject: [PATCH] Version Packages --- .changeset/plenty-papayas-reflect.md | 5 ----- .changeset/stale-drinks-arrive.md | 6 ------ CHANGELOG.md | 9 +++++++++ package.json | 2 +- 4 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changeset/plenty-papayas-reflect.md delete mode 100644 .changeset/stale-drinks-arrive.md diff --git a/.changeset/plenty-papayas-reflect.md b/.changeset/plenty-papayas-reflect.md deleted file mode 100644 index 74e844f9f3..0000000000 --- a/.changeset/plenty-papayas-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fixing ActionList Item hover focus style diff --git a/.changeset/stale-drinks-arrive.md b/.changeset/stale-drinks-arrive.md deleted file mode 100644 index 07c3c2f114..0000000000 --- a/.changeset/stale-drinks-arrive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primer/css": patch ---- - -Increase specificy for Overlay styles as they relate to the backdrop and positioning options -- If a Dialog opens a second Dialog, each Dialog properties should be contained to its own scope diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ded4624c..9682be1c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @primer/css +## 20.4.6 + +### Patch Changes + +- [#2255](https://github.com/primer/css/pull/2255) [`1a9a6689`](https://github.com/primer/css/commit/1a9a668931c51cb4ca0867173af78f1e18d2662d) Thanks [@jdrush89](https://github.com/jdrush89)! - Fixing ActionList Item hover focus style + +* [#2249](https://github.com/primer/css/pull/2249) [`81083778`](https://github.com/primer/css/commit/81083778a73c1d1f0f37b4efefe5359926ce4269) Thanks [@koddsson](https://github.com/koddsson)! - Increase specificy for Overlay styles as they relate to the backdrop and positioning options + - If a Dialog opens a second Dialog, each Dialog properties should be contained to its own scope + ## 20.4.5 ### Patch Changes diff --git a/package.json b/package.json index dc6f69deda..5d2c8cff7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.4.5", + "version": "20.4.6", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",