Skip to content

Commit

Permalink
chore: prepare @liferay/npm-scripts v34.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Oct 22, 2020
1 parent 3c85a26 commit 993b70b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions projects/npm-tools/packages/npm-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [npm-scripts/v34.0.0](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v34.0.0) (2020-10-22)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/npm-scripts/v33.1.4...npm-scripts/v34.0.0)

### :boom: Breaking changes

- chore(npm-scripts)!: drop IE support from Babel config ([\#214](https://github.com/liferay/liferay-frontend-projects/pull/214))

### :new: Features

- feat(monorepo): add liferay-workspace-scripts ([\#211](https://github.com/liferay/liferay-frontend-projects/pull/211))

### :house: Chores

- chore(npm-scripts)!: drop IE support from Babel config ([\#214](https://github.com/liferay/liferay-frontend-projects/pull/214))

### :eyeglasses: Tests

- test(monorepo): consistently run local tests scoped to project/package ([\#210](https://github.com/liferay/liferay-frontend-projects/pull/210))

## [npm-scripts/v33.1.4](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v33.1.4) (2020-10-20)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/npm-scripts/v33.1.3...npm-scripts/v33.1.4)
Expand Down
2 changes: 1 addition & 1 deletion projects/npm-tools/packages/npm-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@
"preversion": "liferay-workspace-scripts ci",
"test": "liferay-workspace-scripts test"
},
"version": "33.1.4"
"version": "34.0.0"
}

0 comments on commit 993b70b

Please sign in to comment.