From 0fbf350947fe0604bc036db2e7c544e7f190ed97 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:15:39 -0700 Subject: [PATCH] Version Packages (#488) Co-authored-by: github-actions[bot] --- .changeset/four-eyes-compete.md | 5 ----- .changeset/witty-lies-remain.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/four-eyes-compete.md delete mode 100644 .changeset/witty-lies-remain.md diff --git a/.changeset/four-eyes-compete.md b/.changeset/four-eyes-compete.md deleted file mode 100644 index c34d62ad..00000000 --- a/.changeset/four-eyes-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": minor ---- - -Refactor the primer/colors variable to use primitives values match up props diff --git a/.changeset/witty-lies-remain.md b/.changeset/witty-lies-remain.md deleted file mode 100644 index 68e89e6d..00000000 --- a/.changeset/witty-lies-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Bump stylelint-scss from 6.6.0 to 6.7.0 in the production-dependencies group diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e8bfbc..32e9cd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 13.1.0 + +### Minor Changes + +- [#491](https://github.com/primer/stylelint-config/pull/491) [`a615645`](https://github.com/primer/stylelint-config/commit/a615645054778a596e918909ddb0931d018585be) Thanks [@jonrohan](https://github.com/jonrohan)! - Refactor the primer/colors variable to use primitives values match up props + +### Patch Changes + +- [#482](https://github.com/primer/stylelint-config/pull/482) [`b4c3fb0`](https://github.com/primer/stylelint-config/commit/b4c3fb010bf8cb84be54cdcaa73964249ab23053) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump stylelint-scss from 6.6.0 to 6.7.0 in the production-dependencies group + ## 13.0.1 ### Patch Changes diff --git a/package.json b/package.json index be8199f0..154f41b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/stylelint-config", - "version": "13.0.1", + "version": "13.1.0", "description": "Sharable stylelint config used by GitHub's CSS", "author": "GitHub, Inc.", "license": "MIT",