1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 03:10:10 +03:00

Version Packages (#1986)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
GitHub Design Systems Bot 2022-03-17 22:38:42 -07:00 committed by GitHub
parent f544ef8574
commit 1938596897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 16 deletions

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Fix color-fg utilities in links

View File

@ -1,5 +0,0 @@
---
"@primer/css": minor
---
Make `pane` an optional region for PageLayout component

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Adding .color-bg-transparent utility class

View File

@ -1,5 +1,17 @@
# @primer/css
## 19.6.0
### Minor Changes
- [#1989](https://github.com/primer/css/pull/1989) [`f544ef85`](https://github.com/primer/css/commit/f544ef8574a4d6e12cccf94d534ad66df3e9249a) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Make `pane` an optional region for PageLayout component
### Patch Changes
- [#1988](https://github.com/primer/css/pull/1988) [`e3443f1a`](https://github.com/primer/css/commit/e3443f1a69ba5a23d3e3804bf4e22d384783c443) Thanks [@simurai](https://github.com/simurai)! - Fix color-fg utilities in links
* [#1985](https://github.com/primer/css/pull/1985) [`c2bd6bc9`](https://github.com/primer/css/commit/c2bd6bc9bf90686f258af11c102097d7da000a5b) Thanks [@cheshire137](https://github.com/cheshire137)! - Adding .color-bg-transparent utility class
## 19.5.1
### Patch Changes

View File

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