Skip to content

Commit 284bb81

Browse files
committed
Update version of all formatters (to pick up changes to package.json, etc.) and publish to npm.
1 parent 5f5f1c2 commit 284bb81

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

formatter-codequality/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-cli2-formatter-codequality",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "An output formatter for markdownlint-cli2 that writes results to a GitLab Code Quality report artifact JSON file",
55
"author": {
66
"name": "Matthias Schoettle",

formatter-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-cli2-formatter-default",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "An output formatter for markdownlint-cli2 that produces the same output as markdownlint-cli",
55
"author": {
66
"name": "David Anson",

formatter-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-cli2-formatter-json",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "An output formatter for markdownlint-cli2 that writes results to a file in JSON format",
55
"author": {
66
"name": "David Anson",

formatter-junit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-cli2-formatter-junit",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "An output formatter for markdownlint-cli2 that writes results to a file in JUnit XML format",
55
"author": {
66
"name": "David Anson",

formatter-pretty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-cli2-formatter-pretty",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "An output formatter for markdownlint-cli2 that looks like markdownlint-cli2-formatter-default with color and clickable links",
55
"author": {
66
"name": "David Anson",

formatter-sarif/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-cli2-formatter-sarif",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "An output formatter for markdownlint-cli2 that writes results to a file in Static Analysis Results Interchange Format/SARIF",
55
"author": {
66
"name": "David Anson",

formatter-summarize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-cli2-formatter-summarize",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "An output formatter for markdownlint-cli2 that summarizes the results",
55
"author": {
66
"name": "David Anson",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"js-yaml": "4.1.0",
7373
"jsonc-parser": "3.3.1",
7474
"markdownlint": "0.35.0",
75-
"markdownlint-cli2-formatter-default": "0.0.4",
75+
"markdownlint-cli2-formatter-default": "0.0.5",
7676
"micromatch": "4.0.8"
7777
},
7878
"devDependencies": {
@@ -92,12 +92,12 @@
9292
"execa": "9.3.1",
9393
"markdown-it-emoji": "3.0.0",
9494
"markdown-it-for-inline": "2.0.1",
95-
"markdownlint-cli2-formatter-codequality": "0.0.4",
96-
"markdownlint-cli2-formatter-json": "0.0.7",
97-
"markdownlint-cli2-formatter-junit": "0.0.11",
98-
"markdownlint-cli2-formatter-pretty": "0.0.6",
99-
"markdownlint-cli2-formatter-sarif": "0.0.1",
100-
"markdownlint-cli2-formatter-summarize": "0.0.6",
95+
"markdownlint-cli2-formatter-codequality": "0.0.5",
96+
"markdownlint-cli2-formatter-json": "0.0.8",
97+
"markdownlint-cli2-formatter-junit": "0.0.12",
98+
"markdownlint-cli2-formatter-pretty": "0.0.7",
99+
"markdownlint-cli2-formatter-sarif": "0.0.2",
100+
"markdownlint-cli2-formatter-summarize": "0.0.7",
101101
"markdownlint-rule-extended-ascii": "0.1.0",
102102
"npm-run-all": "4.1.5"
103103
},

test/snapshots/markdownlint-cli2-test-exec.js.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3556,7 +3556,7 @@ Generated by [AVA](https://avajs.dev).
35563556
"tool": {␊
35573557
"driver": {␊
35583558
"name": "markdownlint-cli2-formatter-sarif",␊
3559-
"version": "0.0.1",␊
3559+
"version": "0.0.2",␊
35603560
"informationUri": "https://github.com/DavidAnson/markdownlint-cli2",␊
35613561
"rules": [␊
35623562
{␊
@@ -4493,7 +4493,7 @@ Generated by [AVA](https://avajs.dev).
44934493
"tool": {␊
44944494
"driver": {␊
44954495
"name": "markdownlint-cli2-formatter-sarif",␊
4496-
"version": "0.0.1",␊
4496+
"version": "0.0.2",␊
44974497
"informationUri": "https://github.com/DavidAnson/markdownlint-cli2",␊
44984498
"rules": [␊
44994499
{␊
@@ -5142,7 +5142,7 @@ Generated by [AVA](https://avajs.dev).
51425142
"tool": {␊
51435143
"driver": {␊
51445144
"name": "markdownlint-cli2-formatter-sarif",␊
5145-
"version": "0.0.1",␊
5145+
"version": "0.0.2",␊
51465146
"informationUri": "https://github.com/DavidAnson/markdownlint-cli2",␊
51475147
"rules": [␊
51485148
{␊
@@ -5511,7 +5511,7 @@ Generated by [AVA](https://avajs.dev).
55115511
"tool": {␊
55125512
"driver": {␊
55135513
"name": "markdownlint-cli2-formatter-sarif",␊
5514-
"version": "0.0.1",␊
5514+
"version": "0.0.2",␊
55155515
"informationUri": "https://github.com/DavidAnson/markdownlint-cli2",␊
55165516
"rules": [␊
55175517
{␊
@@ -5818,7 +5818,7 @@ Generated by [AVA](https://avajs.dev).
58185818
"tool": {␊
58195819
"driver": {␊
58205820
"name": "markdownlint-cli2-formatter-sarif",␊
5821-
"version": "0.0.1",␊
5821+
"version": "0.0.2",␊
58225822
"informationUri": "https://github.com/DavidAnson/markdownlint-cli2",␊
58235823
"rules": []␊
58245824
}␊
Binary file not shown.

test/snapshots/markdownlint-cli2-test-main.js.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3556,7 +3556,7 @@ Generated by [AVA](https://avajs.dev).
35563556
"tool": {␊
35573557
"driver": {␊
35583558
"name": "markdownlint-cli2-formatter-sarif",␊
3559-
"version": "0.0.1",␊
3559+
"version": "0.0.2",␊
35603560
"informationUri": "https://github.com/DavidAnson/markdownlint-cli2",␊
35613561
"rules": [␊
35623562
{␊
@@ -4186,7 +4186,7 @@ Generated by [AVA](https://avajs.dev).
41864186
"tool": {␊
41874187
"driver": {␊
41884188
"name": "markdownlint-cli2-formatter-sarif",␊
4189-
"version": "0.0.1",␊
4189+
"version": "0.0.2",␊
41904190
"informationUri": "https://github.com/DavidAnson/markdownlint-cli2",␊
41914191
"rules": [␊
41924192
{␊
@@ -4555,7 +4555,7 @@ Generated by [AVA](https://avajs.dev).
45554555
"tool": {␊
45564556
"driver": {␊
45574557
"name": "markdownlint-cli2-formatter-sarif",␊
4558-
"version": "0.0.1",␊
4558+
"version": "0.0.2",␊
45594559
"informationUri": "https://github.com/DavidAnson/markdownlint-cli2",␊
45604560
"rules": [␊
45614561
{␊
@@ -4862,7 +4862,7 @@ Generated by [AVA](https://avajs.dev).
48624862
"tool": {␊
48634863
"driver": {␊
48644864
"name": "markdownlint-cli2-formatter-sarif",␊
4865-
"version": "0.0.1",␊
4865+
"version": "0.0.2",␊
48664866
"informationUri": "https://github.com/DavidAnson/markdownlint-cli2",␊
48674867
"rules": []␊
48684868
}␊
Binary file not shown.

0 commit comments

Comments
 (0)