From 88c68c7ee80b8a7cfbb754f2e561ebe85b951fc6 Mon Sep 17 00:00:00 2001 From: dustin deus Date: Tue, 6 Nov 2018 22:56:47 +0100 Subject: [PATCH] v0.5.2 --- lerna.json | 2 +- packages/hast-util-from-webparser/package.json | 6 +++--- packages/prettyhtml-formatter/package.json | 10 +++++----- packages/prettyhtml-hast-to-html/package.json | 4 ++-- packages/prettyhtml-hastscript/package.json | 2 +- packages/prettyhtml-quick/package.json | 4 ++-- packages/prettyhtml/package.json | 8 ++++---- packages/rehype-minify-whitespace/package.json | 4 ++-- packages/rehype-webparser/package.json | 6 +++--- packages/webparser/package.json | 2 +- 10 files changed, 24 insertions(+), 24 deletions(-) diff --git a/lerna.json b/lerna.json index 0e32e9e..740c3c2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "lerna": "3.4.3", "packages": ["packages/*"], - "version": "0.5.1" + "version": "0.5.2" } diff --git a/packages/hast-util-from-webparser/package.json b/packages/hast-util-from-webparser/package.json index e451d70..2db5737 100644 --- a/packages/hast-util-from-webparser/package.json +++ b/packages/hast-util-from-webparser/package.json @@ -1,6 +1,6 @@ { "name": "@starptech/hast-util-from-webparser", - "version": "0.5.0", + "version": "0.5.2", "description": "", "main": "./dist/index.js", "scripts": { @@ -21,8 +21,8 @@ "author": "Dustin Deus (http://www.starptech.de)", "license": "MIT", "dependencies": { - "@starptech/prettyhtml-hastscript": "^0.5.0", - "@starptech/webparser": "^0.5.0", + "@starptech/prettyhtml-hastscript": "^0.5.2", + "@starptech/webparser": "^0.5.2", "property-information": "https://github.com/StarpTech/property-information#attr_normalization_fix" }, "devDependencies": { diff --git a/packages/prettyhtml-formatter/package.json b/packages/prettyhtml-formatter/package.json index b84fdb3..d19a314 100644 --- a/packages/prettyhtml-formatter/package.json +++ b/packages/prettyhtml-formatter/package.json @@ -1,6 +1,6 @@ { "name": "@starptech/prettyhtml-formatter", - "version": "0.5.1", + "version": "0.5.2", "description": "Html formatter", "main": "index.js", "repository": { @@ -28,10 +28,10 @@ }, "homepage": "https://github.com/StarpTech/prettyhtml#readme", "dependencies": { - "@starptech/prettyhtml-hast-to-html": "^0.5.1", - "@starptech/rehype-minify-whitespace": "^0.5.0", - "@starptech/rehype-webparser": "^0.5.0", - "@starptech/webparser": "^0.5.0", + "@starptech/prettyhtml-hast-to-html": "^0.5.2", + "@starptech/rehype-minify-whitespace": "^0.5.2", + "@starptech/rehype-webparser": "^0.5.2", + "@starptech/webparser": "^0.5.2", "hast-util-is-element": "^1.0.1", "hast-util-to-string": "^1.0.1", "html-void-elements": "^1.0.3", diff --git a/packages/prettyhtml-hast-to-html/package.json b/packages/prettyhtml-hast-to-html/package.json index dd30a82..07900a8 100644 --- a/packages/prettyhtml-hast-to-html/package.json +++ b/packages/prettyhtml-hast-to-html/package.json @@ -1,6 +1,6 @@ { "name": "@starptech/prettyhtml-hast-to-html", - "version": "0.5.1", + "version": "0.5.2", "description": "Hast to html converter", "main": "index.js", "repository": { @@ -41,7 +41,7 @@ "xtend": "^4.0.1" }, "devDependencies": { - "@starptech/prettyhtml-hastscript": "^0.5.0", + "@starptech/prettyhtml-hastscript": "^0.5.2", "ava": "^0.25.0", "nyc": "^13.0.1", "unist-builder": "^1.0.3" diff --git a/packages/prettyhtml-hastscript/package.json b/packages/prettyhtml-hastscript/package.json index 28a5345..0258499 100644 --- a/packages/prettyhtml-hastscript/package.json +++ b/packages/prettyhtml-hastscript/package.json @@ -1,6 +1,6 @@ { "name": "@starptech/prettyhtml-hastscript", - "version": "0.5.0", + "version": "0.5.2", "description": "Hyperscript compatible DSL for creating virtual HAST trees", "keywords": [ "hast", diff --git a/packages/prettyhtml-quick/package.json b/packages/prettyhtml-quick/package.json index 5eca527..fc734ac 100644 --- a/packages/prettyhtml-quick/package.json +++ b/packages/prettyhtml-quick/package.json @@ -1,6 +1,6 @@ { "name": "@starptech/prettyhtml-quick", - "version": "0.5.1", + "version": "0.5.2", "description": "", "main": "./bin/cli.js", "scripts": { @@ -22,7 +22,7 @@ "author": "Dustin Deus (http://www.starptech.de)", "license": "MIT", "dependencies": { - "@starptech/prettyhtml": "^0.5.1", + "@starptech/prettyhtml": "^0.5.2", "chalk": "^2.4.1", "commander": "^2.18.0", "execa": "^1.0.0", diff --git a/packages/prettyhtml/package.json b/packages/prettyhtml/package.json index 1e9d9f9..c2af184 100644 --- a/packages/prettyhtml/package.json +++ b/packages/prettyhtml/package.json @@ -1,6 +1,6 @@ { "name": "@starptech/prettyhtml", - "version": "0.5.1", + "version": "0.5.2", "description": "Opinionated Web Component HTML formatter", "main": "index.js", "repository": { @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/StarpTech/prettyhtml#readme", "dependencies": { - "@starptech/prettyhtml-formatter": "^0.5.1", - "@starptech/rehype-webparser": "^0.5.0", - "@starptech/webparser": "^0.5.0", + "@starptech/prettyhtml-formatter": "^0.5.2", + "@starptech/rehype-webparser": "^0.5.2", + "@starptech/webparser": "^0.5.2", "meow": "^5.0.0", "prettier": "^1.14.3", "rehype-sort-attribute-values": "^1.0.1", diff --git a/packages/rehype-minify-whitespace/package.json b/packages/rehype-minify-whitespace/package.json index 20be40e..985d7f4 100644 --- a/packages/rehype-minify-whitespace/package.json +++ b/packages/rehype-minify-whitespace/package.json @@ -1,6 +1,6 @@ { "name": "@starptech/rehype-minify-whitespace", - "version": "0.5.0", + "version": "0.5.2", "description": "", "main": "index.js", "keywords": [ @@ -25,7 +25,7 @@ "unist-util-modify-children": "^1.1.2" }, "devDependencies": { - "@starptech/prettyhtml-hastscript": "^0.5.0", + "@starptech/prettyhtml-hastscript": "^0.5.2", "ava": "^0.25.0", "nyc": "^13.0.1", "rehype": "^6.0.0" diff --git a/packages/rehype-webparser/package.json b/packages/rehype-webparser/package.json index 8fbfbc3..fb4e567 100644 --- a/packages/rehype-webparser/package.json +++ b/packages/rehype-webparser/package.json @@ -1,6 +1,6 @@ { "name": "@starptech/rehype-webparser", - "version": "0.5.0", + "version": "0.5.2", "description": "", "main": "./dist/index.js", "scripts": { @@ -24,8 +24,8 @@ "author": "Dustin Deus (http://www.starptech.de)", "license": "MIT", "dependencies": { - "@starptech/hast-util-from-webparser": "^0.5.0", - "@starptech/webparser": "^0.5.0" + "@starptech/hast-util-from-webparser": "^0.5.2", + "@starptech/webparser": "^0.5.2" }, "devDependencies": { "jest": "^23.6.0", diff --git a/packages/webparser/package.json b/packages/webparser/package.json index afa1584..5b95229 100644 --- a/packages/webparser/package.json +++ b/packages/webparser/package.json @@ -1,6 +1,6 @@ { "name": "@starptech/webparser", - "version": "0.5.0", + "version": "0.5.2", "description": "Optimized html parser for HTML5 Web Components.", "main": "./dist/public_api.js", "scripts": {