Skip to content

Commit

Permalink
chore: prepare @liferay/npm-scripts v33.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Sep 29, 2020
1 parent 0b18384 commit 7f0239c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions projects/npm-tools/packages/npm-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [npm-scripts/v33.0.0](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v33.0.0) (2020-09-29)

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

### :boom: Breaking changes

- feat!: brings in the named-scope package `@liferay/eslint-config` to replace `eslint-config-liferay`, which requires references to rule names to be updated; for example `liferay/no-arrow` becomes `@liferay/liferay/no-arrow`, `liferay-portal/no-react-dom-render` becomes `@liferay/portal/no-react-dom-render`, and so on.

### :new: Features

- feat: run CI on Windows ([\#85](https://github.com/liferay/liferay-frontend-projects/pull/85))

### :book: Documentation

- docs: update changelogs for imported packages ([\#84](https://github.com/liferay/liferay-frontend-projects/pull/84))

## [npm-scripts/v32.7.0](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v32.7.0) (2020-09-24)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/liferay-npm-scripts/v32.7.0...npm-scripts/v32.7.0)
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 @@ -88,5 +88,5 @@
"preversion": "yarn ci",
"test": "jest"
},
"version": "32.7.0"
"version": "33.0.0"
}

0 comments on commit 7f0239c

Please sign in to comment.