Skip to content

Commit

Permalink
14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 3, 2021
1 parent b2a890c commit 9a09d09
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/remark-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-cli",
"version": "9.0.0",
"version": "10.0.0",
"description": "CLI to process markdown with remark",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"cli.js"
],
"dependencies": {
"remark": "^13.0.0",
"remark": "^14.0.0",
"unified-args": "^9.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-parse",
"version": "9.0.0",
"version": "10.0.0",
"description": "remark plugin to parse markdown",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-stringify",
"version": "9.0.1",
"version": "10.0.0",
"description": "remark plugin to compile markdown",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/remark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark",
"version": "13.0.0",
"version": "14.0.0",
"description": "Markdown processor powered by plugins part of the unified collective",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -38,8 +38,8 @@
"index.js"
],
"dependencies": {
"remark-parse": "^9.0.0",
"remark-stringify": "^9.0.0",
"remark-parse": "^10.0.0",
"remark-stringify": "^10.0.0",
"unified": "^10.0.0"
},
"scripts": {
Expand Down

0 comments on commit 9a09d09

Please sign in to comment.