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

Version Packages (#2096)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
GitHub Design Systems Bot 2022-06-20 13:49:32 -07:00 committed by GitHub
parent 2cc18d0348
commit 9b380249ac
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
---
FormControl + Overlay bug fixes

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Fix preview deploys

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Make .form-control elements render as disabled when a parent fieldset is disabled

View File

@ -1,5 +1,15 @@
# @primer/css # @primer/css
## 20.2.3
### Patch Changes
- [#2124](https://github.com/primer/css/pull/2124) [`f1b3e55f`](https://github.com/primer/css/commit/f1b3e55f141ddaa5719d223d4670d935bf9d5337) Thanks [@langermank](https://github.com/langermank)! - FormControl + Overlay bug fixes
* [#2129](https://github.com/primer/css/pull/2129) [`2cc18d03`](https://github.com/primer/css/commit/2cc18d0348dc667961c9374886c8a82e95334d6f) Thanks [@camertron](https://github.com/camertron)! - Fix preview deploys
- [#2077](https://github.com/primer/css/pull/2077) [`ab078a58`](https://github.com/primer/css/commit/ab078a58c6ebe4118f917bed4c71fbbb56f0634f) Thanks [@mlynam](https://github.com/mlynam)! - Make .form-control elements render as disabled when a parent fieldset is disabled
## 20.2.2 ## 20.2.2
### Patch Changes ### Patch Changes

View File

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