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

Version Packages (#2458)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
GitHub Design Systems Bot 2023-06-14 00:43:15 +02:00 committed by GitHub
parent abc8965913
commit 5ac76ee9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 16 deletions

View File

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

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Add width utility to limit line length for readability

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Add new PostCSS fallback config

View File

@ -1,5 +1,15 @@
# @primer/css
## 21.0.3
### Patch Changes
- [#2461](https://github.com/primer/css/pull/2461) [`abc89659`](https://github.com/primer/css/commit/abc8965913313bbb969db9e1148fb5add9327ec9) Thanks [@langermank](https://github.com/langermank)! - Add default `::selection` color
- [#2410](https://github.com/primer/css/pull/2410) [`344224fc`](https://github.com/primer/css/commit/344224fccdef2f3a37ed931c512e400b47301ea2) Thanks [@dylanatsmith](https://github.com/dylanatsmith)! - Add width utility to limit line length for readability
- [#2457](https://github.com/primer/css/pull/2457) [`352ed7b7`](https://github.com/primer/css/commit/352ed7b75585c686c996a5e7c2c29e20e41d0672) Thanks [@langermank](https://github.com/langermank)! - Add new PostCSS fallback config
## 21.0.2
### Patch Changes

View File

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