diff --git a/.changeset/weak-walls-stare.md b/.changeset/weak-walls-stare.md deleted file mode 100644 index ffe2f169..00000000 --- a/.changeset/weak-walls-stare.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Stylelint fixes based on feedback: - -- `font-style` should allow keywords, `italic, normal` -- border should allow `none` https://stylelint.io/user-guide/rules/declaration-property-value-disallowed-list -- Update autofix in typography to always replace with the first suggestion diff --git a/CHANGELOG.md b/CHANGELOG.md index 2862e8ea..d8e8bfbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 13.0.1 + +### Patch Changes + +- [#479](https://github.com/primer/stylelint-config/pull/479) [`930e5f2`](https://github.com/primer/stylelint-config/commit/930e5f24bc01b7eebc07b085689314eea5f8e1c5) Thanks [@jonrohan](https://github.com/jonrohan)! - Stylelint fixes based on feedback: + + - `font-style` should allow keywords, `italic, normal` + - border should allow `none` https://stylelint.io/user-guide/rules/declaration-property-value-disallowed-list + - Update autofix in typography to always replace with the first suggestion + ## 13.0.0 ### Major Changes diff --git a/package.json b/package.json index 82bd21a3..46a26fae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/stylelint-config", - "version": "13.0.0", + "version": "13.0.1", "description": "Sharable stylelint config used by GitHub's CSS", "author": "GitHub, Inc.", "license": "MIT",