Skip to content

Commit

Permalink
chore: prepare @liferay/js-toolkit-core v3.0.1-pre.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
izaera committed Nov 16, 2020
1 parent dc9610e commit 5ce8906
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions projects/js-toolkit/packages/js-toolkit-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [js-toolkit-core/v3.0.1-pre.1](https://github.com/liferay/liferay-frontend-projects/tree/js-toolkit-core/v3.0.1-pre.1) (2020-11-16)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/js-toolkit-core/v3.0.1-pre.0...js-toolkit-core/v3.0.1-pre.1)

### :new: Features

- feat: support for webpack 5 in npm-scripts/bundler ([\#236](https://github.com/liferay/liferay-frontend-projects/pull/236))
- feat(monorepo): add liferay-workspace-scripts ([\#211](https://github.com/liferay/liferay-frontend-projects/pull/211))

### :house: Chores

- chore(js-toolkit): make release process uniform ([\#203](https://github.com/liferay/liferay-frontend-projects/pull/203))

### :eyeglasses: Tests

- test(monorepo): fill in test gaps ([\#213](https://github.com/liferay/liferay-frontend-projects/pull/213))

## [js-toolkit-core/v3.0.1-pre.0](https://github.com/liferay/liferay-frontend-projects/tree/js-toolkit-core/v3.0.1-pre.0) (2020-10-14)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/js-toolkit-core/v3.0.0-alpha.2...js-toolkit-core/v3.0.1-pre.0)
Expand Down
2 changes: 1 addition & 1 deletion projects/js-toolkit/packages/js-toolkit-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"preversion": "liferay-workspace-scripts ci",
"test": "liferay-workspace-scripts test"
},
"version": "3.0.1-pre.0"
"version": "3.0.1-pre.1"
}

0 comments on commit 5ce8906

Please sign in to comment.