diff --git a/lerna.json b/lerna.json index e05aa1f..93e0a1b 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "1.0.0" + "version": "1.0.2-0" } diff --git a/packages/heml-elements/package.json b/packages/heml-elements/package.json index 9d05fa6..b72837e 100644 --- a/packages/heml-elements/package.json +++ b/packages/heml-elements/package.json @@ -1,6 +1,6 @@ { "name": "@heml/elements", - "version": "1.0.0", + "version": "1.0.2-0", "description": "Core elements for HEML", "keywords": [ "heml" @@ -21,8 +21,8 @@ "access": "public" }, "dependencies": { - "@heml/styles": "^1.0.0", - "@heml/utils": "^1.0.0", + "@heml/styles": "^1.0.2-0", + "@heml/utils": "^1.0.2-0", "axios": "^0.17.0", "image-size": "^0.6.1", "is-absolute-url": "^2.1.0", diff --git a/packages/heml-inline/package.json b/packages/heml-inline/package.json index 4c7d86e..2c0481c 100644 --- a/packages/heml-inline/package.json +++ b/packages/heml-inline/package.json @@ -1,6 +1,6 @@ { "name": "@heml/inline", - "version": "1.0.0", + "version": "1.0.2-0", "description": "CSS inliner for HEML", "keywords": [ "heml" diff --git a/packages/heml-parse/package.json b/packages/heml-parse/package.json index a5fad82..4a03ae3 100644 --- a/packages/heml-parse/package.json +++ b/packages/heml-parse/package.json @@ -1,6 +1,6 @@ { "name": "@heml/parse", - "version": "1.0.0", + "version": "1.0.2-0", "description": "Parser for HEML", "keywords": [ "heml" diff --git a/packages/heml-render/package.json b/packages/heml-render/package.json index 74680fc..0d856b3 100644 --- a/packages/heml-render/package.json +++ b/packages/heml-render/package.json @@ -1,6 +1,6 @@ { "name": "@heml/render", - "version": "1.0.0", + "version": "1.0.2-0", "description": "Renderer for HEML", "keywords": [ "heml" diff --git a/packages/heml-styles/package.json b/packages/heml-styles/package.json index 4c27182..ce46fcf 100644 --- a/packages/heml-styles/package.json +++ b/packages/heml-styles/package.json @@ -1,6 +1,6 @@ { "name": "@heml/styles", - "version": "1.0.0", + "version": "1.0.2-0", "description": "CSS processor for HEML", "keywords": [ "heml" diff --git a/packages/heml-utils/package.json b/packages/heml-utils/package.json index e9c806c..e5bc8b6 100644 --- a/packages/heml-utils/package.json +++ b/packages/heml-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heml/utils", - "version": "1.0.0", + "version": "1.0.2-0", "description": "A collection of utilities for HEML", "keywords": [ "heml" @@ -21,7 +21,7 @@ "access": "public" }, "dependencies": { - "@heml/render": "^1.0.0", + "@heml/render": "^1.0.2-0", "css-groups": "^0.1.1", "lodash": "^4.17.4" } diff --git a/packages/heml-validate/package.json b/packages/heml-validate/package.json index 57e59a2..7127c53 100644 --- a/packages/heml-validate/package.json +++ b/packages/heml-validate/package.json @@ -1,6 +1,6 @@ { "name": "@heml/validate", - "version": "1.0.0", + "version": "1.0.2-0", "description": "Validator for HEML", "keywords": [ "heml" @@ -21,7 +21,7 @@ "access": "public" }, "dependencies": { - "@heml/utils": "^1.0.0", + "@heml/utils": "^1.0.2-0", "lodash": "^4.17.4" } } diff --git a/packages/heml/package.json b/packages/heml/package.json index 028b84d..7607e18 100644 --- a/packages/heml/package.json +++ b/packages/heml/package.json @@ -1,6 +1,6 @@ { "name": "heml", - "version": "1.0.0", + "version": "1.0.2-0", "description": "HEML is an open source markup language for building responsive email", "keywords": [ "heml", @@ -20,12 +20,12 @@ "main": "build/index.js", "bin": "build/bin/heml.js", "dependencies": { - "@heml/elements": "^1.0.0", - "@heml/inline": "^1.0.0", - "@heml/parse": "^1.0.0", - "@heml/render": "^1.0.0", - "@heml/utils": "^1.0.0", - "@heml/validate": "^1.0.0", + "@heml/elements": "^1.0.2-0", + "@heml/inline": "^1.0.2-0", + "@heml/parse": "^1.0.2-0", + "@heml/render": "^1.0.2-0", + "@heml/utils": "^1.0.2-0", + "@heml/validate": "^1.0.2-0", "babel-runtime": "^6.26.0", "boxen": "^1.2.1", "byte-length": "^0.1.1", @@ -34,6 +34,7 @@ "express": "^4.16.2", "fs-extra": "^4.0.2", "gaze": "^1.1.2", + "get-port": "^3.2.0", "js-beautify": "^1.7.4", "lodash": "^4.17.4", "log-update": "^2.1.0",