Skip to content

Commit c1f6a6f

Browse files
committed
chore: prepare liferay-js-toolkit/v2.32.0 release
1 parent 7bd180c commit c1f6a6f

File tree

32 files changed

+87
-85
lines changed

32 files changed

+87
-85
lines changed

maintenance/projects/js-toolkit/lerna.json

+4-2
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.31.2"
17+
"version": "2.32.0"
1618
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2",
4+
"liferay-npm-build-tools-common": "2.32.0",
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.31.2"
20+
"version": "2.32.0"
2121
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2"
4+
"liferay-npm-build-tools-common": "2.32.0"
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.31.2"
19+
"version": "2.32.0"
2020
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2"
4+
"liferay-npm-build-tools-common": "2.32.0"
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.31.2"
19+
"version": "2.32.0"
2020
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2"
4+
"liferay-npm-build-tools-common": "2.32.0"
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.31.2"
19+
"version": "2.32.0"
2020
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2"
4+
"liferay-npm-build-tools-common": "2.32.0"
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.31.2"
19+
"version": "2.32.0"
2020
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2"
4+
"liferay-npm-build-tools-common": "2.32.0"
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.31.2"
19+
"version": "2.32.0"
2020
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
44
"babel-template": "^6.26.0",
5-
"liferay-npm-build-tools-common": "2.31.2",
5+
"liferay-npm-build-tools-common": "2.32.0",
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.31.2"
21+
"version": "2.32.0"
2222
}
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"babel-plugin-add-module-metadata": "2.31.2",
5-
"babel-plugin-alias-modules": "2.31.2",
4+
"babel-plugin-add-module-metadata": "2.32.0",
5+
"babel-plugin-alias-modules": "2.32.0",
66
"babel-plugin-minify-dead-code-elimination": "0.5.1",
7-
"babel-plugin-name-amd-modules": "2.31.2",
8-
"babel-plugin-namespace-amd-define": "2.31.2",
9-
"babel-plugin-namespace-modules": "2.31.2",
10-
"babel-plugin-normalize-requires": "2.31.2",
7+
"babel-plugin-name-amd-modules": "2.32.0",
8+
"babel-plugin-namespace-amd-define": "2.32.0",
9+
"babel-plugin-namespace-modules": "2.32.0",
10+
"babel-plugin-normalize-requires": "2.32.0",
1111
"babel-plugin-transform-node-env-inline": "0.4.3",
1212
"babel-plugin-transform-object-rest-spread": "6.26.0",
13-
"babel-plugin-wrap-modules-amd": "2.31.2"
13+
"babel-plugin-wrap-modules-amd": "2.32.0"
1414
},
1515
"description": "Babel preset for bundling standard Liferay projects.",
1616
"main": "lib/index.js",
@@ -25,5 +25,5 @@
2525
"copyfiles": "node ../../scripts/copyfiles.js",
2626
"prepublish": "yarn build"
2727
},
28-
"version": "2.31.2"
28+
"version": "2.32.0"
2929
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
44
"dot-prop": "^5.0.1",
5-
"liferay-npm-build-tools-common": "2.31.2",
5+
"liferay-npm-build-tools-common": "2.32.0",
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.31.2"
36+
"version": "2.32.0"
3737
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"copyfiles": "node ../../scripts/copyfiles.js",
2222
"prepublish": "yarn build"
2323
},
24-
"version": "2.31.2"
24+
"version": "2.32.0"
2525
}

maintenance/projects/js-toolkit/packages/liferay-npm-build-support/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ejs": "^2.6.1",
1818
"fs-extra": "^8.1.0",
1919
"globby": "^10.0.1",
20-
"liferay-npm-build-tools-common": "2.31.2",
20+
"liferay-npm-build-tools-common": "2.32.0",
2121
"properties": "^1.2.1",
2222
"read-json-sync": "^2.0.1",
2323
"request": "^2.88.0",
@@ -36,5 +36,5 @@
3636
"copyfiles": "node ../../scripts/copyfiles.js",
3737
"prepublish": "yarn build"
3838
},
39-
"version": "2.31.2"
39+
"version": "2.32.0"
4040
}

maintenance/projects/js-toolkit/packages/liferay-npm-build-tools-common/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"chalk": "^2.4.2",
55
"dot-prop": "^5.0.1",
66
"escape-string-regexp": "^2.0.0",
7-
"liferay-npm-bundler-preset-standard": "2.31.2",
7+
"liferay-npm-bundler-preset-standard": "2.32.0",
88
"merge": "^2.1.1",
99
"properties": "^1.2.1",
1010
"read-json-sync": "^2.0.1",
@@ -23,5 +23,5 @@
2323
"copyfiles": "node ../../scripts/copyfiles.js",
2424
"prepublish": "yarn build"
2525
},
26-
"version": "2.31.2"
26+
"version": "2.32.0"
2727
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-loader-babel-loader/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"babel-core": "^6.26.3",
55
"data-urls": "^1.1.0",
6-
"liferay-npm-build-tools-common": "2.31.2",
6+
"liferay-npm-build-tools-common": "2.32.0",
77
"read-json-sync": "^2.0.1"
88
},
99
"description": "A liferay-npm-bundler loader that runs Babel on source files.",
@@ -22,5 +22,5 @@
2222
"copyfiles": "node ../../scripts/copyfiles.js",
2323
"prepublish": "yarn build"
2424
},
25-
"version": "2.31.2"
25+
"version": "2.32.0"
2626
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-loader-copy-loader/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2"
4+
"liferay-npm-build-tools-common": "2.32.0"
55
},
66
"description": "A liferay-npm-bundler loader that copies files.",
77
"main": "lib/index.js",
@@ -16,5 +16,5 @@
1616
"copyfiles": "node ../../scripts/copyfiles.js",
1717
"prepublish": "yarn build"
1818
},
19-
"version": "2.31.2"
19+
"version": "2.32.0"
2020
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-loader-css-loader/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2",
4+
"liferay-npm-build-tools-common": "2.32.0",
55
"read-json-sync": "^2.0.1"
66
},
77
"description": "A liferay-npm-bundler loader that turns CSS files into JavaScript modules that inject a <link> into the HTML when they are required.",
@@ -17,5 +17,5 @@
1717
"copyfiles": "node ../../scripts/copyfiles.js",
1818
"prepublish": "yarn build"
1919
},
20-
"version": "2.31.2"
20+
"version": "2.32.0"
2121
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-loader-json-loader/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2"
4+
"liferay-npm-build-tools-common": "2.32.0"
55
},
66
"description": "A liferay-npm-bundler loader that turns JSON files into JavaScript modules that export the parsed JSON object.",
77
"main": "lib/index.js",
@@ -16,5 +16,5 @@
1616
"copyfiles": "node ../../scripts/copyfiles.js",
1717
"prepublish": "yarn build"
1818
},
19-
"version": "2.31.2"
19+
"version": "2.32.0"
2020
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-loader-sass-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"copyfiles": "node ../../scripts/copyfiles.js",
1818
"prepublish": "yarn build"
1919
},
20-
"version": "2.31.2"
20+
"version": "2.32.0"
2121
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-loader-style-loader/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2"
4+
"liferay-npm-build-tools-common": "2.32.0"
55
},
66
"description": "A liferay-npm-bundler loader that turns CSS files into JavaScript modules that inject the CSS into the HTML when they are required.",
77
"main": "lib/index.js",
@@ -16,5 +16,5 @@
1616
"copyfiles": "node ../../scripts/copyfiles.js",
1717
"prepublish": "yarn build"
1818
},
19-
"version": "2.31.2"
19+
"version": "2.32.0"
2020
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-plugin-exclude-imports/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2"
4+
"liferay-npm-build-tools-common": "2.32.0"
55
},
66
"description": "A liferay-npm-bundler plugin to exclude imported dependencies.",
77
"main": "lib/index.js",
@@ -16,5 +16,5 @@
1616
"copyfiles": "node ../../scripts/copyfiles.js",
1717
"prepublish": "yarn build"
1818
},
19-
"version": "2.31.2"
19+
"version": "2.32.0"
2020
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-plugin-inject-imports-dependencies/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2"
4+
"liferay-npm-build-tools-common": "2.32.0"
55
},
66
"description": "A liferay-npm-bundler plugin to force injection of declared imports as dependencies.",
77
"main": "lib/index.js",
@@ -16,5 +16,5 @@
1616
"copyfiles": "node ../../scripts/copyfiles.js",
1717
"prepublish": "yarn build"
1818
},
19-
"version": "2.31.2"
19+
"version": "2.32.0"
2020
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-plugin-inject-peer-dependencies/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
44
"globby": "^10.0.1",
5-
"liferay-npm-build-tools-common": "2.31.2",
5+
"liferay-npm-build-tools-common": "2.32.0",
66
"read-json-sync": "^2.0.1",
77
"resolve": "^1.8.1"
88
},
@@ -19,5 +19,5 @@
1919
"copyfiles": "node ../../scripts/copyfiles.js",
2020
"prepublish": "yarn build"
2121
},
22-
"version": "2.31.2"
22+
"version": "2.32.0"
2323
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-plugin-namespace-packages/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2"
4+
"liferay-npm-build-tools-common": "2.32.0"
55
},
66
"description": "A liferay-npm-bundler plugin to namespace package names based on root project's name.",
77
"devDependencies": {
@@ -19,5 +19,5 @@
1919
"copyfiles": "node ../../scripts/copyfiles.js",
2020
"prepublish": "yarn build"
2121
},
22-
"version": "2.31.2"
22+
"version": "2.32.0"
2323
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-plugin-replace-browser-modules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"dot-prop": "^5.0.1",
55
"fs-extra": "^8.1.0",
6-
"liferay-npm-build-tools-common": "2.31.2"
6+
"liferay-npm-build-tools-common": "2.32.0"
77
},
88
"description": "A liferay-npm-bundler plugin to replace files listed under the browser/module entry of package.json files.",
99
"main": "lib/index.js",
@@ -18,5 +18,5 @@
1818
"copyfiles": "node ../../scripts/copyfiles.js",
1919
"prepublish": "yarn build"
2020
},
21-
"version": "2.31.2"
21+
"version": "2.32.0"
2222
}

maintenance/projects/js-toolkit/packages/liferay-npm-bundler-plugin-resolve-linked-dependencies/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
33
"dependencies": {
4-
"liferay-npm-build-tools-common": "2.31.2",
4+
"liferay-npm-build-tools-common": "2.32.0",
55
"read-json-sync": "^2.0.1",
66
"semver": "^6.3.0"
77
},
@@ -18,5 +18,5 @@
1818
"copyfiles": "node ../../scripts/copyfiles.js",
1919
"prepublish": "yarn build"
2020
},
21-
"version": "2.31.2"
21+
"version": "2.32.0"
2222
}

0 commit comments

Comments
 (0)