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 diff --git a/polaris.shopify.com/content/tools/stylelint-polaris/index.md b/polaris.shopify.com/content/tools/stylelint-polaris/index.md index acccb78b972..278ab8b4a79 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 release_ + ## Development ### Add new rules