Skip to content

Commit

Permalink
v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Dec 9, 2018
1 parent ca8ed68 commit b1458c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.8"
"version": "0.8.9"
}
2 changes: 1 addition & 1 deletion 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.7",
"version": "0.8.9",
"description": "Html formatter",
"main": "index.js",
"repository": {
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.8",
"version": "0.8.9",
"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.8",
"@starptech/prettyhtml": "^0.8.9",
"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.8",
"version": "0.8.9",
"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.7",
"@starptech/prettyhtml-formatter": "^0.8.9",
"@starptech/prettyhtml-sort-attributes": "^0.8.7",
"@starptech/rehype-webparser": "^0.8.7",
"@starptech/webparser": "^0.8.5",
Expand Down

0 comments on commit b1458c4

Please sign in to comment.