From f16e064e2e80a022035946e0a4cb5185d8857eca Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 30 Mar 2020 15:08:45 +0200 Subject: [PATCH] 7.0.0 --- packages/remark-lint-blockquote-indentation/package.json | 2 +- packages/remark-lint-checkbox-character-style/package.json | 2 +- packages/remark-lint-checkbox-content-indent/package.json | 2 +- packages/remark-lint-code-block-style/package.json | 2 +- packages/remark-lint-definition-case/package.json | 2 +- packages/remark-lint-definition-spacing/package.json | 2 +- packages/remark-lint-emphasis-marker/package.json | 2 +- packages/remark-lint-fenced-code-flag/package.json | 2 +- packages/remark-lint-fenced-code-marker/package.json | 2 +- packages/remark-lint-final-definition/package.json | 2 +- packages/remark-lint-first-heading-level/package.json | 2 +- packages/remark-lint-hard-break-spaces/package.json | 2 +- packages/remark-lint-heading-increment/package.json | 2 +- packages/remark-lint-heading-style/package.json | 2 +- packages/remark-lint-linebreak-style/package.json | 2 +- packages/remark-lint-link-title-style/package.json | 2 +- packages/remark-lint-list-item-bullet-indent/package.json | 2 +- packages/remark-lint-list-item-content-indent/package.json | 2 +- packages/remark-lint-list-item-indent/package.json | 2 +- packages/remark-lint-list-item-spacing/package.json | 2 +- packages/remark-lint-maximum-heading-length/package.json | 2 +- packages/remark-lint-maximum-line-length/package.json | 2 +- packages/remark-lint-no-auto-link-without-protocol/package.json | 2 +- packages/remark-lint-no-blockquote-without-marker/package.json | 2 +- packages/remark-lint-no-consecutive-blank-lines/package.json | 2 +- packages/remark-lint-no-duplicate-definitions/package.json | 2 +- .../remark-lint-no-duplicate-headings-in-section/package.json | 2 +- packages/remark-lint-no-duplicate-headings/package.json | 2 +- packages/remark-lint-no-emphasis-as-heading/package.json | 2 +- packages/remark-lint-no-empty-url/package.json | 2 +- packages/remark-lint-no-heading-content-indent/package.json | 2 +- packages/remark-lint-no-heading-indent/package.json | 2 +- packages/remark-lint-no-heading-like-paragraph/package.json | 2 +- packages/remark-lint-no-heading-punctuation/package.json | 2 +- packages/remark-lint-no-html/package.json | 2 +- packages/remark-lint-no-inline-padding/package.json | 2 +- packages/remark-lint-no-literal-urls/package.json | 2 +- packages/remark-lint-no-missing-blank-lines/package.json | 2 +- packages/remark-lint-no-multiple-toplevel-headings/package.json | 2 +- packages/remark-lint-no-paragraph-content-indent/package.json | 2 +- packages/remark-lint-no-reference-like-url/package.json | 2 +- packages/remark-lint-no-shell-dollars/package.json | 2 +- packages/remark-lint-no-shortcut-reference-image/package.json | 2 +- packages/remark-lint-no-shortcut-reference-link/package.json | 2 +- packages/remark-lint-no-table-indentation/package.json | 2 +- packages/remark-lint-no-tabs/package.json | 2 +- packages/remark-lint-no-undefined-references/package.json | 2 +- .../remark-lint-no-unneeded-full-reference-image/package.json | 2 +- .../remark-lint-no-unneeded-full-reference-link/package.json | 2 +- packages/remark-lint-no-unused-definitions/package.json | 2 +- packages/remark-lint-ordered-list-marker-style/package.json | 2 +- packages/remark-lint-ordered-list-marker-value/package.json | 2 +- packages/remark-lint-rule-style/package.json | 2 +- packages/remark-lint-strong-marker/package.json | 2 +- packages/remark-lint-table-cell-padding/package.json | 2 +- packages/remark-lint-table-pipe-alignment/package.json | 2 +- packages/remark-lint-table-pipes/package.json | 2 +- packages/remark-lint-unordered-list-marker-style/package.json | 2 +- packages/remark-lint/package.json | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) diff --git a/packages/remark-lint-blockquote-indentation/package.json b/packages/remark-lint-blockquote-indentation/package.json index 50c7577c..f835c8af 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": "1.0.4", + "version": "2.0.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 e56c9c76..716d74d8 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": "1.0.4", + "version": "2.0.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 5d9af587..2f5d930f 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": "1.0.4", + "version": "2.0.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 7d009401..3f6e6506 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": "1.0.4", + "version": "2.0.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 aab7114b..276b56d7 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": "1.0.5", + "version": "2.0.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 210097ef..571393a9 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": "1.0.5", + "version": "2.0.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 4ff47d65..881a376b 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": "1.0.4", + "version": "2.0.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 8d713a5a..2619ce97 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": "1.0.4", + "version": "2.0.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 8a08a58f..2834c1f5 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": "1.0.4", + "version": "2.0.0", "description": "remark-lint rule to warn when fenced code markers violate 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 f5d35e0a..416f779d 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": "1.0.4", + "version": "2.0.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-first-heading-level/package.json b/packages/remark-lint-first-heading-level/package.json index 8387a08e..00d41c22 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": "1.1.5", + "version": "2.0.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 666d94e0..07f5d3b8 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": "1.0.5", + "version": "2.0.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 32e64d8d..c554dfc6 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": "1.0.4", + "version": "2.0.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 38cc3c03..98722ca4 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": "1.0.4", + "version": "2.0.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 18d7658d..e9482576 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": "1.0.4", + "version": "2.0.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 caa20ca4..6703f143 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": "1.0.5", + "version": "2.0.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 05f3ce0d..e0d66910 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": "1.0.4", + "version": "2.0.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 def1ea88..100cb2d3 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": "1.0.4", + "version": "2.0.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 68d1fd0a..ce856676 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": "1.0.5", + "version": "2.0.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 bccf2448..57b12337 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": "1.1.4", + "version": "2.0.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 32d5fad2..7ce46020 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": "1.0.4", + "version": "2.0.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 ef5c8dd9..35321952 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": "1.2.2", + "version": "2.0.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 d1fa30fb..b3f3382a 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": "1.0.4", + "version": "2.0.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 59d748da..f6169019 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": "2.0.4", + "version": "3.0.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 99fef92a..a7a59ba5 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": "1.0.4", + "version": "2.0.0", "description": "remark-lint rule to warn for too many consecutive blank lines", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-duplicate-definitions/package.json b/packages/remark-lint-no-duplicate-definitions/package.json index 78482540..14292165 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": "1.0.6", + "version": "2.0.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 04abc871..d064c86b 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": "1.0.5", + "version": "2.0.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 d0aa0d24..3888d6a2 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": "1.0.5", + "version": "2.0.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 dd005fdb..ad4e2085 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": "1.0.4", + "version": "2.0.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 cd5911a8..a96af7c4 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": "1.0.6", + "version": "2.0.0", "description": "remark-lint rule to warn on empty URLs in links and images", "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 f7956b83..9bf16005 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": "1.0.4", + "version": "2.0.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 59a9909b..48be1907 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": "1.0.4", + "version": "2.0.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 5091bf51..87699a6b 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": "1.0.4", + "version": "2.0.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 39ac7d10..cac2bb4a 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": "1.0.4", + "version": "2.0.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 40d04d02..7fabe81e 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": "1.0.4", + "version": "2.0.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 c9e68c6a..4a891be9 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": "1.0.5", + "version": "2.0.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 82715a93..55dce0e6 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": "1.0.4", + "version": "2.0.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 2586dc98..dd8aa881 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": "1.0.4", + "version": "2.0.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 b15b42ac..12fcdec3 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": "1.0.5", + "version": "2.0.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 7539ef5e..e212d391 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": "1.0.7", + "version": "2.0.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 944afb67..248bd37c 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": "1.0.5", + "version": "2.0.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 45a56019..529b913a 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": "1.0.4", + "version": "2.0.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 53a57f65..82baf853 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": "1.0.4", + "version": "2.0.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 950efaf5..beae3c92 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": "1.0.5", + "version": "2.0.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 825f82f3..4c1a464c 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": "1.0.5", + "version": "2.0.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 4b02469d..97dcd008 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": "1.0.4", + "version": "2.0.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 2c5c70bd..121b6297 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": "1.1.2", + "version": "2.0.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 b51513e5..d94170e2 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": "1.0.1", + "version": "2.0.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 ffe27605..3aa04e79 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": "1.0.1", + "version": "2.0.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 df7c87be..8f8a7ff4 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": "1.0.6", + "version": "2.0.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 26536afc..112e6ba9 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": "1.0.4", + "version": "2.0.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 e85e42d7..46c7c20d 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": "1.0.5", + "version": "2.0.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 543f5710..00b96782 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": "1.0.4", + "version": "2.0.0", "description": "remark-lint rule to warn when horizontal rules violate a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-strong-marker/package.json b/packages/remark-lint-strong-marker/package.json index 3e5275bc..649cac70 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": "1.0.4", + "version": "2.0.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 8bd7b744..a1e2020b 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": "1.0.5", + "version": "2.0.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 89a7bfc9..e3f422db 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": "1.0.4", + "version": "2.0.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 97c15006..7f634906 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": "1.0.4", + "version": "2.0.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 3b94afa4..b007bb54 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": "1.0.4", + "version": "2.0.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 b1347813..918ecf6a 100644 --- a/packages/remark-lint/package.json +++ b/packages/remark-lint/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint", - "version": "6.0.6", + "version": "7.0.0", "description": "remark plugin to lint Markdown code style", "license": "MIT", "keywords": [