Skip to content

Commit 036a6cc

Browse files
committed
v4.3.0
1 parent 010aa34 commit 036a6cc

File tree

31 files changed

+95
-95
lines changed

31 files changed

+95
-95
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
}
1010
},
1111
"npmClient": "yarn",
12-
"version": "4.2.1"
12+
"version": "4.3.0"
1313
}

packages/mjml-accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-accordion",
33
"description": "mjml-accordion",
4-
"version": "4.2.1",
4+
"version": "4.3.0",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -20,6 +20,6 @@
2020
"babel-runtime": "^6.26.0",
2121
"cross-env": "^5.1.4",
2222
"lodash": "^4.17.2",
23-
"mjml-core": "4.2.1"
23+
"mjml-core": "4.3.0"
2424
}
2525
}

packages/mjml-body/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-body",
33
"description": "mjml-body",
4-
"version": "4.2.1",
4+
"version": "4.3.0",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -20,6 +20,6 @@
2020
"babel-runtime": "^6.26.0",
2121
"cross-env": "^5.1.4",
2222
"lodash": "^4.17.2",
23-
"mjml-core": "4.2.1"
23+
"mjml-core": "4.3.0"
2424
}
2525
}

packages/mjml-button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-button",
33
"description": "mjml-button",
4-
"version": "4.2.1",
4+
"version": "4.3.0",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -20,6 +20,6 @@
2020
"babel-runtime": "^6.26.0",
2121
"cross-env": "^5.1.4",
2222
"lodash": "^4.17.2",
23-
"mjml-core": "4.2.1"
23+
"mjml-core": "4.3.0"
2424
}
2525
}

packages/mjml-carousel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-carousel",
33
"description": "mjml-carousel",
4-
"version": "4.2.1",
4+
"version": "4.3.0",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -20,6 +20,6 @@
2020
"babel-runtime": "^6.26.0",
2121
"cross-env": "^5.1.4",
2222
"lodash": "^4.17.2",
23-
"mjml-core": "4.2.1"
23+
"mjml-core": "4.3.0"
2424
}
2525
}

packages/mjml-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-cli",
33
"description": "MJML: the only framework that makes responsive-email easy",
4-
"version": "4.2.1",
4+
"version": "4.3.0",
55
"main": "bin/mjml",
66
"bin": {
77
"mjml-cli": "bin/mjml"
@@ -25,10 +25,10 @@
2525
"cross-env": "^5.1.4",
2626
"glob": "^7.1.1",
2727
"lodash": "^4.17.4",
28-
"mjml-core": "4.2.1",
29-
"mjml-migrate": "4.2.1",
30-
"mjml-parser-xml": "4.2.1",
31-
"mjml-validator": "4.2.1",
28+
"mjml-core": "4.3.0",
29+
"mjml-migrate": "4.3.0",
30+
"mjml-parser-xml": "4.3.0",
31+
"mjml-validator": "4.3.0",
3232
"yargs": "^8.0.2"
3333
},
3434
"devDependencies": {

packages/mjml-column/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-column",
33
"description": "mjml-column",
4-
"version": "4.2.1",
4+
"version": "4.3.0",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -20,6 +20,6 @@
2020
"babel-runtime": "^6.26.0",
2121
"cross-env": "^5.1.4",
2222
"lodash": "^4.17.2",
23-
"mjml-core": "4.2.1"
23+
"mjml-core": "4.3.0"
2424
}
2525
}

packages/mjml-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-core",
33
"description": "mjml-core",
4-
"version": "4.2.1",
4+
"version": "4.3.0",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -24,9 +24,9 @@
2424
"js-beautify": "^1.6.14",
2525
"juice": "^4.1.0",
2626
"lodash": "^4.17.2",
27-
"mjml-migrate": "4.2.1",
28-
"mjml-parser-xml": "4.2.1",
29-
"mjml-validator": "4.2.1"
27+
"mjml-migrate": "4.3.0",
28+
"mjml-parser-xml": "4.3.0",
29+
"mjml-validator": "4.3.0"
3030
},
3131
"devDependencies": {
3232
"chai": "^4.1.1"

packages/mjml-divider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-divider",
33
"description": "mjml-divider",
4-
"version": "4.2.1",
4+
"version": "4.3.0",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -20,6 +20,6 @@
2020
"babel-runtime": "^6.26.0",
2121
"cross-env": "^5.1.4",
2222
"lodash": "^4.17.2",
23-
"mjml-core": "4.2.1"
23+
"mjml-core": "4.3.0"
2424
}
2525
}

packages/mjml-group/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-group",
33
"description": "mjml-group",
4-
"version": "4.2.1",
4+
"version": "4.3.0",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -20,6 +20,6 @@
2020
"babel-runtime": "^6.26.0",
2121
"cross-env": "^5.1.4",
2222
"lodash": "^4.17.2",
23-
"mjml-core": "4.2.1"
23+
"mjml-core": "4.3.0"
2424
}
2525
}

0 commit comments

Comments
 (0)