Skip to content

Commit a102081

Browse files
Version Packages (#670)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0f51988 commit a102081

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.changeset/update-primer-primitives.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 13.5.0
4+
5+
### Minor Changes
6+
7+
- [#669](https://github.com/primer/stylelint-config/pull/669) [`0f51988`](https://github.com/primer/stylelint-config/commit/0f519880049bf47abcad77144a51ffdccf31b717) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Update `@primer/primitives` to v11.5.0
8+
- Add warning when using `--borderRadius-default`, recommending `--borderRadius-medium`
9+
- Add warning when using `--borderWidth-default`, recommending `--borderWidth-thin`
10+
- Fix box-shadow matching to normalize `0px` to `0` for token comparison
11+
- `2.5rem` font-size now auto-fixes to `var(--base-text-size-2xl)`
12+
313
## 13.4.2
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/stylelint-config",
3-
"version": "13.4.2",
3+
"version": "13.5.0",
44
"description": "Sharable stylelint config used by GitHub's CSS",
55
"author": "GitHub, Inc.",
66
"license": "MIT",

0 commit comments

Comments
 (0)