Skip to content

Commit 863f232

Browse files
author
Loëck Vézien
committed
Prepare 3.3.2
1 parent 72d24b3 commit 863f232

File tree

24 files changed

+74
-74
lines changed

24 files changed

+74
-74
lines changed

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": "3.3.1",
4+
"version": "3.3.2",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"classnames": "^2.2.5",
1717
"lodash": "^4.17.4",
18-
"mjml-core": "~3.3.1",
18+
"mjml-core": "~3.3.2",
1919
"react": "^15.4.2"
2020
}
2121
}

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": "3.3.1",
4+
"version": "3.3.2",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -14,7 +14,7 @@
1414
"homepage": "https://mjml.io",
1515
"dependencies": {
1616
"lodash": "^4.17.4",
17-
"mjml-core": "~3.3.1",
17+
"mjml-core": "~3.3.2",
1818
"react": "^15.4.2"
1919
}
2020
}

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": "3.3.1",
4+
"version": "3.3.2",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -14,7 +14,7 @@
1414
"homepage": "https://mjml.io",
1515
"dependencies": {
1616
"lodash": "^4.17.4",
17-
"mjml-core": "~3.3.1",
17+
"mjml-core": "~3.3.2",
1818
"react": "^15.4.2"
1919
}
2020
}

packages/mjml-cli/package.json

Lines changed: 2 additions & 2 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": "3.3.1",
4+
"version": "3.3.2",
55
"main": "bin/mjml",
66
"bin": {
77
"mjml-cli": "bin/mjml"
@@ -21,7 +21,7 @@
2121
"fs-promise": "^2.0.0",
2222
"glob": "^7.1.1",
2323
"lodash": "^4.17.4",
24-
"mjml-core": "~3.3.1"
24+
"mjml-core": "~3.3.2"
2525
},
2626
"devDependencies": {
2727
"chai": "^3.5.0",

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": "3.3.1",
4+
"version": "3.3.2",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"classnames": "^2.2.5",
1717
"lodash": "^4.17.4",
18-
"mjml-core": "~3.3.1",
18+
"mjml-core": "~3.3.2",
1919
"react": "^15.4.2"
2020
}
2121
}

packages/mjml-container/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-container",
33
"description": "mjml-container",
4-
"version": "3.3.1",
4+
"version": "3.3.2",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -13,7 +13,7 @@
1313
},
1414
"homepage": "https://mjml.io",
1515
"dependencies": {
16-
"mjml-core": "~3.3.1",
16+
"mjml-core": "~3.3.2",
1717
"react": "^15.4.2"
1818
}
1919
}

packages/mjml-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-core",
33
"description": "mjml-core",
4-
"version": "3.3.1",
4+
"version": "3.3.2",
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "mocha --compilers js:babel-register"

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": "3.3.1",
4+
"version": "3.3.2",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -14,7 +14,7 @@
1414
"homepage": "https://mjml.io",
1515
"dependencies": {
1616
"lodash": "^4.17.4",
17-
"mjml-core": "~3.3.1",
17+
"mjml-core": "~3.3.2",
1818
"react": "^15.4.2"
1919
}
2020
}

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": "3.3.1",
4+
"version": "3.3.2",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -14,7 +14,7 @@
1414
"homepage": "https://github.com/mjmlio/mjml",
1515
"dependencies": {
1616
"lodash": "^4.17.4",
17-
"mjml-core": "~3.3.1",
17+
"mjml-core": "~3.3.2",
1818
"react": "^15.4.2"
1919
}
2020
}

packages/mjml-hero/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-hero",
33
"description": "mjml-hero",
4-
"version": "3.3.1",
4+
"version": "3.3.2",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
@@ -14,7 +14,7 @@
1414
"homepage": "https://mjml.io",
1515
"dependencies": {
1616
"lodash": "^4.17.4",
17-
"mjml-core": "~3.3.1",
17+
"mjml-core": "~3.3.2",
1818
"react": "^15.4.2"
1919
}
2020
}

0 commit comments

Comments
 (0)