diff --git a/.changeset/shiny-points-tap.md b/.changeset/shiny-points-tap.md deleted file mode 100644 index 11710942..00000000 --- a/.changeset/shiny-points-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Remove comment-empty-line-before and order/properties-order rules diff --git a/.changeset/soft-glasses-love.md b/.changeset/soft-glasses-love.md deleted file mode 100644 index 2739a33f..00000000 --- a/.changeset/soft-glasses-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": minor ---- - -Update `primer/primitives` dependency diff --git a/CHANGELOG.md b/CHANGELOG.md index 926ccda7..13bf63bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 13.2.0 + +### Minor Changes + +- [#510](https://github.com/primer/stylelint-config/pull/510) [`79f2330`](https://github.com/primer/stylelint-config/commit/79f233081b8a4af3065199395ee3297b73bcaf8b) Thanks [@langermank](https://github.com/langermank)! - Update `primer/primitives` dependency + +### Patch Changes + +- [#520](https://github.com/primer/stylelint-config/pull/520) [`ad6fafd`](https://github.com/primer/stylelint-config/commit/ad6fafd7072dd05ab47ce9aab949ec0653ffe9fa) Thanks [@iansan5653](https://github.com/iansan5653)! - Remove comment-empty-line-before and order/properties-order rules + ## 13.1.1 ### Patch Changes diff --git a/package.json b/package.json index 38c27a48..a05f97d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/stylelint-config", - "version": "13.1.1", + "version": "13.2.0", "description": "Sharable stylelint config used by GitHub's CSS", "author": "GitHub, Inc.", "license": "MIT",