From 6bd93d59397af93612a3e7bd10b62b6bf379f06d Mon Sep 17 00:00:00 2001 From: Laura Griffee Date: Thu, 13 Apr 2023 16:24:30 -0600 Subject: [PATCH 1/3] Add version matchup table to stylelint-polaris documentation --- .../content/tools/stylelint-polaris/index.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/polaris.shopify.com/content/tools/stylelint-polaris/index.md b/polaris.shopify.com/content/tools/stylelint-polaris/index.md index acccb78b972..dc14699f0d5 100644 --- a/polaris.shopify.com/content/tools/stylelint-polaris/index.md +++ b/polaris.shopify.com/content/tools/stylelint-polaris/index.md @@ -21,7 +21,7 @@ keywords: [npm version](https://www.npmjs.com/package/@shopify/stylelint-polaris/) - + Demo of Stylelint Polaris @@ -94,6 +94,23 @@ There are over 40 rules configured in Stylelint Polaris to help you avoid errors - [Typography](/tools/stylelint-polaris/rules#typography) - [Z-index](/tools/stylelint-polaris/rules#z-index) +## Version Matchups + +| @shopify/stylelint-polaris | @shopify/polaris | +| -------------------------- | ---------------- | +| 1.0.0 | ^9.13.0 | +| 2.0.0 | ^9.16.0 | +| 3.0.0 | ^9.19.0 | +| 4.0.0 | ^9.20.0 | +| 5.0.0 | ^10.14.0 | +| 6.0.0 | ^10.28.1 | +| 7.0.0 | ^10.31.0 | +| 8.0.0 | ^10.32.0 | +| 9.0.0 | ^10.36.0 | +| 10.0.0 | ^10.44.0 | + +_\*@shopify/stylelint-polaris v5.0.0 was the first stable version available for external distribution_ + ## Development ### Add new rules From 8f825e87346c99a102f49d70e4b90f433506b2a2 Mon Sep 17 00:00:00 2001 From: Laura Griffee Date: Thu, 13 Apr 2023 16:25:26 -0600 Subject: [PATCH 2/3] Add changeset --- .changeset/old-suns-burn.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/old-suns-burn.md diff --git a/.changeset/old-suns-burn.md b/.changeset/old-suns-burn.md new file mode 100644 index 00000000000..dac2cedce01 --- /dev/null +++ b/.changeset/old-suns-burn.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': minor +--- + +Added a version matchup table to `stylelint-polaris` documentation From 435e9dd8264e03deac6163ffbf750e727003cd27 Mon Sep 17 00:00:00 2001 From: Laura Griffee Date: Fri, 14 Apr 2023 12:02:08 -0600 Subject: [PATCH 3/3] Update polaris.shopify.com/content/tools/stylelint-polaris/index.md Co-authored-by: Aaron Casanova <32409546+aaronccasanova@users.noreply.github.com> --- .../content/tools/stylelint-polaris/index.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/polaris.shopify.com/content/tools/stylelint-polaris/index.md b/polaris.shopify.com/content/tools/stylelint-polaris/index.md index dc14699f0d5..278ab8b4a79 100644 --- a/polaris.shopify.com/content/tools/stylelint-polaris/index.md +++ b/polaris.shopify.com/content/tools/stylelint-polaris/index.md @@ -98,18 +98,18 @@ There are over 40 rules configured in Stylelint Polaris to help you avoid errors | @shopify/stylelint-polaris | @shopify/polaris | | -------------------------- | ---------------- | -| 1.0.0 | ^9.13.0 | -| 2.0.0 | ^9.16.0 | -| 3.0.0 | ^9.19.0 | -| 4.0.0 | ^9.20.0 | -| 5.0.0 | ^10.14.0 | -| 6.0.0 | ^10.28.1 | -| 7.0.0 | ^10.31.0 | -| 8.0.0 | ^10.32.0 | -| 9.0.0 | ^10.36.0 | -| 10.0.0 | ^10.44.0 | - -_\*@shopify/stylelint-polaris v5.0.0 was the first stable version available for external distribution_ +| 1.0.0 | 9.13.0 | +| 2.0.0 | 9.16.0 | +| 3.0.0 | 9.19.0 | +| 4.0.0 | 9.20.0 | +| 5.0.0 | 10.14.0 | +| 6.0.0 | 10.28.1 | +| 7.0.0 | 10.31.0 | +| 8.0.0 | 10.32.0 | +| 9.0.0 | 10.36.0 | +| 10.0.0 | 10.44.0 | + +_\*@shopify/stylelint-polaris v5.0.0 was the first stable release_ ## Development