From 218a306582c2e3a525c92f6d44252289d38d2f97 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 11 May 2023 08:37:57 +0100 Subject: [PATCH] Release v1.1.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc244ad..c8a7713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +## [1.1.1](https://github.com/torchbox/stylelint-config-torchbox/compare/v1.1.0...v1.1.1) (2023-05-11) + +### Bug fixes + +- Ignore system colors with `declaration-strict-value`, and unset keyword + ## [1.1.0](https://github.com/torchbox/stylelint-config-torchbox/compare/v1.0.0...v1.1.0) (2022-06-25) ## Features diff --git a/package-lock.json b/package-lock.json index 990e25a..90acc56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylelint-config-torchbox", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylelint-config-torchbox", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "stylelint-a11y": "^1.2.3", diff --git a/package.json b/package.json index d0f1e9a..f706d6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-torchbox", - "version": "1.1.0", + "version": "1.1.1", "description": "Shareable stylelint config for CSS and SCSS, following Torchbox’s code style.", "license": "MIT", "author": "Torchbox Ltd",