Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 2, 2021
1 parent 74aba95 commit b4476d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/rehype-dom-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-dom-parse",
"version": "3.0.0",
"version": "4.0.0",
"description": "rehype plugin to use browser APIs to parse HTML",
"license": "ISC",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-dom-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-dom-stringify",
"version": "2.0.1",
"version": "3.0.0",
"description": "rehype plugin to use browser APIs to stringify HTML",
"license": "ISC",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/rehype-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-dom",
"version": "5.0.0",
"version": "6.0.0",
"description": "unified processor to use browser APIs to parse and stringify HTML",
"license": "ISC",
"keywords": [
Expand Down Expand Up @@ -35,8 +35,8 @@
],
"dependencies": {
"@types/hast": "^2.0.0",
"rehype-dom-parse": "^3.0.0",
"rehype-dom-stringify": "^2.0.1",
"rehype-dom-parse": "^4.0.0",
"rehype-dom-stringify": "^3.0.0",
"unified": "^10.0.0"
},
"scripts": {
Expand Down

0 comments on commit b4476d3

Please sign in to comment.