1
1
mirror of https://github.com/primer/css.git synced 2024-10-04 04:17:21 +03:00

Version Packages (#2428)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
GitHub Design Systems Bot 2023-05-31 20:24:27 +02:00 committed by GitHub
parent fe17ba05ac
commit f5607983b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 26 deletions

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Bump primitives v7.11.10

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Add `::selection` to root color vars

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Add utility typography CSS vars to main bundle

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Add `mktg` CSS vars to PCSS

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Remove duplicate `font-weight` fallbacks from utilities

View File

@ -1,5 +1,19 @@
# @primer/css
## 21.0.2
### Patch Changes
- [#2439](https://github.com/primer/css/pull/2439) [`fe17ba05`](https://github.com/primer/css/commit/fe17ba05ac4372fb1d49edc08c8c036c2da54dce) Thanks [@langermank](https://github.com/langermank)! - Bump primitives v7.11.10
- [#2437](https://github.com/primer/css/pull/2437) [`616c8935`](https://github.com/primer/css/commit/616c89354bf8571488674b44f431361d66e9eae3) Thanks [@langermank](https://github.com/langermank)! - Add `::selection` to root color vars
- [#2438](https://github.com/primer/css/pull/2438) [`abdb3a93`](https://github.com/primer/css/commit/abdb3a93f10705472cea773473eb3ada6b918d31) Thanks [@langermank](https://github.com/langermank)! - Add utility typography CSS vars to main bundle
- [#2426](https://github.com/primer/css/pull/2426) [`713d9a59`](https://github.com/primer/css/commit/713d9a5921e565baf39fe522dfa73eb603b850e2) Thanks [@langermank](https://github.com/langermank)! - Add `mktg` CSS vars to PCSS
- [#2430](https://github.com/primer/css/pull/2430) [`c415172f`](https://github.com/primer/css/commit/c415172fca56a7f22d21f66a79e49da7dd443f96) Thanks [@langermank](https://github.com/langermank)! - Remove duplicate `font-weight` fallbacks from utilities
## 21.0.1
### Patch Changes

View File

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