1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 02:38:32 +03:00

Version Packages (#2257)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
GitHub Design Systems Bot 2022-09-26 12:00:54 -07:00 committed by GitHub
parent c28cdf7eff
commit b5e009778e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 17 deletions

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Remove scrollbar CSS property from Overlay

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Fixing ActionList Item hover focus style

View File

@ -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

View File

@ -1,5 +1,16 @@
# @primer/css
## 20.4.6
### Patch Changes
- [#2266](https://github.com/primer/css/pull/2266) [`c28cdf7e`](https://github.com/primer/css/commit/c28cdf7effbd3bd750585543ff774e1e7c84873a) Thanks [@langermank](https://github.com/langermank)! - Remove scrollbar CSS property from Overlay
* [#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

View File

@ -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.",