Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2022-05-05)

### Bug Fixes

* Removes IE Mobile from browserlist ([344d97e](344d97e))
* Updates eslint-plugin-import because current version is not supported by eslint v7 ([2b6aeff](2b6aeff))

### Feat

* Bump major version number ([c8ca422](c8ca422))

### Features

* Adds migration guide ([e537ab1](e537ab1))
* Adds supported node.js versions ([31e9371](31e9371))
* Updates stylelint to v14.6.1 and removes obsolete `syntax` option ([18742aa](18742aa))

### BREAKING CHANGES

* Stylelint v14 does not include syntaxes by default

Stylelint no longer includes the syntaxes to parse CSS-like languages like SCSS.
Migration guide:
- In your Stylelint configuration object extend a shared config like @netcentric/stylelint-config
  • Loading branch information
github-actions committed May 5, 2022
1 parent 13a0347 commit 52b5f59
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [2.0.0](https://github.com/netcentric/fe-build/compare/v1.2.0...v2.0.0) (2022-05-05)


### Bug Fixes

* Removes IE Mobile from browserlist ([344d97e](https://github.com/netcentric/fe-build/commit/344d97e3e1af3839b1a2d30b742006ab998b87c3))
* Updates eslint-plugin-import because current version is not supported by eslint v7 ([2b6aeff](https://github.com/netcentric/fe-build/commit/2b6aeff713840c97a3fdb1c2f67b0911ab01575e))


### Feat

* Bump major version number ([c8ca422](https://github.com/netcentric/fe-build/commit/c8ca42259f659626a65ca55568262563dfb7f968))


### Features

* Adds migration guide ([e537ab1](https://github.com/netcentric/fe-build/commit/e537ab1f2ac12ecfb370459af66f98d9b4a38576))
* Adds supported node.js versions ([31e9371](https://github.com/netcentric/fe-build/commit/31e93719b3c6263b42bed86545e8a70782fb77f0))
* Updates stylelint to v14.6.1 and removes obsolete `syntax` option ([18742aa](https://github.com/netcentric/fe-build/commit/18742aadba82e5b83c7995e6a5c6b145101bf490))


### BREAKING CHANGES

* Stylelint v14 does not include syntaxes by default

Stylelint no longer includes the syntaxes to parse CSS-like languages like SCSS.
Migration guide:
- In your Stylelint configuration object extend a shared config like @netcentric/stylelint-config

# [1.2.0](https://github.com/netcentric/fe-build/compare/v1.1.3...v1.2.0) (2022-05-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netcentric/fe-build",
"version": "1.2.0",
"version": "2.0.0",
"description": "Frontend build tools for AEM projects.",
"license": "Apache-2.0",
"private": false,
Expand Down

0 comments on commit 52b5f59

Please sign in to comment.