From 889d18a60f0e79ce0a38ff21c5edd9dd49610423 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Thu, 30 Sep 2021 22:08:59 -0700 Subject: [PATCH] Version Packages (#133) Co-authored-by: github-actions[bot] --- .changeset/famous-ladybugs-report.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/famous-ladybugs-report.md diff --git a/.changeset/famous-ladybugs-report.md b/.changeset/famous-ladybugs-report.md deleted file mode 100644 index 7233c081..00000000 --- a/.changeset/famous-ladybugs-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Updating no-deprecated-colors plugin for edge cases diff --git a/CHANGELOG.md b/CHANGELOG.md index 9552d9f0..dbd9cd12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 12.0.1 + +### Patch Changes + +- [#132](https://github.com/primer/stylelint-config/pull/132) [`b672367`](https://github.com/primer/stylelint-config/commit/b6723679606bb8d39e75025ae17ace9f1c3e2631) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating no-deprecated-colors plugin for edge cases + ## 12.0.0 ### Major Changes diff --git a/package.json b/package.json index 2be30bf2..71bb9084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/stylelint-config", - "version": "12.0.0", + "version": "12.0.1", "description": "Sharable stylelint config used by GitHub's CSS", "homepage": "http://primer.style/css/tools/linting", "author": "GitHub, Inc.",