1
1
mirror of https://github.com/primer/css.git synced 2024-12-28 00:24:36 +03:00

Version Packages (#1891)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
GitHub Design Systems Bot 2022-02-01 21:10:42 -08:00 committed by GitHub
parent f02d9a3e4e
commit 670149dc8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 23 additions and 41 deletions

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Patch: Fix ActionList--divided for label with inline description scenarios

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Upgrading @primer/stylelint-config@12.3.0 and fixing violations

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Reduce size of `Label--inline`

View File

@ -1,5 +0,0 @@
---
"@primer/css": minor
---
Add mono font stack to <samp> tag

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Adds --color-accent-emphasis and --color-fg-on-emphasis rules for Windows High Contrast Mode

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Fix layout gutter none styles

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Make `pagination` responsive by default

View File

@ -1,5 +0,0 @@
---
"@primer/css": minor
---
Add blankslate classes to replace utilities

View File

@ -1,5 +1,27 @@
# @primer/css
## 19.3.0
### Minor Changes
- [#1876](https://github.com/primer/css/pull/1876) [`bcf447ab`](https://github.com/primer/css/commit/bcf447ab226e6043dd47c1fcc395ba104af866d4) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Add mono font stack to <samp> tag
* [#1919](https://github.com/primer/css/pull/1919) [`21085f5c`](https://github.com/primer/css/commit/21085f5c6cc538b5014a47de76642554a4291cc6) Thanks [@hectahertz](https://github.com/hectahertz)! - Add blankslate classes to replace utilities
### Patch Changes
- [#1892](https://github.com/primer/css/pull/1892) [`55bd498b`](https://github.com/primer/css/commit/55bd498b7357e86659ac574f0f745f7b420fb6d3) Thanks [@langermank](https://github.com/langermank)! - Patch: Fix ActionList--divided for label with inline description scenarios
* [#1906](https://github.com/primer/css/pull/1906) [`f02d9a3e`](https://github.com/primer/css/commit/f02d9a3e4e86c2659a9f507995bcb90c5226e34e) Thanks [@jonrohan](https://github.com/jonrohan)! - Upgrading @primer/stylelint-config@12.3.0 and fixing violations
- [#1908](https://github.com/primer/css/pull/1908) [`84581e96`](https://github.com/primer/css/commit/84581e96aee50ff3883907dfe1069701edd1c24a) Thanks [@simurai](https://github.com/simurai)! - Reduce size of `Label--inline`
* [#1890](https://github.com/primer/css/pull/1890) [`74d0438b`](https://github.com/primer/css/commit/74d0438bd4dbaed447b553c5d3c8b945da282836) Thanks [@andrialexandrou](https://github.com/andrialexandrou)! - Adds --color-accent-emphasis and --color-fg-on-emphasis rules for Windows High Contrast Mode
- [#1882](https://github.com/primer/css/pull/1882) [`4a06aba1`](https://github.com/primer/css/commit/4a06aba1d3f80bcc228ff4360d0e02d5ace158ff) Thanks [@tqwewe](https://github.com/tqwewe)! - Fix layout gutter none styles
* [#1894](https://github.com/primer/css/pull/1894) [`d1adf595`](https://github.com/primer/css/commit/d1adf595308afb97f83c5ca172222944189a5961) Thanks [@simurai](https://github.com/simurai)! - Make `pagination` responsive by default
## 19.2.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@primer/css",
"version": "19.2.0",
"version": "19.3.0",
"description": "The CSS implementation of GitHub's Primer Design System",
"homepage": "https://primer.style/css",
"author": "GitHub, Inc.",