From 52b5f5922ffe66e0017ce872373a8b2b82ea2bf2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 May 2022 16:03:56 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [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 --- docs/CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 42e1ff6..d1f0e5f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d8f3494..f6703d7 100644 --- a/package.json +++ b/package.json @@ -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,