Skip to content

Commit

Permalink
chore: prepare liferay-js-toolkit/v2.20.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
izaera committed Nov 6, 2020
1 parent a5c40bf commit c346146
Show file tree
Hide file tree
Showing 31 changed files with 84 additions and 82 deletions.
6 changes: 4 additions & 2 deletions maintenance/projects/js-toolkit/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
}
},
"npmClient": "yarn",
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"tagVersionPrefix": "liferay-js-toolkit/v",
"useWorkspaces": true,
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4",
"liferay-npm-build-tools-common": "2.20.0",
"read-json-sync": "^2.0.1"
},
"description": "A Babel plugin to add AMD modules' metadata to the manifest.json file.",
Expand All @@ -17,5 +17,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A Babel plugin to rewrite aliased require() calls.",
"main": "lib/index.js",
Expand All @@ -16,5 +16,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A Babel plugin to give name to AMD modules based on their path and package.",
"main": "lib/index.js",
Expand All @@ -16,5 +16,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A Babel plugin to namespace (prefix) AMD define() calls.",
"main": "lib/index.js",
Expand All @@ -16,5 +16,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A Babel plugin to namespace AMD module names based on root's project name.",
"main": "lib/index.js",
Expand All @@ -16,5 +16,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A Babel plugin that rewrites require() calls to normalize them (removing extensions and trailing slashes, for example).",
"main": "lib/index.js",
Expand All @@ -16,5 +16,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"babel-template": "^6.26.0",
"liferay-npm-build-tools-common": "2.19.4",
"liferay-npm-build-tools-common": "2.20.0",
"read-json-sync": "^2.0.1"
},
"description": "A Babel plugin to wrap package modules inside AMD define() calls.",
Expand All @@ -18,5 +18,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"babel-plugin-add-module-metadata": "2.19.4",
"babel-plugin-alias-modules": "2.19.4",
"babel-plugin-add-module-metadata": "2.20.0",
"babel-plugin-alias-modules": "2.20.0",
"babel-plugin-minify-dead-code-elimination": "0.5.1",
"babel-plugin-name-amd-modules": "2.19.4",
"babel-plugin-namespace-amd-define": "2.19.4",
"babel-plugin-namespace-modules": "2.19.4",
"babel-plugin-normalize-requires": "2.19.4",
"babel-plugin-name-amd-modules": "2.20.0",
"babel-plugin-namespace-amd-define": "2.20.0",
"babel-plugin-namespace-modules": "2.20.0",
"babel-plugin-normalize-requires": "2.20.0",
"babel-plugin-transform-node-env-inline": "0.4.3",
"babel-plugin-wrap-modules-amd": "2.19.4"
"babel-plugin-wrap-modules-amd": "2.20.0"
},
"description": "Babel preset for bundling standard Liferay projects.",
"main": "lib/index.js",
Expand All @@ -24,5 +24,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"dot-prop": "^5.0.1",
"liferay-npm-build-tools-common": "2.19.4",
"liferay-npm-build-tools-common": "2.20.0",
"read-json-sync": "^2.0.1",
"yargs": "^14.0.0",
"yeoman-generator": "^3.2.0"
Expand Down Expand Up @@ -33,5 +33,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ejs": "^2.6.1",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"liferay-npm-build-tools-common": "2.19.4",
"liferay-npm-build-tools-common": "2.20.0",
"properties": "^1.2.1",
"read-json-sync": "^2.0.1",
"request": "^2.88.0",
Expand All @@ -36,5 +36,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"chalk": "^2.4.2",
"dot-prop": "^5.0.1",
"escape-string-regexp": "^2.0.0",
"liferay-npm-bundler-preset-standard": "2.19.4",
"liferay-npm-bundler-preset-standard": "2.20.0",
"merge": "^1.2.1",
"properties": "^1.2.1",
"read-json-sync": "^2.0.1",
Expand All @@ -22,5 +22,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"babel-core": "^6.26.3",
"data-urls": "^1.1.0",
"liferay-npm-build-tools-common": "2.19.4",
"liferay-npm-build-tools-common": "2.20.0",
"read-json-sync": "^2.0.1"
},
"description": "A liferay-npm-bundler loader that runs Babel on source files.",
Expand All @@ -22,5 +22,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A liferay-npm-bundler loader that copies files.",
"main": "lib/index.js",
Expand All @@ -16,5 +16,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4",
"liferay-npm-build-tools-common": "2.20.0",
"read-json-sync": "^2.0.1"
},
"description": "A liferay-npm-bundler loader that turns CSS files into JavaScript modules that inject a <link> into the HTML when they are required.",
Expand All @@ -17,5 +17,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A liferay-npm-bundler loader that turns JSON files into JavaScript modules that export the parsed JSON object.",
"main": "lib/index.js",
Expand All @@ -16,5 +16,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A liferay-npm-bundler loader that turns CSS files into JavaScript modules that inject the CSS into the HTML when they are required.",
"main": "lib/index.js",
Expand All @@ -16,5 +16,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A liferay-npm-bundler plugin to exclude imported dependencies.",
"main": "lib/index.js",
Expand All @@ -16,5 +16,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A liferay-npm-bundler plugin to force injection of declared imports as dependencies.",
"main": "lib/index.js",
Expand All @@ -16,5 +16,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"globby": "^10.0.1",
"liferay-npm-build-tools-common": "2.19.4",
"liferay-npm-build-tools-common": "2.20.0",
"read-json-sync": "^2.0.1",
"resolve": "^1.8.1"
},
Expand All @@ -19,5 +19,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A liferay-npm-bundler plugin to namespace package names based on root project's name.",
"devDependencies": {
Expand All @@ -19,5 +19,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"dot-prop": "^5.0.1",
"fs-extra": "^8.1.0",
"liferay-npm-build-tools-common": "2.19.4"
"liferay-npm-build-tools-common": "2.20.0"
},
"description": "A liferay-npm-bundler plugin to replace files listed under the browser/module entry of package.json files.",
"main": "lib/index.js",
Expand All @@ -18,5 +18,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.4",
"liferay-npm-build-tools-common": "2.20.0",
"read-json-sync": "^2.0.1",
"semver": "^6.3.0"
},
Expand All @@ -18,5 +18,5 @@
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.19.4"
"version": "2.20.0"
}
Loading

0 comments on commit c346146

Please sign in to comment.