Skip to content

Commit

Permalink
v0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Dec 12, 2018
1 parent 6066c28 commit 92ccc2d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "3.4.3",
"packages": ["packages/*"],
"version": "0.8.11"
"version": "0.8.12"
}
2 changes: 1 addition & 1 deletion packages/expression-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starptech/expression-parser",
"version": "0.8.5",
"version": "0.8.12",
"description": "Framework agnostic template expression parser",
"main": "index.js",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/prettyhtml-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starptech/prettyhtml-formatter",
"version": "0.8.11",
"version": "0.8.12",
"description": "Html formatter",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"homepage": "https://github.com/StarpTech/prettyhtml#readme",
"dependencies": {
"@starptech/expression-parser": "^0.8.12",
"@starptech/prettyhtml-hast-to-html": "^0.8.10",
"@starptech/rehype-minify-whitespace": "^0.8.10",
"@starptech/rehype-minify-whitespace": "^0.8.12",
"@starptech/rehype-webparser": "^0.8.10",
"@starptech/expression-parser": "^0.8.5",
"@starptech/webparser": "^0.8.10",
"hast-util-is-element": "^1.0.1",
"hast-util-to-string": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/prettyhtml-quick/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starptech/prettyhtml-quick",
"version": "0.8.11",
"version": "0.8.12",
"description": "",
"main": "./bin/cli.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)",
"license": "MIT",
"dependencies": {
"@starptech/prettyhtml": "^0.8.11",
"@starptech/prettyhtml": "^0.8.12",
"chalk": "^2.4.1",
"commander": "^2.18.0",
"execa": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/prettyhtml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starptech/prettyhtml",
"version": "0.8.11",
"version": "0.8.12",
"description": "Opinionated Web Component HTML formatter",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/StarpTech/prettyhtml#readme",
"dependencies": {
"@starptech/prettyhtml-formatter": "^0.8.11",
"@starptech/prettyhtml-formatter": "^0.8.12",
"@starptech/prettyhtml-sort-attributes": "^0.8.10",
"@starptech/rehype-webparser": "^0.8.10",
"@starptech/webparser": "^0.8.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-whitespace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starptech/rehype-minify-whitespace",
"version": "0.8.10",
"version": "0.8.12",
"description": "",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 92ccc2d

Please sign in to comment.