Skip to content

Commit d341f38

Browse files
committed
chore: prepare liferay-js-toolkit/liferay-js-toolkit/v2.19.4 release
1 parent 25cddfd commit d341f38

File tree

31 files changed

+84
-82
lines changed

31 files changed

+84
-82
lines changed

maintenance/projects/js-toolkit/lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
}
1010
},
1111
"npmClient": "yarn",
12-
"packages": ["packages/*"],
12+
"packages": [
13+
"packages/*"
14+
],
1315
"tagVersionPrefix": "liferay-js-toolkit/v",
1416
"useWorkspaces": true,
15-
"version": "2.19.3"
17+
"version": "2.19.4"
1618
}

maintenance/projects/js-toolkit/packages/babel-plugin-add-module-metadata/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.19.3",
4+
"liferay-npm-build-tools-common": "2.19.4",
55
"read-json-sync": "^2.0.1"
66
},
77
"description": "A Babel plugin to add AMD modules' metadata to the manifest.json file.",
@@ -17,5 +17,5 @@
1717
"copyfiles": "node ../../scripts/copyfiles.js",
1818
"prepublish": "yarn build"
1919
},
20-
"version": "2.19.3"
20+
"version": "2.19.4"
2121
}

maintenance/projects/js-toolkit/packages/babel-plugin-alias-modules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.19.3"
4+
"liferay-npm-build-tools-common": "2.19.4"
55
},
66
"description": "A Babel plugin to rewrite aliased require() calls.",
77
"main": "lib/index.js",
@@ -16,5 +16,5 @@
1616
"copyfiles": "node ../../scripts/copyfiles.js",
1717
"prepublish": "yarn build"
1818
},
19-
"version": "2.19.3"
19+
"version": "2.19.4"
2020
}

maintenance/projects/js-toolkit/packages/babel-plugin-name-amd-modules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.19.3"
4+
"liferay-npm-build-tools-common": "2.19.4"
55
},
66
"description": "A Babel plugin to give name to AMD modules based on their path and package.",
77
"main": "lib/index.js",
@@ -16,5 +16,5 @@
1616
"copyfiles": "node ../../scripts/copyfiles.js",
1717
"prepublish": "yarn build"
1818
},
19-
"version": "2.19.3"
19+
"version": "2.19.4"
2020
}

maintenance/projects/js-toolkit/packages/babel-plugin-namespace-amd-define/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.19.3"
4+
"liferay-npm-build-tools-common": "2.19.4"
55
},
66
"description": "A Babel plugin to namespace (prefix) AMD define() calls.",
77
"main": "lib/index.js",
@@ -16,5 +16,5 @@
1616
"copyfiles": "node ../../scripts/copyfiles.js",
1717
"prepublish": "yarn build"
1818
},
19-
"version": "2.19.3"
19+
"version": "2.19.4"
2020
}

maintenance/projects/js-toolkit/packages/babel-plugin-namespace-modules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.19.3"
4+
"liferay-npm-build-tools-common": "2.19.4"
55
},
66
"description": "A Babel plugin to namespace AMD module names based on root's project name.",
77
"main": "lib/index.js",
@@ -16,5 +16,5 @@
1616
"copyfiles": "node ../../scripts/copyfiles.js",
1717
"prepublish": "yarn build"
1818
},
19-
"version": "2.19.3"
19+
"version": "2.19.4"
2020
}

maintenance/projects/js-toolkit/packages/babel-plugin-normalize-requires/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.19.3"
4+
"liferay-npm-build-tools-common": "2.19.4"
55
},
66
"description": "A Babel plugin that rewrites require() calls to normalize them (removing extensions and trailing slashes, for example).",
77
"main": "lib/index.js",
@@ -16,5 +16,5 @@
1616
"copyfiles": "node ../../scripts/copyfiles.js",
1717
"prepublish": "yarn build"
1818
},
19-
"version": "2.19.3"
19+
"version": "2.19.4"
2020
}

maintenance/projects/js-toolkit/packages/babel-plugin-wrap-modules-amd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
33
"dependencies": {
44
"babel-template": "^6.26.0",
5-
"liferay-npm-build-tools-common": "2.19.3",
5+
"liferay-npm-build-tools-common": "2.19.4",
66
"read-json-sync": "^2.0.1"
77
},
88
"description": "A Babel plugin to wrap package modules inside AMD define() calls.",
@@ -18,5 +18,5 @@
1818
"copyfiles": "node ../../scripts/copyfiles.js",
1919
"prepublish": "yarn build"
2020
},
21-
"version": "2.19.3"
21+
"version": "2.19.4"
2222
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
33
"dependencies": {
4-
"babel-plugin-add-module-metadata": "2.19.3",
5-
"babel-plugin-alias-modules": "2.19.3",
4+
"babel-plugin-add-module-metadata": "2.19.4",
5+
"babel-plugin-alias-modules": "2.19.4",
66
"babel-plugin-minify-dead-code-elimination": "0.5.1",
7-
"babel-plugin-name-amd-modules": "2.19.3",
8-
"babel-plugin-namespace-amd-define": "2.19.3",
9-
"babel-plugin-namespace-modules": "2.19.3",
10-
"babel-plugin-normalize-requires": "2.19.3",
7+
"babel-plugin-name-amd-modules": "2.19.4",
8+
"babel-plugin-namespace-amd-define": "2.19.4",
9+
"babel-plugin-namespace-modules": "2.19.4",
10+
"babel-plugin-normalize-requires": "2.19.4",
1111
"babel-plugin-transform-node-env-inline": "0.4.3",
12-
"babel-plugin-wrap-modules-amd": "2.19.3"
12+
"babel-plugin-wrap-modules-amd": "2.19.4"
1313
},
1414
"description": "Babel preset for bundling standard Liferay projects.",
1515
"main": "lib/index.js",
@@ -24,5 +24,5 @@
2424
"copyfiles": "node ../../scripts/copyfiles.js",
2525
"prepublish": "yarn build"
2626
},
27-
"version": "2.19.3"
27+
"version": "2.19.4"
2828
}

maintenance/projects/js-toolkit/packages/generator-liferay-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
33
"dependencies": {
44
"dot-prop": "^5.0.1",
5-
"liferay-npm-build-tools-common": "2.19.3",
5+
"liferay-npm-build-tools-common": "2.19.4",
66
"read-json-sync": "^2.0.1",
77
"yargs": "^14.0.0",
88
"yeoman-generator": "^3.2.0"
@@ -33,5 +33,5 @@
3333
"copyfiles": "node ../../scripts/copyfiles.js",
3434
"prepublish": "yarn build"
3535
},
36-
"version": "2.19.3"
36+
"version": "2.19.4"
3737
}

0 commit comments

Comments
 (0)