Skip to content

Commit 8bd9cbf

Browse files
committed
chore: prepare liferay-npm-bundler/v3.0.0-alpha.3
1 parent 6ba7331 commit 8bd9cbf

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

packages/generator-liferay-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"dot-prop": "^5.0.1",
2929
"fs-extra": "^8.1.0",
30-
"liferay-js-toolkit-core": "^3.0.0",
30+
"liferay-js-toolkit-core": "3.0.0-alpha.2",
3131
"read-json-sync": "^2.0.1",
3232
"yargs": "^14.0.0",
3333
"yeoman-generator": "^3.2.0"

packages/liferay-js-toolkit-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ejs": "^2.6.1",
2222
"fs-extra": "^8.1.0",
2323
"globby": "^10.0.1",
24-
"liferay-js-toolkit-core": "^3.0.0",
24+
"liferay-js-toolkit-core": "3.0.0-alpha.2",
2525
"properties": "^1.2.1",
2626
"read-json-sync": "^2.0.1",
2727
"request": "^2.88.0",

packages/liferay-npm-bundler/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [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)
2+
3+
[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)
4+
5+
### :new: Features
6+
7+
- feat: remove copy assets step for fragments ([\#653](https://github.com/liferay/liferay-js-toolkit/pull/653))
8+
- feat: #625 add specific build for fragments ([\#648](https://github.com/liferay/liferay-js-toolkit/pull/648))
9+
10+
### :house: Chores
11+
12+
- chore: walk towards release ([\#608](https://github.com/liferay/liferay-js-toolkit/pull/608))
13+
14+
### :woman_juggling: Refactoring
15+
16+
- refactor: first part of #565 fix ([\#611](https://github.com/liferay/liferay-js-toolkit/pull/611))
17+
118
## [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)
219

320
[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)

packages/liferay-npm-bundler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liferay-npm-bundler",
3-
"version": "3.0.0",
3+
"version": "3.0.0-alpha.3",
44
"description": "A CLI utility to bundle NPM dependencies of a Liferay OSGi bundle.",
55
"license": "LGPL-3.0",
66
"main": "lib/index.js",
@@ -32,7 +32,7 @@
3232
"fs-extra": "^8.1.0",
3333
"globby": "^10.0.1",
3434
"jszip": "^3.1.5",
35-
"liferay-js-toolkit-core": "^3.0.0",
35+
"liferay-js-toolkit-core": "3.0.0-alpha.2",
3636
"pretty-time": "^1.1.0",
3737
"read-json-sync": "^2.0.1",
3838
"source-map": "^0.7.3",

0 commit comments

Comments
 (0)