From 37227a3429584903cbd1799dade995266fc2dbe6 Mon Sep 17 00:00:00 2001 From: inikulin Date: Fri, 24 Jul 2020 16:17:33 +0100 Subject: [PATCH] v6.0.1 --- lerna.json | 2 +- packages/parse5-html-rewriting-stream/package.json | 6 +++--- packages/parse5-htmlparser2-tree-adapter/package.json | 4 ++-- packages/parse5-parser-stream/package.json | 4 ++-- packages/parse5-plain-text-conversion-stream/package.json | 6 +++--- packages/parse5-sax-parser/package.json | 4 ++-- packages/parse5-serializer-stream/package.json | 4 ++-- packages/parse5/package.json | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lerna.json b/lerna.json index 26d3d87e7..6cf0b0f3a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "lerna": "2.10.2", "packages": ["packages/*"], - "version": "6.0.0" + "version": "6.0.1" } diff --git a/packages/parse5-html-rewriting-stream/package.json b/packages/parse5-html-rewriting-stream/package.json index 297a81f95..e4bf660d8 100644 --- a/packages/parse5-html-rewriting-stream/package.json +++ b/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 (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", @@ -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", diff --git a/packages/parse5-htmlparser2-tree-adapter/package.json b/packages/parse5-htmlparser2-tree-adapter/package.json index dd2cd152c..cb8d818a2 100644 --- a/packages/parse5-htmlparser2-tree-adapter/package.json +++ b/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 (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", @@ -14,7 +14,7 @@ "license": "MIT", "main": "./lib/index.js", "dependencies": { - "parse5": "^6.0.0" + "parse5": "^6.0.1" }, "repository": { "type": "git", diff --git a/packages/parse5-parser-stream/package.json b/packages/parse5-parser-stream/package.json index e7fdc858a..068e07566 100644 --- a/packages/parse5-parser-stream/package.json +++ b/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 (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", @@ -14,7 +14,7 @@ "license": "MIT", "main": "./lib/index.js", "dependencies": { - "parse5": "^6.0.0" + "parse5": "^6.0.1" }, "repository": { "type": "git", diff --git a/packages/parse5-plain-text-conversion-stream/package.json b/packages/parse5-plain-text-conversion-stream/package.json index 28827c9b4..974a0d13f 100644 --- a/packages/parse5-plain-text-conversion-stream/package.json +++ b/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 (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", @@ -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", diff --git a/packages/parse5-sax-parser/package.json b/packages/parse5-sax-parser/package.json index 3560a5be5..092415236 100644 --- a/packages/parse5-sax-parser/package.json +++ b/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 (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", @@ -15,7 +15,7 @@ "license": "MIT", "main": "./lib/index.js", "dependencies": { - "parse5": "^6.0.0" + "parse5": "^6.0.1" }, "repository": { "type": "git", diff --git a/packages/parse5-serializer-stream/package.json b/packages/parse5-serializer-stream/package.json index e9829e16b..2c2948ada 100644 --- a/packages/parse5-serializer-stream/package.json +++ b/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 (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", @@ -16,7 +16,7 @@ "license": "MIT", "main": "./lib/index.js", "dependencies": { - "parse5": "^6.0.0" + "parse5": "^6.0.1" }, "repository": { "type": "git", diff --git a/packages/parse5/package.json b/packages/parse5/package.json index f7e9402b7..13a12df24 100644 --- a/packages/parse5/package.json +++ b/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 (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5",