Skip to content

Commit 6d66e67

Browse files
committed
Release v0.5.0
1 parent d52b774 commit 6d66e67

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## [0.5.0](https://github.com/torchbox/stylelint-config-torchbox/compare/v0.4.0...v0.5.0) (2019-10-10)
10+
911
### Features
1012

1113
- Stop enforcing `a11y/content-property-no-static-value`, which feels too restrictive for projects already following best practices.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ To get the most out of this config, it is assumed that projects have the followi
258258
- [`scss/dollar-variable-default`](https://github.com/kristerkari/stylelint-scss#readme)
259259
- [`scss/no-dollar-variables`](https://github.com/kristerkari/stylelint-scss#readme)
260260
- [`order/properties-alphabetical-order`](https://github.com/hudochenkov/stylelint-order)
261+
- [`a11y/content-property-no-static-value`](https://github.com/YozhikM/stylelint-a11y#readme)
261262
- [`a11y/font-size-is-readable`](https://github.com/YozhikM/stylelint-a11y#readme)
262263
- [`a11y/line-height-is-vertical-rhythmed`](https://github.com/YozhikM/stylelint-a11y#readme)
263264
- [`a11y/media-prefers-color-scheme`](https://github.com/YozhikM/stylelint-a11y#readme)

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "0.4.0",
3+
"version": "0.5.0",
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)