Skip to content

Commit

Permalink
v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iRyusa committed Mar 23, 2018
1 parent d90378b commit b240567
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "4.0.2"
"version": "4.0.3"
}
2 changes: 1 addition & 1 deletion 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.1",
"version": "4.0.3",
"main": "bin/mjml",
"bin": {
"mjml-cli": "bin/mjml"
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "4.0.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "4.0.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/mjml-navbar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-navbar",
"description": "mjml-navbar",
"version": "4.0.2",
"version": "4.0.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "4.0.3",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions packages/mjml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml",
"description": "MJML: the only framework that makes responsive-email easy",
"version": "4.0.2",
"version": "4.0.3",
"main": "lib/index.js",
"bin": {
"mjml": "bin/mjml"
Expand All @@ -24,8 +24,8 @@
"mjml-body": "^4.0.2",
"mjml-button": "^4.0.1",
"mjml-carousel": "^4.0.2",
"mjml-cli": "^4.0.1",
"mjml-column": "^4.0.1",
"mjml-cli": "^4.0.3",
"mjml-column": "^4.0.3",
"mjml-core": "^4.0.1",
"mjml-divider": "^4.0.1",
"mjml-group": "^4.0.2",
Expand All @@ -37,15 +37,15 @@
"mjml-head-style": "^4.0.1",
"mjml-head-title": "^4.0.1",
"mjml-hero": "^4.0.1",
"mjml-image": "^4.0.2",
"mjml-image": "^4.0.3",
"mjml-migrate": "^4.0.1",
"mjml-navbar": "^4.0.2",
"mjml-navbar": "^4.0.3",
"mjml-raw": "^4.0.2",
"mjml-section": "^4.0.1",
"mjml-social": "^4.0.2",
"mjml-spacer": "^4.0.1",
"mjml-table": "^4.0.1",
"mjml-text": "^4.0.1",
"mjml-text": "^4.0.3",
"mjml-validator": "^4.0.1",
"mjml-wrapper": "^4.0.1"
}
Expand Down

0 comments on commit b240567

Please sign in to comment.