Skip to content

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jul 24, 2020
1 parent ecd3c5a commit 37227a3
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": "6.0.0"
"version": "6.0.1"
}
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": "6.0.0",
"version": "6.0.1",
"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": "^6.0.0",
"parse5-sax-parser": "^6.0.0"
"parse5": "^6.0.1",
"parse5-sax-parser": "^6.0.1"
},
"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": "6.0.0",
"version": "6.0.1",
"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": "^6.0.0"
"parse5": "^6.0.1"
},
"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": "6.0.0",
"version": "6.0.1",
"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": "^6.0.0"
"parse5": "^6.0.1"
},
"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": "6.0.0",
"version": "6.0.1",
"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": "^6.0.0",
"parse5-parser-stream": "^6.0.0"
"parse5": "^6.0.1",
"parse5-parser-stream": "^6.0.1"
},
"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": "6.0.0",
"version": "6.0.1",
"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": "^6.0.0"
"parse5": "^6.0.1"
},
"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": "6.0.0",
"version": "6.0.1",
"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": "^6.0.0"
"parse5": "^6.0.1"
},
"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": "6.0.0",
"version": "6.0.1",
"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

0 comments on commit 37227a3

Please sign in to comment.