Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Apr 15, 2020
1 parent da67fea commit 0c260f9
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"lerna": "2.10.2",
"packages": ["packages/*"],
"version": "5.1.1"
"version": "6.0.0"
}
6 changes: 3 additions & 3 deletions packages/parse5-html-rewriting-stream/package.json
@@ -1,7 +1,7 @@
{
"name": "parse5-html-rewriting-stream",
"description": "Streaming HTML rewriter.",
"version": "5.1.1",
"version": "6.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand All @@ -17,8 +17,8 @@
"license": "MIT",
"main": "./lib/index.js",
"dependencies": {
"parse5": "^5.1.1",
"parse5-sax-parser": "^5.1.1"
"parse5": "^6.0.0",
"parse5-sax-parser": "^6.0.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/parse5-htmlparser2-tree-adapter/package.json
@@ -1,7 +1,7 @@
{
"name": "parse5-htmlparser2-tree-adapter",
"description": "htmlparser2 tree adapter for parse5.",
"version": "5.1.1",
"version": "6.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"main": "./lib/index.js",
"dependencies": {
"parse5": "^5.1.1"
"parse5": "^6.0.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/parse5-parser-stream/package.json
@@ -1,7 +1,7 @@
{
"name": "parse5-parser-stream",
"description": "Streaming HTML parser with scripting support.",
"version": "5.1.1",
"version": "6.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"main": "./lib/index.js",
"dependencies": {
"parse5": "^5.1.1"
"parse5": "^6.0.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/parse5-plain-text-conversion-stream/package.json
@@ -1,7 +1,7 @@
{
"name": "parse5-plain-text-conversion-stream",
"description": "Stream that converts plain text files into HTML document.",
"version": "5.1.1",
"version": "6.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand All @@ -17,8 +17,8 @@
"license": "MIT",
"main": "./lib/index.js",
"dependencies": {
"parse5": "^5.1.1",
"parse5-parser-stream": "^5.1.1"
"parse5": "^6.0.0",
"parse5-parser-stream": "^6.0.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/parse5-sax-parser/package.json
@@ -1,7 +1,7 @@
{
"name": "parse5-sax-parser",
"description": "Streaming SAX-style HTML parser.",
"version": "5.1.1",
"version": "6.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"main": "./lib/index.js",
"dependencies": {
"parse5": "^5.1.1"
"parse5": "^6.0.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/parse5-serializer-stream/package.json
@@ -1,7 +1,7 @@
{
"name": "parse5-serializer-stream",
"description": "Streaming HTML serializer.",
"version": "5.1.1",
"version": "6.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"main": "./lib/index.js",
"dependencies": {
"parse5": "^5.1.1"
"parse5": "^6.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/parse5/package.json
@@ -1,7 +1,7 @@
{
"name": "parse5",
"description": "HTML parser and serializer.",
"version": "5.1.1",
"version": "6.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand Down

1 comment on commit 0c260f9

@prettykingking
Copy link

@prettykingking prettykingking commented on 0c260f9 Apr 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just want to say Thank you. The core lib parse5 is very stable and fast. The most important part is of it's zero dependency which could save you from npm dependencies hell. 👍

Please sign in to comment.