From fb132e9b2d2e04cf37fde9cb3bead1358dfef836 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:43:34 +0200 Subject: [PATCH] Version Packages (#327) Co-authored-by: github-actions[bot] --- .changeset/cool-turtles-know.md | 5 ----- .changeset/hip-suns-grab.md | 5 ----- .changeset/odd-needles-confess.md | 5 ----- .changeset/pink-crabs-argue.md | 5 ----- .changeset/red-tigers-smoke.md | 5 ----- .changeset/rich-roses-divide.md | 5 ----- .changeset/selfish-hats-breathe.md | 5 ----- .changeset/strange-pillows-move.md | 5 ----- .changeset/tender-snails-yawn.md | 5 ----- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 11 files changed, 23 insertions(+), 46 deletions(-) delete mode 100644 .changeset/cool-turtles-know.md delete mode 100644 .changeset/hip-suns-grab.md delete mode 100644 .changeset/odd-needles-confess.md delete mode 100644 .changeset/pink-crabs-argue.md delete mode 100644 .changeset/red-tigers-smoke.md delete mode 100644 .changeset/rich-roses-divide.md delete mode 100644 .changeset/selfish-hats-breathe.md delete mode 100644 .changeset/strange-pillows-move.md delete mode 100644 .changeset/tender-snails-yawn.md diff --git a/.changeset/cool-turtles-know.md b/.changeset/cool-turtles-know.md deleted file mode 100644 index d73b95e9..00000000 --- a/.changeset/cool-turtles-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Add more tests to `no-deprecated-colors` diff --git a/.changeset/hip-suns-grab.md b/.changeset/hip-suns-grab.md deleted file mode 100644 index fbcd7506..00000000 --- a/.changeset/hip-suns-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Fix failing tests in no-deprecated-colors diff --git a/.changeset/odd-needles-confess.md b/.changeset/odd-needles-confess.md deleted file mode 100644 index 04bc0c5f..00000000 --- a/.changeset/odd-needles-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Remove inline fallback var for no-deprecated-colors diff --git a/.changeset/pink-crabs-argue.md b/.changeset/pink-crabs-argue.md deleted file mode 100644 index cf54cfea..00000000 --- a/.changeset/pink-crabs-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Updated deprecated json color file diff --git a/.changeset/red-tigers-smoke.md b/.changeset/red-tigers-smoke.md deleted file mode 100644 index 06379756..00000000 --- a/.changeset/red-tigers-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Adding more color replacements for deprecated colors diff --git a/.changeset/rich-roses-divide.md b/.changeset/rich-roses-divide.md deleted file mode 100644 index 40a41768..00000000 --- a/.changeset/rich-roses-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -add inlineFallback prop to no-deprecated-colors diff --git a/.changeset/selfish-hats-breathe.md b/.changeset/selfish-hats-breathe.md deleted file mode 100644 index b8f20743..00000000 --- a/.changeset/selfish-hats-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Updating no-deprecated-colors for primitives v8 diff --git a/.changeset/strange-pillows-move.md b/.changeset/strange-pillows-move.md deleted file mode 100644 index 6dfab44b..00000000 --- a/.changeset/strange-pillows-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -More tests for `no-deprecated-colors` diff --git a/.changeset/tender-snails-yawn.md b/.changeset/tender-snails-yawn.md deleted file mode 100644 index 7915ae03..00000000 --- a/.changeset/tender-snails-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Update plugins to support Primitives v8 diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f07375..ae4c8e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 12.7.1 + +### Patch Changes + +- [#338](https://github.com/primer/stylelint-config/pull/338) [`7cc4c08`](https://github.com/primer/stylelint-config/commit/7cc4c08f6465f495df89fc0609d3cdf012480dec) Thanks [@langermank](https://github.com/langermank)! - Add more tests to `no-deprecated-colors` + +- [#328](https://github.com/primer/stylelint-config/pull/328) [`5ae7400`](https://github.com/primer/stylelint-config/commit/5ae7400340afc2cd21006093ce7b33206a00372e) Thanks [@langermank](https://github.com/langermank)! - Fix failing tests in no-deprecated-colors + +- [#337](https://github.com/primer/stylelint-config/pull/337) [`6bf0fd6`](https://github.com/primer/stylelint-config/commit/6bf0fd624a69b21e48803ba62a5b2b9dc21b8d8c) Thanks [@langermank](https://github.com/langermank)! - Remove inline fallback var for no-deprecated-colors + +- [#332](https://github.com/primer/stylelint-config/pull/332) [`6485cf0`](https://github.com/primer/stylelint-config/commit/6485cf053f502d71a8ce8c407ad01a939038959c) Thanks [@langermank](https://github.com/langermank)! - Updated deprecated json color file + +- [#333](https://github.com/primer/stylelint-config/pull/333) [`485ce04`](https://github.com/primer/stylelint-config/commit/485ce047d75a635134919678a776ea808604cf4a) Thanks [@langermank](https://github.com/langermank)! - Adding more color replacements for deprecated colors + +- [#340](https://github.com/primer/stylelint-config/pull/340) [`4688bb4`](https://github.com/primer/stylelint-config/commit/4688bb4c0ea7975672b76af8706b80278f00f1a4) Thanks [@langermank](https://github.com/langermank)! - add inlineFallback prop to no-deprecated-colors + +- [#322](https://github.com/primer/stylelint-config/pull/322) [`726d7d1`](https://github.com/primer/stylelint-config/commit/726d7d1bf4eac82a032c448cb0be32d5bf66b29a) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating no-deprecated-colors for primitives v8 + +- [#334](https://github.com/primer/stylelint-config/pull/334) [`b14c154`](https://github.com/primer/stylelint-config/commit/b14c154174ddd7190e62fe1d26698fc9cfe75c17) Thanks [@langermank](https://github.com/langermank)! - More tests for `no-deprecated-colors` + +- [#339](https://github.com/primer/stylelint-config/pull/339) [`36fade4`](https://github.com/primer/stylelint-config/commit/36fade45bdc431d223165f5d7226c10cf6591d83) Thanks [@langermank](https://github.com/langermank)! - Update plugins to support Primitives v8 + ## 12.7.0 ### Minor Changes diff --git a/package.json b/package.json index 7c7845b4..8fe67ba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/stylelint-config", - "version": "12.7.0", + "version": "12.7.1", "description": "Sharable stylelint config used by GitHub's CSS", "homepage": "http://primer.style/css/tools/linting", "author": "GitHub, Inc.",