Skip to content

Commit 0c260f9

Browse files
committed
v6.0.0
1 parent da67fea commit 0c260f9

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"lerna": "2.10.2",
33
"packages": ["packages/*"],
4-
"version": "5.1.1"
4+
"version": "6.0.0"
55
}

packages/parse5-html-rewriting-stream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parse5-html-rewriting-stream",
33
"description": "Streaming HTML rewriter.",
4-
"version": "5.1.1",
4+
"version": "6.0.0",
55
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
66
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
77
"homepage": "https://github.com/inikulin/parse5",
@@ -17,8 +17,8 @@
1717
"license": "MIT",
1818
"main": "./lib/index.js",
1919
"dependencies": {
20-
"parse5": "^5.1.1",
21-
"parse5-sax-parser": "^5.1.1"
20+
"parse5": "^6.0.0",
21+
"parse5-sax-parser": "^6.0.0"
2222
},
2323
"repository": {
2424
"type": "git",

packages/parse5-htmlparser2-tree-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parse5-htmlparser2-tree-adapter",
33
"description": "htmlparser2 tree adapter for parse5.",
4-
"version": "5.1.1",
4+
"version": "6.0.0",
55
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
66
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
77
"homepage": "https://github.com/inikulin/parse5",
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"main": "./lib/index.js",
1616
"dependencies": {
17-
"parse5": "^5.1.1"
17+
"parse5": "^6.0.0"
1818
},
1919
"repository": {
2020
"type": "git",

packages/parse5-parser-stream/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parse5-parser-stream",
33
"description": "Streaming HTML parser with scripting support.",
4-
"version": "5.1.1",
4+
"version": "6.0.0",
55
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
66
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
77
"homepage": "https://github.com/inikulin/parse5",
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"main": "./lib/index.js",
1616
"dependencies": {
17-
"parse5": "^5.1.1"
17+
"parse5": "^6.0.0"
1818
},
1919
"repository": {
2020
"type": "git",

packages/parse5-plain-text-conversion-stream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parse5-plain-text-conversion-stream",
33
"description": "Stream that converts plain text files into HTML document.",
4-
"version": "5.1.1",
4+
"version": "6.0.0",
55
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
66
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
77
"homepage": "https://github.com/inikulin/parse5",
@@ -17,8 +17,8 @@
1717
"license": "MIT",
1818
"main": "./lib/index.js",
1919
"dependencies": {
20-
"parse5": "^5.1.1",
21-
"parse5-parser-stream": "^5.1.1"
20+
"parse5": "^6.0.0",
21+
"parse5-parser-stream": "^6.0.0"
2222
},
2323
"repository": {
2424
"type": "git",

packages/parse5-sax-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parse5-sax-parser",
33
"description": "Streaming SAX-style HTML parser.",
4-
"version": "5.1.1",
4+
"version": "6.0.0",
55
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
66
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
77
"homepage": "https://github.com/inikulin/parse5",
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"main": "./lib/index.js",
1717
"dependencies": {
18-
"parse5": "^5.1.1"
18+
"parse5": "^6.0.0"
1919
},
2020
"repository": {
2121
"type": "git",

packages/parse5-serializer-stream/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parse5-serializer-stream",
33
"description": "Streaming HTML serializer.",
4-
"version": "5.1.1",
4+
"version": "6.0.0",
55
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
66
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
77
"homepage": "https://github.com/inikulin/parse5",
@@ -16,7 +16,7 @@
1616
"license": "MIT",
1717
"main": "./lib/index.js",
1818
"dependencies": {
19-
"parse5": "^5.1.1"
19+
"parse5": "^6.0.0"
2020
},
2121
"repository": {
2222
"type": "git",

packages/parse5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parse5",
33
"description": "HTML parser and serializer.",
4-
"version": "5.1.1",
4+
"version": "6.0.0",
55
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
66
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
77
"homepage": "https://github.com/inikulin/parse5",

0 commit comments

Comments
 (0)