Skip to content

Commit

Permalink
chore: prepare liferay-npm-bundler/v3.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
izaera committed Sep 29, 2020
1 parent 6ba7331 commit 8bd9cbf
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/generator-liferay-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"dot-prop": "^5.0.1",
"fs-extra": "^8.1.0",
"liferay-js-toolkit-core": "^3.0.0",
"liferay-js-toolkit-core": "3.0.0-alpha.2",
"read-json-sync": "^2.0.1",
"yargs": "^14.0.0",
"yeoman-generator": "^3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/liferay-js-toolkit-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ejs": "^2.6.1",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"liferay-js-toolkit-core": "^3.0.0",
"liferay-js-toolkit-core": "3.0.0-alpha.2",
"properties": "^1.2.1",
"read-json-sync": "^2.0.1",
"request": "^2.88.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/liferay-npm-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [liferay-npm-bundler/v3.0.0-alpha.3](https://github.com/liferay/liferay-js-toolkit/tree/liferay-npm-bundler/v3.0.0-alpha.3) (2020-09-29)

[Full changelog](https://github.com/liferay/liferay-js-toolkit/compare/liferay-npm-bundler/v3.0.0-alpha.2...liferay-npm-bundler/v3.0.0-alpha.3)

### :new: Features

- feat: remove copy assets step for fragments ([\#653](https://github.com/liferay/liferay-js-toolkit/pull/653))
- feat: #625 add specific build for fragments ([\#648](https://github.com/liferay/liferay-js-toolkit/pull/648))

### :house: Chores

- chore: walk towards release ([\#608](https://github.com/liferay/liferay-js-toolkit/pull/608))

### :woman_juggling: Refactoring

- refactor: first part of #565 fix ([\#611](https://github.com/liferay/liferay-js-toolkit/pull/611))

## [liferay-npm-bundler/v3.0.0-alpha.2](https://github.com/liferay/liferay-js-toolkit/tree/liferay-npm-bundler/v3.0.0-alpha.2) (2020-05-28)

[Full changelog](https://github.com/liferay/liferay-js-toolkit/compare/liferay-npm-bundler/v3.0.0-alpha.1...liferay-npm-bundler/v3.0.0-alpha.2)
Expand Down
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": "3.0.0",
"version": "3.0.0-alpha.3",
"description": "A CLI utility to bundle NPM dependencies of a Liferay OSGi bundle.",
"license": "LGPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"jszip": "^3.1.5",
"liferay-js-toolkit-core": "^3.0.0",
"liferay-js-toolkit-core": "3.0.0-alpha.2",
"pretty-time": "^1.1.0",
"read-json-sync": "^2.0.1",
"source-map": "^0.7.3",
Expand Down

0 comments on commit 8bd9cbf

Please sign in to comment.