1
1
mirror of https://github.com/primer/css.git synced 2024-09-11 16:36:07 +03:00

Version Packages

This commit is contained in:
github-actions[bot] 2021-04-06 23:05:43 +00:00
parent c2b250d6f1
commit 81e6ee9531
5 changed files with 13 additions and 16 deletions

View File

@ -1,5 +0,0 @@
---
'@primer/css': minor
---
Adding a color text link on hover that will change a color utility class

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Separate active and selected states for `.btn`

View File

@ -1,5 +0,0 @@
---
'@primer/css': minor
---
Adding text-semibold and text-light utility classes

View File

@ -1,5 +1,17 @@
# @primer/css
## 16.2.0
### Minor Changes
- [#1294](https://github.com/primer/css/pull/1294) [`7609a074`](https://github.com/primer/css/commit/7609a0742cbb69b2c48af5a2d583c94a14a2d0c6) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding a color text link on hover that will change a color utility class
* [#1295](https://github.com/primer/css/pull/1295) [`fea6ea69`](https://github.com/primer/css/commit/fea6ea692013cbf13b4d93dff1601bb0805beb73) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding text-semibold and text-light utility classes
### Patch Changes
- [#1297](https://github.com/primer/css/pull/1297) [`7a374784`](https://github.com/primer/css/commit/7a37478499c6dbdd30082442abec9dccdfc9efa4) Thanks [@simurai](https://github.com/simurai)! - Separate active and selected states for `.btn`
## 16.1.2
### Patch Changes

View File

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