Skip to content

Commit

Permalink
12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 30, 2021
1 parent 25e1444 commit dd6460b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/rehype-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-cli",
"version": "10.0.0",
"version": "11.0.0",
"description": "CLI to process HTML with rehype",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"cli.js"
],
"dependencies": {
"rehype": "^11.0.0",
"rehype": "^12.0.0",
"unified-args": "^9.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-parse",
"version": "7.0.1",
"version": "8.0.0",
"description": "rehype plugin to parse HTML",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-stringify",
"version": "8.0.0",
"version": "9.0.0",
"description": "rehype plugin to serialize HTML",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/rehype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype",
"version": "11.0.0",
"version": "12.0.0",
"description": "HTML processor powered by plugins part of the unified collective",
"license": "MIT",
"keywords": [
Expand All @@ -18,8 +18,8 @@
],
"dependencies": {
"@types/hast": "^2.0.0",
"rehype-parse": "^7.0.0",
"rehype-stringify": "^8.0.0",
"rehype-parse": "^8.0.0",
"rehype-stringify": "^9.0.0",
"unified": "^10.0.0"
},
"homepage": "https://github.com/rehypejs/rehype",
Expand Down

0 comments on commit dd6460b

Please sign in to comment.