diff --git a/lerna.json b/lerna.json index 63ea86384..14dc8a18c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "5.0.0" + "version": "5.1.0" } diff --git a/packages/parse5-html-rewriting-stream/package.json b/packages/parse5-html-rewriting-stream/package.json index c20b78cd9..da55da44e 100644 --- a/packages/parse5-html-rewriting-stream/package.json +++ b/packages/parse5-html-rewriting-stream/package.json @@ -1,20 +1,30 @@ { "name": "parse5-html-rewriting-stream", "description": "Streaming HTML rewriter.", - "version": "5.0.0", + "version": "5.1.0", "author": "Ivan Nikulin (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", - "keywords": ["parse5", "parser", "stream", "streaming", "rewritter", "rewrite", "HTML"], + "keywords": [ + "parse5", + "parser", + "stream", + "streaming", + "rewritter", + "rewrite", + "HTML" + ], "license": "MIT", "main": "./lib/index.js", "dependencies": { - "parse5": "^5.0.0", - "parse5-sax-parser": "^5.0.0" + "parse5": "^5.1.0", + "parse5-sax-parser": "^5.1.0" }, "repository": { "type": "git", "url": "git://github.com/inikulin/parse5.git" }, - "files": ["lib"] + "files": [ + "lib" + ] } diff --git a/packages/parse5-htmlparser2-tree-adapter/package.json b/packages/parse5-htmlparser2-tree-adapter/package.json index 069073c86..b35d72c87 100644 --- a/packages/parse5-htmlparser2-tree-adapter/package.json +++ b/packages/parse5-htmlparser2-tree-adapter/package.json @@ -1,19 +1,26 @@ { "name": "parse5-htmlparser2-tree-adapter", "description": "htmlparser2 tree adapter for parse5.", - "version": "5.0.0", + "version": "5.1.0", "author": "Ivan Nikulin (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", - "keywords": ["parse5", "parser", "tree adapter", "htmlparser2"], + "keywords": [ + "parse5", + "parser", + "tree adapter", + "htmlparser2" + ], "license": "MIT", "main": "./lib/index.js", "dependencies": { - "parse5": "^5.0.0" + "parse5": "^5.1.0" }, "repository": { "type": "git", "url": "git://github.com/inikulin/parse5.git" }, - "files": ["lib"] + "files": [ + "lib" + ] } diff --git a/packages/parse5-parser-stream/package.json b/packages/parse5-parser-stream/package.json index 4354c9219..6f3161e76 100644 --- a/packages/parse5-parser-stream/package.json +++ b/packages/parse5-parser-stream/package.json @@ -1,19 +1,26 @@ { "name": "parse5-parser-stream", "description": "Streaming HTML parser with scripting support.", - "version": "5.0.0", + "version": "5.1.0", "author": "Ivan Nikulin (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", - "keywords": ["parse5", "parser", "stream", "streaming"], + "keywords": [ + "parse5", + "parser", + "stream", + "streaming" + ], "license": "MIT", "main": "./lib/index.js", "dependencies": { - "parse5": "^5.0.0" + "parse5": "^5.1.0" }, "repository": { "type": "git", "url": "git://github.com/inikulin/parse5.git" }, - "files": ["lib"] + "files": [ + "lib" + ] } diff --git a/packages/parse5-plain-text-conversion-stream/package.json b/packages/parse5-plain-text-conversion-stream/package.json index f6b9e7a68..47cff2cd9 100644 --- a/packages/parse5-plain-text-conversion-stream/package.json +++ b/packages/parse5-plain-text-conversion-stream/package.json @@ -1,20 +1,30 @@ { "name": "parse5-plain-text-conversion-stream", "description": "Stream that converts plain text files into HTML document.", - "version": "5.0.0", + "version": "5.1.0", "author": "Ivan Nikulin (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", - "keywords": ["parse5", "parser", "stream", "streaming", "plain", "text", "plain text"], + "keywords": [ + "parse5", + "parser", + "stream", + "streaming", + "plain", + "text", + "plain text" + ], "license": "MIT", "main": "./lib/index.js", "dependencies": { - "parse5": "^5.0.0", - "parse5-parser-stream": "^5.0.0" + "parse5": "^5.1.0", + "parse5-parser-stream": "^5.1.0" }, "repository": { "type": "git", "url": "git://github.com/inikulin/parse5.git" }, - "files": ["lib"] + "files": [ + "lib" + ] } diff --git a/packages/parse5-sax-parser/package.json b/packages/parse5-sax-parser/package.json index a9c1dc5be..10faeb00c 100644 --- a/packages/parse5-sax-parser/package.json +++ b/packages/parse5-sax-parser/package.json @@ -1,19 +1,27 @@ { "name": "parse5-sax-parser", "description": "Streaming SAX-style HTML parser.", - "version": "5.0.0", + "version": "5.1.0", "author": "Ivan Nikulin (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", - "keywords": ["parse5", "parser", "stream", "streaming", "SAX"], + "keywords": [ + "parse5", + "parser", + "stream", + "streaming", + "SAX" + ], "license": "MIT", "main": "./lib/index.js", "dependencies": { - "parse5": "^5.0.0" + "parse5": "^5.1.0" }, "repository": { "type": "git", "url": "git://github.com/inikulin/parse5.git" }, - "files": ["lib"] + "files": [ + "lib" + ] } diff --git a/packages/parse5-serializer-stream/package.json b/packages/parse5-serializer-stream/package.json index c2ea8b38c..26ae3131d 100644 --- a/packages/parse5-serializer-stream/package.json +++ b/packages/parse5-serializer-stream/package.json @@ -1,19 +1,28 @@ { "name": "parse5-serializer-stream", "description": "Streaming HTML serializer.", - "version": "5.0.0", + "version": "5.1.0", "author": "Ivan Nikulin (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", - "keywords": ["parse5", "parser", "stream", "streaming", "serializer", "serialiser"], + "keywords": [ + "parse5", + "parser", + "stream", + "streaming", + "serializer", + "serialiser" + ], "license": "MIT", "main": "./lib/index.js", "dependencies": { - "parse5": "^5.0.0" + "parse5": "^5.1.0" }, "repository": { "type": "git", "url": "git://github.com/inikulin/parse5.git" }, - "files": ["lib"] + "files": [ + "lib" + ] } diff --git a/packages/parse5/package.json b/packages/parse5/package.json index 17955330f..c506addb4 100644 --- a/packages/parse5/package.json +++ b/packages/parse5/package.json @@ -1,7 +1,7 @@ { "name": "parse5", "description": "HTML parser and serializer.", - "version": "5.0.0", + "version": "5.1.0", "author": "Ivan Nikulin (https://github.com/inikulin)", "contributors": "https://github.com/inikulin/parse5/graphs/contributors", "homepage": "https://github.com/inikulin/parse5", @@ -28,5 +28,7 @@ "type": "git", "url": "git://github.com/inikulin/parse5.git" }, - "files": ["lib"] + "files": [ + "lib" + ] }