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

Version Packages (#2320)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
GitHub Design Systems Bot 2022-11-21 23:06:04 +01:00 committed by GitHub
parent 46016601e8
commit bdab25e9b1
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": minor
---
[WIP] Convert margin utilities to rem units with fallbacks

View File

@ -1,5 +0,0 @@
---
"@primer/css": minor
---
Convert padding and border utilities to use `rem` units with `px` fallbacks

View File

@ -1,5 +0,0 @@
---
"@primer/css": minor
---
Convert typography to use `rem` units with `px` fallbacks

View File

@ -1,5 +1,15 @@
# @primer/css
## 20.7.0
### Minor Changes
- [#2311](https://github.com/primer/css/pull/2311) [`3b397d98`](https://github.com/primer/css/commit/3b397d985c23592d0e18d14fe75d71ea7572aa18) Thanks [@langermank](https://github.com/langermank)! - [WIP] Convert margin utilities to rem units with fallbacks
- [`46016601`](https://github.com/primer/css/commit/46016601e89d8b777e06dc7d6cd4a272dba17f7d) Thanks [@langermank](https://github.com/langermank)! - Convert padding and border utilities to use `rem` units with `px` fallbacks
- [#2302](https://github.com/primer/css/pull/2302) [`412d7820`](https://github.com/primer/css/commit/412d78208ba76e7a1cdc0872a2adcadabc3d0414) Thanks [@langermank](https://github.com/langermank)! - Convert typography to use `rem` units with `px` fallbacks
## 20.6.1
### Patch Changes

View File

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