Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Oct 19, 2018
1 parent e0c7d87 commit 3cecd7a
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.2.2"
"version": "0.2.3"
}
6 changes: 3 additions & 3 deletions packages/hast-util-from-webparser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starptech/hast-util-from-webparser",
"version": "0.2.2",
"version": "0.2.3",
"description": "",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -21,8 +21,8 @@
"author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)",
"license": "MIT",
"dependencies": {
"@starptech/prettyhtml-hastscript": "^0.2.2",
"@starptech/webparser": "^0.2.2",
"@starptech/prettyhtml-hastscript": "^0.2.3",
"@starptech/webparser": "^0.2.3",
"property-information": "^4.2.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 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.2.2",
"version": "0.2.3",
"description": "Html formatter",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -28,10 +28,10 @@
},
"homepage": "https://github.com/StarpTech/prettyhtml#readme",
"dependencies": {
"@starptech/prettyhtml-hast-to-html": "^0.2.2",
"@starptech/rehype-minify-whitespace": "^0.2.2",
"@starptech/rehype-webparser": "^0.2.2",
"@starptech/webparser": "^0.2.2",
"@starptech/prettyhtml-hast-to-html": "^0.2.3",
"@starptech/rehype-minify-whitespace": "^0.2.3",
"@starptech/rehype-webparser": "^0.2.3",
"@starptech/webparser": "^0.2.3",
"hast-util-is-element": "^1.0.1",
"hast-util-to-string": "^1.0.1",
"html-void-elements": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/prettyhtml-hast-to-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starptech/prettyhtml-hast-to-html",
"version": "0.2.2",
"version": "0.2.3",
"description": "Hast to html converter",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"xtend": "^4.0.1"
},
"devDependencies": {
"@starptech/prettyhtml-hastscript": "^0.2.2",
"@starptech/prettyhtml-hastscript": "^0.2.3",
"ava": "^0.25.0",
"nyc": "^13.0.1",
"unist-builder": "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettyhtml-hastscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starptech/prettyhtml-hastscript",
"version": "0.2.2",
"version": "0.2.3",
"description": "Hyperscript compatible DSL for creating virtual HAST trees",
"keywords": [
"hast",
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.2.2",
"version": "0.2.3",
"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.2.2",
"@starptech/prettyhtml": "^0.2.3",
"chalk": "^2.4.1",
"commander": "^2.18.0",
"execa": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/prettyhtml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starptech/prettyhtml",
"version": "0.2.2",
"version": "0.2.3",
"description": "Opinionated Web Component HTML formatter",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"homepage": "https://github.com/StarpTech/prettyhtml#readme",
"dependencies": {
"@starptech/prettyhtml-formatter": "^0.2.2",
"@starptech/rehype-webparser": "^0.2.2",
"@starptech/webparser": "^0.2.2",
"@starptech/prettyhtml-formatter": "^0.2.3",
"@starptech/rehype-webparser": "^0.2.3",
"@starptech/webparser": "^0.2.3",
"meow": "^5.0.0",
"prettier": "^1.14.3",
"rehype-sort-attribute-values": "^1.0.1",
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.2.2",
"version": "0.2.3",
"description": "",
"main": "index.js",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/rehype-webparser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starptech/rehype-webparser",
"version": "0.2.2",
"version": "0.2.3",
"description": "",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -24,8 +24,8 @@
"author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)",
"license": "MIT",
"dependencies": {
"@starptech/hast-util-from-webparser": "^0.2.2",
"@starptech/webparser": "^0.2.2"
"@starptech/hast-util-from-webparser": "^0.2.3",
"@starptech/webparser": "^0.2.3"
},
"devDependencies": {
"jest": "^23.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webparser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starptech/webparser",
"version": "0.2.2",
"version": "0.2.3",
"description": "Optimized html parser for HTML5 Web Components.",
"main": "./dist/public_api.js",
"scripts": {
Expand Down

0 comments on commit 3cecd7a

Please sign in to comment.