Skip to content

Commit

Permalink
Prepare 4.0.0.alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Loëck Vézien committed Aug 23, 2017
1 parent 52e207f commit c8f2143
Show file tree
Hide file tree
Showing 26 changed files with 78 additions and 76 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"lerna": "2.0.0",
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "4.0.0-alpha.2"
"version": "4.0.0-alpha.3"
}
4 changes: 2 additions & 2 deletions packages/mjml-body/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-body",
"description": "mjml-body",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-button",
"description": "mjml-button",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
8 changes: 4 additions & 4 deletions packages/mjml-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-cli",
"description": "MJML: the only framework that makes responsive-email easy",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "bin/mjml",
"bin": {
"mjml-cli": "bin/mjml"
Expand All @@ -25,9 +25,9 @@
"fs-promise": "^2.0.3",
"glob": "^7.1.1",
"lodash": "^4.17.4",
"mjml-core": "^4.0.0-alpha.2",
"mjml-parser-xml": "^4.0.0-alpha.2",
"mjml-validator": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3",
"mjml-parser-xml": "^4.0.0-alpha.3",
"mjml-validator": "^4.0.0-alpha.3"
},
"devDependencies": {
"chai": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mjml-column/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-column",
"description": "mjml-column",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
6 changes: 3 additions & 3 deletions packages/mjml-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-core",
"description": "mjml-core",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"js-beautify": "^1.6.14",
"juice": "^4.1.0",
"lodash": "^4.17.3",
"mjml-parser-xml": "^4.0.0-alpha.2",
"mjml-validator": "4.0.0-alpha.2",
"mjml-parser-xml": "^4.0.0-alpha.3",
"mjml-validator": "^4.0.0-alpha.3",
"object-path": "^0.11.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-divider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-divider",
"description": "mjml-divider",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-group/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-group",
"description": "mjml-group",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-head-attributes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head-attributes",
"description": "mjml-head-attributes",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-head-breakpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head-breakpoint",
"description": "mjml-head-breakpoint",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-head-font/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head-font",
"description": "mjml-head-font",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-head-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head-preview",
"description": "mjml-head-preview",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-head-style/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head-style",
"description": "mjml-head-style",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-head-title/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head-title",
"description": "mjml-head-title",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-head/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head",
"description": "mjml-head",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-image/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-image",
"description": "mjml-image",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
2 changes: 1 addition & 1 deletion packages/mjml-parser-xml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-parser-xml",
"description": "mjml-parser-xml",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/mjml-raw/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-raw",
"description": "mjml-raw",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-section/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-section",
"description": "mjml-section",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-social/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-social",
"description": "mjml-social",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-spacer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-spacer",
"description": "mjml-spacer",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-table",
"description": "mjml-atable",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
4 changes: 2 additions & 2 deletions packages/mjml-text/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-text",
"description": "mjml-text",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.2"
"mjml-core": "^4.0.0-alpha.3"
}
}
2 changes: 1 addition & 1 deletion packages/mjml-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-validator",
"description": "mjml-validator",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit c8f2143

Please sign in to comment.