Skip to content

Commit a97897d

Browse files
committedSep 27, 2024··
7.0.1
1 parent 2e3236a commit a97897d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎packages/rehype-dom-parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-dom-parse",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "rehype plugin to use browser APIs to parse HTML",
55
"license": "ISC",
66
"keywords": [

‎packages/rehype-dom-stringify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-dom-stringify",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "rehype plugin to use browser APIs to stringify HTML",
55
"license": "ISC",
66
"keywords": [

‎packages/rehype-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-dom",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "unified processor to use browser APIs to parse and stringify HTML",
55
"license": "ISC",
66
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.