Skip to content

Commit

Permalink
v5.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Brazeilles committed May 14, 2024
1 parent b59dd44 commit 3faec01
Show file tree
Hide file tree
Showing 33 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.0.0-alpha.1"
"version": "5.0.0-alpha.2"
}
4 changes: 2 additions & 2 deletions packages/mjml-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-accordion",
"description": "mjml-accordion",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mjml-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-browser",
"description": "MJML: the only framework that makes responsive-email easy",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/mjml-carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-carousel",
"description": "mjml-carousel",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "bin/mjml",
"bin": {
"mjml-cli": "bin/mjml"
Expand Down Expand Up @@ -30,9 +30,9 @@
"glob": "^10.3.10",
"lodash": "^4.17.21",
"minimatch": "^9.0.3",
"mjml-core": "5.0.0-alpha.1",
"mjml-parser-xml": "5.0.0-alpha.1",
"mjml-validator": "5.0.0-alpha.1",
"mjml-core": "5.0.0-alpha.2",
"mjml-parser-xml": "5.0.0-alpha.2",
"mjml-validator": "5.0.0-alpha.2",
"yargs": "^17.7.2"
},
"devDependencies": {
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand Down Expand Up @@ -29,8 +29,8 @@
"htmlnano": "^2.1.0",
"juice": "^10.0.0",
"lodash": "^4.17.21",
"mjml-parser-xml": "5.0.0-alpha.1",
"mjml-validator": "5.0.0-alpha.1",
"mjml-parser-xml": "5.0.0-alpha.2",
"mjml-validator": "5.0.0-alpha.2",
"postcss": "^8.4.33",
"prettier": "^3.2.5"
},
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/mjml-head-html-attributes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-head-html-attributes",
"description": "mjml-head-html-attributes",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/mjml-hero/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjml-hero",
"description": "mjml-hero",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
4 changes: 2 additions & 2 deletions 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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"lodash": "^4.17.21",
"mjml-core": "5.0.0-alpha.1"
"mjml-core": "5.0.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
Loading

0 comments on commit 3faec01

Please sign in to comment.