Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-zaera authored and izaera committed Sep 14, 2017
1 parent f1ea327 commit bf0e8dc
Show file tree
Hide file tree
Showing 20 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.1.0"
"version": "1.2.0"
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-name-amd-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-name-amd-modules",
"version": "1.1.0",
"version": "1.2.0",
"description": "A Babel plugin to give name to AMD modules based on their path and package.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"liferay-npm-build-tools-common": "^1.1.0",
"liferay-npm-build-tools-common": "^1.2.0",
"read-json-sync": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-namespace-amd-define/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-namespace-amd-define",
"version": "1.1.0",
"version": "1.2.0",
"description": "A Babel plugin to namespace (prefix) AMD define() calls.",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-normalize-requires/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-normalize-requires",
"version": "1.1.0",
"version": "1.2.0",
"description": "A Babel plugin that rewrites require() calls to normalize them (removing extensions and trailing slashes, for example).",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-shim-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-shim-nodejs",
"version": "1.1.0",
"version": "1.2.0",
"description": "A Babel plugin to shim Node.js global objects and modules.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"babel-template": "^6.25.0",
"liferay-npm-build-tools-common": "^1.1.0",
"liferay-npm-build-tools-common": "^1.2.0",
"read-json-sync": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-wrap-modules-amd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-wrap-modules-amd",
"version": "1.1.0",
"version": "1.2.0",
"description": "A Babel plugin to wrap package modules inside AMD define() calls.",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-preset-liferay-amd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-liferay-amd",
"version": "1.1.0",
"version": "1.2.0",
"description": "Babel preset for bundling AMD Liferay projects.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"babel-plugin-name-amd-modules": "^1.1.0",
"babel-plugin-namespace-amd-define": "^1.1.0",
"babel-plugin-normalize-requires": "^1.1.0"
"babel-plugin-name-amd-modules": "^1.2.0",
"babel-plugin-namespace-amd-define": "^1.2.0",
"babel-plugin-normalize-requires": "^1.2.0"
}
}
12 changes: 6 additions & 6 deletions packages/babel-preset-liferay-isomorphic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-liferay-isomorphic",
"version": "1.1.0",
"version": "1.2.0",
"description": "Babel preset for bundling isomorphic Liferay projects.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,10 +12,10 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"babel-plugin-name-amd-modules": "^1.1.0",
"babel-plugin-namespace-amd-define": "^1.1.0",
"babel-plugin-normalize-requires": "^1.1.0",
"babel-plugin-shim-nodejs": "^1.1.0",
"babel-plugin-wrap-modules-amd": "^1.1.0"
"babel-plugin-name-amd-modules": "^1.2.0",
"babel-plugin-namespace-amd-define": "^1.2.0",
"babel-plugin-normalize-requires": "^1.2.0",
"babel-plugin-shim-nodejs": "^1.2.0",
"babel-plugin-wrap-modules-amd": "^1.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/babel-preset-liferay-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-liferay-project",
"version": "1.1.0",
"version": "1.2.0",
"description": "Babel preset for compiling standard Liferay projects.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"babel-plugin-name-amd-modules": "^1.1.0",
"babel-plugin-namespace-amd-define": "^1.1.0",
"babel-plugin-name-amd-modules": "^1.2.0",
"babel-plugin-namespace-amd-define": "^1.2.0",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1"
}
}
10 changes: 5 additions & 5 deletions packages/babel-preset-liferay-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-liferay-standard",
"version": "1.1.0",
"version": "1.2.0",
"description": "Babel preset for bundling standard Liferay projects.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,10 +12,10 @@
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"babel-plugin-name-amd-modules": "^1.1.0",
"babel-plugin-namespace-amd-define": "^1.1.0",
"babel-plugin-normalize-requires": "^1.1.0",
"babel-plugin-name-amd-modules": "^1.2.0",
"babel-plugin-namespace-amd-define": "^1.2.0",
"babel-plugin-normalize-requires": "^1.2.0",
"babel-plugin-transform-node-env-inline": "^0.2.0",
"babel-plugin-wrap-modules-amd": "^1.1.0"
"babel-plugin-wrap-modules-amd": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/liferay-npm-build-tools-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-build-tools-common",
"version": "1.1.0",
"version": "1.2.0",
"description": "Utility library for Liferay NPM Build Tools.",
"scripts": {
"build": "babel --source-maps -D -d lib src",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler-plugin-inject-angular-dependencies",
"version": "1.1.0",
"version": "1.2.0",
"description": "A liferay-npm-bundler plugin to force injection of needed dependencies in Angular packages.",
"main": "lib/index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "liferay-npm-bundler-plugin-replace-browser-modules",
"version": "1.1.0",
"description": "A liferay-npm-bundler plugin to replace files listed under the browser/module entry of package.json files.",
"main": "lib/index.js",
"scripts": {
"build": "babel --source-maps -D -d lib src",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"cp-file": "^4.2.0"
}
"name": "liferay-npm-bundler-plugin-replace-browser-modules",
"version": "1.2.0",
"description": "A liferay-npm-bundler plugin to replace files listed under the browser/module entry of package.json files.",
"main": "lib/index.js",
"scripts": {
"build": "babel --source-maps -D -d lib src",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"cp-file": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/liferay-npm-bundler-preset-amd/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "liferay-npm-bundler-preset-amd",
"version": "1.1.0",
"version": "1.2.0",
"description": "AMD configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-amd": "^1.1.0"
"babel-preset-liferay-amd": "^1.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/liferay-npm-bundler-preset-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "liferay-npm-bundler-preset-angular",
"version": "1.1.0",
"version": "1.2.0",
"description": "Angular configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-standard": "^1.1.0",
"liferay-npm-bundler-plugin-inject-angular-dependencies": "^1.1.0",
"liferay-npm-bundler-plugin-replace-browser-modules": "^1.1.0"
"babel-preset-liferay-standard": "^1.2.0",
"liferay-npm-bundler-plugin-inject-angular-dependencies": "^1.2.0",
"liferay-npm-bundler-plugin-replace-browser-modules": "^1.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/liferay-npm-bundler-preset-isomorphic/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "liferay-npm-bundler-preset-isomorphic",
"version": "1.1.0",
"version": "1.2.0",
"description": "Isomorphic configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-isomorphic": "^1.1.0",
"liferay-npm-bundler-plugin-replace-browser-modules": "^1.1.0"
"babel-preset-liferay-isomorphic": "^1.2.0",
"liferay-npm-bundler-plugin-replace-browser-modules": "^1.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/liferay-npm-bundler-preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "liferay-npm-bundler-preset-react",
"version": "1.1.0",
"version": "1.2.0",
"description": "React configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-standard": "^1.1.0",
"liferay-npm-bundler-plugin-replace-browser-modules": "^1.1.0"
"babel-preset-liferay-standard": "^1.2.0",
"liferay-npm-bundler-plugin-replace-browser-modules": "^1.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/liferay-npm-bundler-preset-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "liferay-npm-bundler-preset-standard",
"version": "1.1.0",
"version": "1.2.0",
"description": "Standard configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-standard": "^1.1.0",
"liferay-npm-bundler-plugin-replace-browser-modules": "^1.1.0"
"babel-preset-liferay-standard": "^1.2.0",
"liferay-npm-bundler-plugin-replace-browser-modules": "^1.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/liferay-npm-bundler-preset-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "liferay-npm-bundler-preset-vue",
"version": "1.1.0",
"version": "1.2.0",
"description": "Vue.js configuration for liferay-npm-bundler.",
"main": "config.json",
"dependencies": {
"babel-preset-liferay-standard": "^1.1.0",
"liferay-npm-bundler-plugin-replace-browser-modules": "^1.1.0"
"babel-preset-liferay-standard": "^1.2.0",
"liferay-npm-bundler-plugin-replace-browser-modules": "^1.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/liferay-npm-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-npm-bundler",
"version": "1.1.0",
"version": "1.2.0",
"description": "A CLI utility to bundle NPM dependencies of a Liferay OSGi bundle.",
"main": "lib/index.js",
"bin": {
Expand All @@ -18,7 +18,7 @@
"babel-core": "^6.25.0",
"cp-file": "^4.2.0",
"globby": "^6.1.0",
"liferay-npm-build-tools-common": "^1.1.0",
"liferay-npm-build-tools-common": "^1.2.0",
"read-json-sync": "^1.1.1",
"resolve": "^1.3.3"
}
Expand Down

0 comments on commit bf0e8dc

Please sign in to comment.