diff --git a/packages/remark-lint-blockquote-indentation/package.json b/packages/remark-lint-blockquote-indentation/package.json index 7869f0d7..63455329 100644 --- a/packages/remark-lint-blockquote-indentation/package.json +++ b/packages/remark-lint-blockquote-indentation/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-blockquote-indentation", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when block quotes are either indented too much or too little", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-checkbox-character-style/package.json b/packages/remark-lint-checkbox-character-style/package.json index 74051ff2..e5be4eb1 100644 --- a/packages/remark-lint-checkbox-character-style/package.json +++ b/packages/remark-lint-checkbox-character-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-checkbox-character-style", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when list item checkboxes violate a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-checkbox-content-indent/package.json b/packages/remark-lint-checkbox-content-indent/package.json index 7482629e..82249ecc 100644 --- a/packages/remark-lint-checkbox-content-indent/package.json +++ b/packages/remark-lint-checkbox-content-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-checkbox-content-indent", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when list item checkboxes are followed by too much whitespace", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-code-block-style/package.json b/packages/remark-lint-code-block-style/package.json index ec91993e..91d9e477 100644 --- a/packages/remark-lint-code-block-style/package.json +++ b/packages/remark-lint-code-block-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-code-block-style", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when code blocks do not adhere to a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-definition-case/package.json b/packages/remark-lint-definition-case/package.json index 01838aa1..cf5e8d14 100644 --- a/packages/remark-lint-definition-case/package.json +++ b/packages/remark-lint-definition-case/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-definition-case", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when definition labels are not lowercase", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-definition-spacing/package.json b/packages/remark-lint-definition-spacing/package.json index 36673345..fc7a52c1 100644 --- a/packages/remark-lint-definition-spacing/package.json +++ b/packages/remark-lint-definition-spacing/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-definition-spacing", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when consecutive whitespace is used in a definition", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-emphasis-marker/package.json b/packages/remark-lint-emphasis-marker/package.json index 7944c68c..b3bd9256 100644 --- a/packages/remark-lint-emphasis-marker/package.json +++ b/packages/remark-lint-emphasis-marker/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-emphasis-marker", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when emphasis markers violate the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-fenced-code-flag/package.json b/packages/remark-lint-fenced-code-flag/package.json index 107a623d..050def78 100644 --- a/packages/remark-lint-fenced-code-flag/package.json +++ b/packages/remark-lint-fenced-code-flag/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-fenced-code-flag", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when fenced code blocks occur without language flag", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-fenced-code-marker/package.json b/packages/remark-lint-fenced-code-marker/package.json index bcd5bfa0..dc7b8341 100644 --- a/packages/remark-lint-fenced-code-marker/package.json +++ b/packages/remark-lint-fenced-code-marker/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-fenced-code-marker", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when fenced code markers violate the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-file-extension/package.json b/packages/remark-lint-file-extension/package.json index 22b0920e..3b2e3d06 100644 --- a/packages/remark-lint-file-extension/package.json +++ b/packages/remark-lint-file-extension/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-file-extension", - "version": "2.0.1", + "version": "2.1.0", "description": "remark-lint rule to warn when the file’s extension violates the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-final-definition/package.json b/packages/remark-lint-final-definition/package.json index 528a6360..b2a94586 100644 --- a/packages/remark-lint-final-definition/package.json +++ b/packages/remark-lint-final-definition/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-final-definition", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when definitions are not placed at the end of the file", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-final-newline/package.json b/packages/remark-lint-final-newline/package.json index dca870d3..5400f85d 100644 --- a/packages/remark-lint-final-newline/package.json +++ b/packages/remark-lint-final-newline/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-final-newline", - "version": "2.0.1", + "version": "2.1.0", "description": "remark-lint rule to warn when a newline at the end of a file is missing", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-first-heading-level/package.json b/packages/remark-lint-first-heading-level/package.json index ad93d3c4..07d56a69 100644 --- a/packages/remark-lint-first-heading-level/package.json +++ b/packages/remark-lint-first-heading-level/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-first-heading-level", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when the first heading has a level other than a specified value", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-hard-break-spaces/package.json b/packages/remark-lint-hard-break-spaces/package.json index 5b6acbfd..5dc78c6c 100644 --- a/packages/remark-lint-hard-break-spaces/package.json +++ b/packages/remark-lint-hard-break-spaces/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-hard-break-spaces", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when too many spaces are used to create a hard break", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-heading-increment/package.json b/packages/remark-lint-heading-increment/package.json index ea798191..51772e91 100644 --- a/packages/remark-lint-heading-increment/package.json +++ b/packages/remark-lint-heading-increment/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-heading-increment", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when headings increment with more than 1 level at a time", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-heading-style/package.json b/packages/remark-lint-heading-style/package.json index 22b12c55..6bbc6f4d 100644 --- a/packages/remark-lint-heading-style/package.json +++ b/packages/remark-lint-heading-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-heading-style", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when heading style violates the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-linebreak-style/package.json b/packages/remark-lint-linebreak-style/package.json index 08269b06..41e17c6f 100644 --- a/packages/remark-lint-linebreak-style/package.json +++ b/packages/remark-lint-linebreak-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-linebreak-style", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when linebreaks violate a given or detected style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-link-title-style/package.json b/packages/remark-lint-link-title-style/package.json index 9d6a3c95..7a87ea98 100644 --- a/packages/remark-lint-link-title-style/package.json +++ b/packages/remark-lint-link-title-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-link-title-style", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when link and definition titles occur with incorrect quotes", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-list-item-bullet-indent/package.json b/packages/remark-lint-list-item-bullet-indent/package.json index 880f5a52..407a28e0 100644 --- a/packages/remark-lint-list-item-bullet-indent/package.json +++ b/packages/remark-lint-list-item-bullet-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-list-item-bullet-indent", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when list item bullets are indented", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-list-item-content-indent/package.json b/packages/remark-lint-list-item-content-indent/package.json index 6b719138..ad1292ab 100644 --- a/packages/remark-lint-list-item-content-indent/package.json +++ b/packages/remark-lint-list-item-content-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-list-item-content-indent", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when the content of a list item has mixed indentation", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-list-item-indent/package.json b/packages/remark-lint-list-item-indent/package.json index c416ddd5..a1695a9f 100644 --- a/packages/remark-lint-list-item-indent/package.json +++ b/packages/remark-lint-list-item-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-list-item-indent", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when the spacing between a list item’s bullet and its content violates a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-list-item-spacing/package.json b/packages/remark-lint-list-item-spacing/package.json index 7bb23527..cee58a89 100644 --- a/packages/remark-lint-list-item-spacing/package.json +++ b/packages/remark-lint-list-item-spacing/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-list-item-spacing", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when list looseness is incorrect", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-maximum-heading-length/package.json b/packages/remark-lint-maximum-heading-length/package.json index 5de6db61..7b833580 100644 --- a/packages/remark-lint-maximum-heading-length/package.json +++ b/packages/remark-lint-maximum-heading-length/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-maximum-heading-length", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when headings are too long", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-maximum-line-length/package.json b/packages/remark-lint-maximum-line-length/package.json index e82b8a8d..b5724746 100644 --- a/packages/remark-lint-maximum-line-length/package.json +++ b/packages/remark-lint-maximum-line-length/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-maximum-line-length", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when lines are too long", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-auto-link-without-protocol/package.json b/packages/remark-lint-no-auto-link-without-protocol/package.json index 385c749f..28f585cd 100644 --- a/packages/remark-lint-no-auto-link-without-protocol/package.json +++ b/packages/remark-lint-no-auto-link-without-protocol/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-auto-link-without-protocol", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn for angle bracketed links without protocol", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-blockquote-without-marker/package.json b/packages/remark-lint-no-blockquote-without-marker/package.json index bf63add8..a151183e 100644 --- a/packages/remark-lint-no-blockquote-without-marker/package.json +++ b/packages/remark-lint-no-blockquote-without-marker/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-blockquote-without-marker", - "version": "5.0.1", + "version": "5.1.0", "description": "remark-lint rule to warn when blank lines without markers (`>`) are found in a block quote", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-consecutive-blank-lines/package.json b/packages/remark-lint-no-consecutive-blank-lines/package.json index 56804417..d4f7aa9e 100644 --- a/packages/remark-lint-no-consecutive-blank-lines/package.json +++ b/packages/remark-lint-no-consecutive-blank-lines/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-consecutive-blank-lines", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn for too many consecutive blank lines", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-duplicate-defined-urls/package.json b/packages/remark-lint-no-duplicate-defined-urls/package.json index a476caca..6bf3dd58 100644 --- a/packages/remark-lint-no-duplicate-defined-urls/package.json +++ b/packages/remark-lint-no-duplicate-defined-urls/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-duplicate-defined-urls", - "version": "2.0.1", + "version": "2.1.0", "description": "remark-lint rule to warn on definitions that define the same urls", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-duplicate-definitions/package.json b/packages/remark-lint-no-duplicate-definitions/package.json index d6142451..633f57a7 100644 --- a/packages/remark-lint-no-duplicate-definitions/package.json +++ b/packages/remark-lint-no-duplicate-definitions/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-duplicate-definitions", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn on duplicate definitions", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-duplicate-headings-in-section/package.json b/packages/remark-lint-no-duplicate-headings-in-section/package.json index 7c64252b..e544c5ae 100644 --- a/packages/remark-lint-no-duplicate-headings-in-section/package.json +++ b/packages/remark-lint-no-duplicate-headings-in-section/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-duplicate-headings-in-section", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn on duplicate headings in a section", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-duplicate-headings/package.json b/packages/remark-lint-no-duplicate-headings/package.json index 1af34068..d81aee59 100644 --- a/packages/remark-lint-no-duplicate-headings/package.json +++ b/packages/remark-lint-no-duplicate-headings/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-duplicate-headings", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn on duplicate headings", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-emphasis-as-heading/package.json b/packages/remark-lint-no-emphasis-as-heading/package.json index a35e7823..bd1a6336 100644 --- a/packages/remark-lint-no-emphasis-as-heading/package.json +++ b/packages/remark-lint-no-emphasis-as-heading/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-emphasis-as-heading", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when emphasis or importance is used instead of a heading", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-empty-url/package.json b/packages/remark-lint-no-empty-url/package.json index 490f11ec..a5ad5eb7 100644 --- a/packages/remark-lint-no-empty-url/package.json +++ b/packages/remark-lint-no-empty-url/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-empty-url", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn on empty URLs in links and images", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-file-name-articles/package.json b/packages/remark-lint-no-file-name-articles/package.json index edc9f6cc..0639a9ef 100644 --- a/packages/remark-lint-no-file-name-articles/package.json +++ b/packages/remark-lint-no-file-name-articles/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-file-name-articles", - "version": "2.0.1", + "version": "2.1.0", "description": "remark-lint rule to warn when file name start with an article", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-file-name-consecutive-dashes/package.json b/packages/remark-lint-no-file-name-consecutive-dashes/package.json index 2eb0a51a..10d87151 100644 --- a/packages/remark-lint-no-file-name-consecutive-dashes/package.json +++ b/packages/remark-lint-no-file-name-consecutive-dashes/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-file-name-consecutive-dashes", - "version": "2.0.1", + "version": "2.1.0", "description": "remark-lint rule to warn when file names contain consecutive dashes", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-file-name-irregular-characters/package.json b/packages/remark-lint-no-file-name-irregular-characters/package.json index e2ffb071..8582792e 100644 --- a/packages/remark-lint-no-file-name-irregular-characters/package.json +++ b/packages/remark-lint-no-file-name-irregular-characters/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-file-name-irregular-characters", - "version": "2.0.1", + "version": "2.1.0", "description": "remark-lint rule to warn when file names contain irregular characters", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-file-name-mixed-case/package.json b/packages/remark-lint-no-file-name-mixed-case/package.json index ea2f5c83..13e8caf8 100644 --- a/packages/remark-lint-no-file-name-mixed-case/package.json +++ b/packages/remark-lint-no-file-name-mixed-case/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-file-name-mixed-case", - "version": "2.0.1", + "version": "2.1.0", "description": "remark-lint rule to warn when file names use mixed case", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-file-name-outer-dashes/package.json b/packages/remark-lint-no-file-name-outer-dashes/package.json index 3998da7d..e75f2a88 100644 --- a/packages/remark-lint-no-file-name-outer-dashes/package.json +++ b/packages/remark-lint-no-file-name-outer-dashes/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-file-name-outer-dashes", - "version": "2.0.1", + "version": "2.1.0", "description": "remark-lint rule to warn when file names contain initial or final dashes", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-heading-content-indent/package.json b/packages/remark-lint-no-heading-content-indent/package.json index 94be91ea..0880b9a1 100644 --- a/packages/remark-lint-no-heading-content-indent/package.json +++ b/packages/remark-lint-no-heading-content-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-heading-content-indent", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when heading content is indented", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-heading-indent/package.json b/packages/remark-lint-no-heading-indent/package.json index e59e4288..bf2c4a53 100644 --- a/packages/remark-lint-no-heading-indent/package.json +++ b/packages/remark-lint-no-heading-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-heading-indent", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when headings are indented", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-heading-like-paragraph/package.json b/packages/remark-lint-no-heading-like-paragraph/package.json index 0d5e49a9..bc8bf2a1 100644 --- a/packages/remark-lint-no-heading-like-paragraph/package.json +++ b/packages/remark-lint-no-heading-like-paragraph/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-heading-like-paragraph", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to for too many hashes (h7+ “headings”)", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-heading-punctuation/package.json b/packages/remark-lint-no-heading-punctuation/package.json index 5a9b3d7d..f6346a71 100644 --- a/packages/remark-lint-no-heading-punctuation/package.json +++ b/packages/remark-lint-no-heading-punctuation/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-heading-punctuation", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when headings end in illegal characters", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-html/package.json b/packages/remark-lint-no-html/package.json index 0a1e15a2..1b3aefb7 100644 --- a/packages/remark-lint-no-html/package.json +++ b/packages/remark-lint-no-html/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-html", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when HTML nodes are used", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-inline-padding/package.json b/packages/remark-lint-no-inline-padding/package.json index 1c26363b..debeb404 100644 --- a/packages/remark-lint-no-inline-padding/package.json +++ b/packages/remark-lint-no-inline-padding/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-inline-padding", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when inline nodes are padded with spaces", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-literal-urls/package.json b/packages/remark-lint-no-literal-urls/package.json index 2e197adc..4522206d 100644 --- a/packages/remark-lint-no-literal-urls/package.json +++ b/packages/remark-lint-no-literal-urls/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-literal-urls", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when URLs without angle brackets are used", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-missing-blank-lines/package.json b/packages/remark-lint-no-missing-blank-lines/package.json index ef197ff6..113f3762 100644 --- a/packages/remark-lint-no-missing-blank-lines/package.json +++ b/packages/remark-lint-no-missing-blank-lines/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-missing-blank-lines", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when missing blank lines", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-multiple-toplevel-headings/package.json b/packages/remark-lint-no-multiple-toplevel-headings/package.json index bbd53d60..e65d4d53 100644 --- a/packages/remark-lint-no-multiple-toplevel-headings/package.json +++ b/packages/remark-lint-no-multiple-toplevel-headings/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-multiple-toplevel-headings", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when multiple top level headings are used", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-paragraph-content-indent/package.json b/packages/remark-lint-no-paragraph-content-indent/package.json index 914c2a0a..a9c5bd32 100644 --- a/packages/remark-lint-no-paragraph-content-indent/package.json +++ b/packages/remark-lint-no-paragraph-content-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-paragraph-content-indent", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when the content in paragraphs are indented", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-reference-like-url/package.json b/packages/remark-lint-no-reference-like-url/package.json index e56f3570..63a8ffc7 100644 --- a/packages/remark-lint-no-reference-like-url/package.json +++ b/packages/remark-lint-no-reference-like-url/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-reference-like-url", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when URLs are also defined identifiers", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-shell-dollars/package.json b/packages/remark-lint-no-shell-dollars/package.json index 43548305..bdc7e994 100644 --- a/packages/remark-lint-no-shell-dollars/package.json +++ b/packages/remark-lint-no-shell-dollars/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-shell-dollars", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when shell code is prefixed by dollars", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-shortcut-reference-image/package.json b/packages/remark-lint-no-shortcut-reference-image/package.json index 71f65fcc..48fcb0fe 100644 --- a/packages/remark-lint-no-shortcut-reference-image/package.json +++ b/packages/remark-lint-no-shortcut-reference-image/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-shortcut-reference-image", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when shortcut reference images are used", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-shortcut-reference-link/package.json b/packages/remark-lint-no-shortcut-reference-link/package.json index 0844eca4..10e93b29 100644 --- a/packages/remark-lint-no-shortcut-reference-link/package.json +++ b/packages/remark-lint-no-shortcut-reference-link/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-shortcut-reference-link", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when shortcut reference links are used", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-table-indentation/package.json b/packages/remark-lint-no-table-indentation/package.json index 340d8e19..fcbba810 100644 --- a/packages/remark-lint-no-table-indentation/package.json +++ b/packages/remark-lint-no-table-indentation/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-table-indentation", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when tables are indented", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-tabs/package.json b/packages/remark-lint-no-tabs/package.json index 79055c4c..344dd9b2 100644 --- a/packages/remark-lint-no-tabs/package.json +++ b/packages/remark-lint-no-tabs/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-tabs", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when hard tabs are used instead of spaces", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-undefined-references/package.json b/packages/remark-lint-no-undefined-references/package.json index 6ce2b6f4..27f4e839 100644 --- a/packages/remark-lint-no-undefined-references/package.json +++ b/packages/remark-lint-no-undefined-references/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-undefined-references", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when references to undefined definitions are found", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-unneeded-full-reference-image/package.json b/packages/remark-lint-no-unneeded-full-reference-image/package.json index 58a09a09..9fa66f49 100644 --- a/packages/remark-lint-no-unneeded-full-reference-image/package.json +++ b/packages/remark-lint-no-unneeded-full-reference-image/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-unneeded-full-reference-image", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when full reference images are used if they can be collapsed", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-unneeded-full-reference-link/package.json b/packages/remark-lint-no-unneeded-full-reference-link/package.json index 9ac09357..c76b9d54 100644 --- a/packages/remark-lint-no-unneeded-full-reference-link/package.json +++ b/packages/remark-lint-no-unneeded-full-reference-link/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-unneeded-full-reference-link", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when full reference links are used if they can be collapsed", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-unused-definitions/package.json b/packages/remark-lint-no-unused-definitions/package.json index 00d7c37f..bdce2589 100644 --- a/packages/remark-lint-no-unused-definitions/package.json +++ b/packages/remark-lint-no-unused-definitions/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-unused-definitions", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when unused definitions are found", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-ordered-list-marker-style/package.json b/packages/remark-lint-ordered-list-marker-style/package.json index cdad9a19..d0447229 100644 --- a/packages/remark-lint-ordered-list-marker-style/package.json +++ b/packages/remark-lint-ordered-list-marker-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-ordered-list-marker-style", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when the markers of ordered lists violate a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-ordered-list-marker-value/package.json b/packages/remark-lint-ordered-list-marker-value/package.json index 24238032..07aef755 100644 --- a/packages/remark-lint-ordered-list-marker-value/package.json +++ b/packages/remark-lint-ordered-list-marker-value/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-ordered-list-marker-value", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when the marker value of ordered lists violates a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-rule-style/package.json b/packages/remark-lint-rule-style/package.json index b577702b..b94a0985 100644 --- a/packages/remark-lint-rule-style/package.json +++ b/packages/remark-lint-rule-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-rule-style", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when horizontal rules violate a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-strikethrough-marker/package.json b/packages/remark-lint-strikethrough-marker/package.json index 61a73d2e..ae210569 100644 --- a/packages/remark-lint-strikethrough-marker/package.json +++ b/packages/remark-lint-strikethrough-marker/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-strikethrough-marker", - "version": "2.0.1", + "version": "2.1.0", "description": "remark-lint rule to warn when strikethrough markers violate the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-strong-marker/package.json b/packages/remark-lint-strong-marker/package.json index 27c26396..e7268fe4 100644 --- a/packages/remark-lint-strong-marker/package.json +++ b/packages/remark-lint-strong-marker/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-strong-marker", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when importance (strong) markers violate the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-table-cell-padding/package.json b/packages/remark-lint-table-cell-padding/package.json index 0ac59b64..63d08ddb 100644 --- a/packages/remark-lint-table-cell-padding/package.json +++ b/packages/remark-lint-table-cell-padding/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-table-cell-padding", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when table cells are incorrectly padded", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-table-pipe-alignment/package.json b/packages/remark-lint-table-pipe-alignment/package.json index d9794b61..8bd39e9c 100644 --- a/packages/remark-lint-table-pipe-alignment/package.json +++ b/packages/remark-lint-table-pipe-alignment/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-table-pipe-alignment", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when table pipes are not aligned", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-table-pipes/package.json b/packages/remark-lint-table-pipes/package.json index 0742305b..9418dbc1 100644 --- a/packages/remark-lint-table-pipes/package.json +++ b/packages/remark-lint-table-pipes/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-table-pipes", - "version": "4.0.1", + "version": "4.1.0", "description": "remark-lint rule to warn when table rows are not fenced with pipes", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-unordered-list-marker-style/package.json b/packages/remark-lint-unordered-list-marker-style/package.json index b6c63def..7cbf86ab 100644 --- a/packages/remark-lint-unordered-list-marker-style/package.json +++ b/packages/remark-lint-unordered-list-marker-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-unordered-list-marker-style", - "version": "3.0.1", + "version": "3.1.0", "description": "remark-lint rule to warn when markers of unordered lists violate a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint/package.json b/packages/remark-lint/package.json index b1b0fc1e..58bdc298 100644 --- a/packages/remark-lint/package.json +++ b/packages/remark-lint/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint", - "version": "9.0.1", + "version": "9.1.0", "description": "remark plugin to lint Markdown code style", "license": "MIT", "keywords": [ diff --git a/packages/remark-preset-lint-consistent/package.json b/packages/remark-preset-lint-consistent/package.json index 8aae2421..2b83e1c1 100644 --- a/packages/remark-preset-lint-consistent/package.json +++ b/packages/remark-preset-lint-consistent/package.json @@ -1,6 +1,6 @@ { "name": "remark-preset-lint-consistent", - "version": "5.0.1", + "version": "5.1.0", "description": "remark preset to configure remark-lint with rules that enforce consistency", "license": "MIT", "keywords": [ diff --git a/packages/remark-preset-lint-markdown-style-guide/package.json b/packages/remark-preset-lint-markdown-style-guide/package.json index 11a3f2a1..9ca95859 100644 --- a/packages/remark-preset-lint-markdown-style-guide/package.json +++ b/packages/remark-preset-lint-markdown-style-guide/package.json @@ -1,6 +1,6 @@ { "name": "remark-preset-lint-markdown-style-guide", - "version": "5.0.1", + "version": "5.1.0", "description": "remark preset to configure remark-lint with rules that enforce the markdown style guide", "license": "MIT", "keywords": [ diff --git a/packages/remark-preset-lint-recommended/package.json b/packages/remark-preset-lint-recommended/package.json index 4b9e9d01..0eb46643 100644 --- a/packages/remark-preset-lint-recommended/package.json +++ b/packages/remark-preset-lint-recommended/package.json @@ -1,6 +1,6 @@ { "name": "remark-preset-lint-recommended", - "version": "6.0.1", + "version": "6.1.0", "description": "remark preset to configure remark-lint with rules that prevent mistakes or stuff that fails across vendors.", "license": "MIT", "keywords": [ diff --git a/packages/unified-lint-rule/package.json b/packages/unified-lint-rule/package.json index 80689880..068ea807 100644 --- a/packages/unified-lint-rule/package.json +++ b/packages/unified-lint-rule/package.json @@ -1,6 +1,6 @@ { "name": "unified-lint-rule", - "version": "2.0.1", + "version": "2.1.0", "description": "unified plugin to make it a bit easier to create linting rules", "license": "MIT", "keywords": [