Skip to content

Commit 6a0e856

Browse files
Version Packages (#2911)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bca0554 commit 6a0e856

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.changeset/wet-moose-beg.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @primer/css
22

3+
## 22.1.0
4+
5+
### Minor Changes
6+
7+
- [#2907](https://github.com/primer/css/pull/2907) [`67109bd`](https://github.com/primer/css/commit/67109bda0dcd7e191c3071f5eb58006fdbe4e3c8) Thanks [@langermank](https://github.com/langermank)! - Change `contrast` input background to `bgColor-default`
8+
39
## 22.0.2
410

511
### Patch Changes
@@ -224,7 +230,6 @@
224230
### Major Changes
225231

226232
- [#2403](https://github.com/primer/css/pull/2403) [`256affcf`](https://github.com/primer/css/commit/256affcf3404c97d3db199a0b3cf32d3b864627c) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - ## Removed DiffStat component
227-
228233
- the diffStat component is removed from primer/css
229234
- the component is very specific to this use-case, it is not generic enough to be part of the primer design system and was thus chosen for removal
230235
- the component will be added to the github codebase directly so that it is still available
@@ -273,7 +278,6 @@
273278
### Minor Changes
274279

275280
- [`d7a4c343`](https://github.com/primer/css/commit/d7a4c343ab1bc0d7f55ff85d735c93d9825419ae) Thanks [@jonrohan](https://github.com/jonrohan)! - Importing more styles from Primer View Components
276-
277281
- https://github.com/primer/view_components/pull/1587
278282
- https://github.com/primer/view_components/pull/1590
279283
- https://github.com/primer/view_components/pull/1592
@@ -865,7 +869,6 @@
865869
- [#1575](https://github.com/primer/css/pull/1575) [`c7ea6448`](https://github.com/primer/css/commit/c7ea6448c114065627299db7ba65418799d4a59b) Thanks [@jonrohan](https://github.com/jonrohan)! - Replacing deprecated variables with color v2 variables
866870

867871
* [#1573](https://github.com/primer/css/pull/1573) [`386dfa01`](https://github.com/primer/css/commit/386dfa0145a64e2c6edbdf8ab09d9fc3f7151f6a) Thanks [@simurai](https://github.com/simurai)! - Improve the font stack on Windows
868-
869872
- `Segoe UI Variable` -> `Segoe UI Variable Text`.
870873
- "Segoe UI Variable Text" seems to be the better option for a lot of text (markdown). In the future we might can consider having a UI and a "text" font stack.
871874
- Add `Meiryo` before `system-ui`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/css",
3-
"version": "22.0.2",
3+
"version": "22.1.0",
44
"description": "The CSS implementation of GitHub's Primer Design System",
55
"homepage": "https://primer.style/css",
66
"author": "GitHub, Inc.",

0 commit comments

Comments
 (0)