Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 12, 2020
1 parent 97d411d commit 6ef0e2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/remark-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint",
"version": "7.0.1",
"version": "8.0.0",
"description": "remark plugin to lint Markdown code style",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-preset-lint-consistent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"index.js"
],
"dependencies": {
"remark-lint": "^7.0.0",
"remark-lint": "^8.0.0",
"remark-lint-blockquote-indentation": "^2.0.0",
"remark-lint-checkbox-character-style": "^3.0.0",
"remark-lint-code-block-style": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"index.js"
],
"dependencies": {
"remark-lint": "^7.0.0",
"remark-lint": "^8.0.0",
"remark-lint-file-extension": "^1.0.0",
"remark-lint-no-file-name-mixed-case": "^1.0.0",
"remark-lint-no-file-name-articles": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-preset-lint-recommended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"index.js"
],
"dependencies": {
"remark-lint": "^7.0.0",
"remark-lint": "^8.0.0",
"remark-lint-final-newline": "^1.0.0",
"remark-lint-list-item-bullet-indent": "^3.0.0",
"remark-lint-list-item-indent": "^2.0.0",
Expand Down

0 comments on commit 6ef0e2f

Please sign in to comment.