Skip to content

Commit

Permalink
Release 2.1.1 - Feb 2, 2022, 2:43 PM [skip ci]
Browse files Browse the repository at this point in the history
### [2.1.1](v2.1.0...v2.1.1) (2022-02-02)

### Improvements

* add error for colors that aren't css variables ([e045ddf](e045ddf))
* allow mat-* pgh-* app-* type-selectors ([b894aa9](b894aa9))
* only accept modern syntax of rgb and hsl colors ([d6a552c](d6a552c))
  • Loading branch information
semantic-release-bot committed Feb 2, 2022
1 parent bd938cc commit 87b748a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### [2.1.1](https://github.com/tapsellorg/stylelint-config/compare/v2.1.0...v2.1.1) (2022-02-02)


### Improvements

* add error for colors that aren't css variables ([e045ddf](https://github.com/tapsellorg/stylelint-config/commit/e045ddf98a183ba80e95848f696f0c24ace3df79))
* allow mat-* pgh-* app-* type-selectors ([b894aa9](https://github.com/tapsellorg/stylelint-config/commit/b894aa92f8a0f2a01a0bf1f53317c6b05d911775))
* only accept modern syntax of rgb and hsl colors ([d6a552c](https://github.com/tapsellorg/stylelint-config/commit/d6a552c4c859a727b7161bfeb6c6d9af13897288))

## [2.1.0](https://github.com/tapsellorg/stylelint-config/compare/v2.0.4...v2.1.0) (2022-01-08)


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": "@tapsellorg/stylelint-config",
"version": "2.1.0",
"version": "2.1.1",
"description": "Shared stylelint configuration in Tapsell projects",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 87b748a

Please sign in to comment.