-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5342953
commit af06296
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,40 @@ | ||
# Changelog | ||
|
||
## 2.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Fix disabling value for selector-no-qualifying-type | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## [2.0.0](https://github.com/chialab/stylelint-config/compare/v1.1.4...v2.0.0) (2022-03-01) | ||
|
||
### [1.1.4](https://github.com/chialab/stylelint-config/compare/v1.1.3...v1.1.4) (2021-10-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* disable javascript files ([f91721a](https://github.com/chialab/stylelint-config/commit/f91721abc2f16db0ad8a25bb3224dc1d39c3ae41)) | ||
* remove rule for empty lines before comments ([78bee65](https://github.com/chialab/stylelint-config/commit/78bee65744661adc942d59b456ba4f062035851c)) | ||
- disable javascript files ([f91721a](https://github.com/chialab/stylelint-config/commit/f91721abc2f16db0ad8a25bb3224dc1d39c3ae41)) | ||
- remove rule for empty lines before comments ([78bee65](https://github.com/chialab/stylelint-config/commit/78bee65744661adc942d59b456ba4f062035851c)) | ||
|
||
### [1.1.3](https://github.com/chialab/stylelint-config/compare/v1.1.2...v1.1.3) (2021-05-15) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* do not throw when cannot import a file to read its custom properties ([e427c58](https://github.com/chialab/stylelint-config/commit/e427c5855bb1ddf45fd6a315811b85be14c180c8)) | ||
- do not throw when cannot import a file to read its custom properties ([e427c58](https://github.com/chialab/stylelint-config/commit/e427c5855bb1ddf45fd6a315811b85be14c180c8)) | ||
|
||
### [1.1.2](https://github.com/chialab/stylelint-config/compare/v1.1.1...v1.1.2) (2021-05-05) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* correctly resolve style modules ([dd2f331](https://github.com/chialab/stylelint-config/commit/dd2f331cd939b211fb496a58a7bcea43e48307bc)) | ||
- correctly resolve style modules ([dd2f331](https://github.com/chialab/stylelint-config/commit/dd2f331cd939b211fb496a58a7bcea43e48307bc)) | ||
|
||
### [1.1.1](https://github.com/chialab/stylelint-config/compare/v1.1.0...v1.1.1) (2021-05-05) | ||
|
||
## [1.1.0](https://github.com/chialab/stylelint-config/compare/v1.0.0...v1.1.0) (2021-03-24) | ||
|
||
|
||
### Features | ||
|
||
* add custom properties checks ([93e2682](https://github.com/chialab/stylelint-config/commit/93e268221e5892b4b4a23a98d59cf038d6424891)) | ||
- add custom properties checks ([93e2682](https://github.com/chialab/stylelint-config/commit/93e268221e5892b4b4a23a98d59cf038d6424891)) | ||
|
||
## 1.0.0 (2020-11-15) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@chialab/stylelint-config", | ||
"description": "Chialab's linting rules for Stylelint.", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
"author": "Chialab <[email protected]> (https://www.chialab.it)", | ||
"main": "index.js", | ||
|