Skip to content

Commit 44fd140

Browse files
committed
v0.8.2
1 parent 57fbb88 commit 44fd140

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"lerna": "3.4.3",
33
"packages": ["packages/*"],
4-
"version": "0.8.1"
4+
"version": "0.8.2"
55
}

packages/prettyhtml-formatter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/prettyhtml-formatter",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Html formatter",
55
"main": "index.js",
66
"repository": {

packages/prettyhtml-quick/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/prettyhtml-quick",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "",
55
"main": "./bin/cli.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"author": "Dustin Deus <[email protected]> (http://www.starptech.de)",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@starptech/prettyhtml": "^0.8.1",
25+
"@starptech/prettyhtml": "^0.8.2",
2626
"chalk": "^2.4.1",
2727
"commander": "^2.18.0",
2828
"execa": "^1.0.0",

packages/prettyhtml/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/prettyhtml",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Opinionated Web Component HTML formatter",
55
"main": "index.js",
66
"repository": {
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/StarpTech/prettyhtml#readme",
3131
"dependencies": {
32-
"@starptech/prettyhtml-formatter": "^0.8.1",
32+
"@starptech/prettyhtml-formatter": "^0.8.2",
3333
"@starptech/prettyhtml-sort-attributes": "^0.8.1",
3434
"@starptech/rehype-webparser": "^0.8.1",
3535
"@starptech/webparser": "^0.8.0",

0 commit comments

Comments
 (0)