Skip to content

Commit 218a306

Browse files
committed
Release v1.1.1
1 parent 62901d9 commit 218a306

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
## Unreleased
88

9+
## [1.1.1](https://github.com/torchbox/stylelint-config-torchbox/compare/v1.1.0...v1.1.1) (2023-05-11)
10+
11+
### Bug fixes
12+
13+
- Ignore system colors with `declaration-strict-value`, and unset keyword
14+
915
## [1.1.0](https://github.com/torchbox/stylelint-config-torchbox/compare/v1.0.0...v1.1.0) (2022-06-25)
1016

1117
## Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-torchbox",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Shareable stylelint config for CSS and SCSS, following Torchbox’s code style.",
55
"license": "MIT",
66
"author": "Torchbox Ltd",

0 commit comments

Comments
 (0)