Skip to content

Commit 66f51ff

Browse files
committed
Release v0.2.0
1 parent c9aff96 commit 66f51ff

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## [0.2.0](https://github.com/torchbox/stylelint-config-torchbox/compare/v0.1.0...v0.2.0) (2019-09-23)
10+
911
### Features
1012

1113
- Enforce ordering of declaration blocks with [stylelint-order](https://github.com/hudochenkov/stylelint-order).
1214
- Allow using more usage of types in selectors with [selector-max-type](https://stylelint.io/user-guide/rules/selector-max-type) options.
1315
- Enforce `number-leading-zero`: always
1416
- Stop enforcing [`scss/media-feature-value-dollar-variable`](https://github.com/kristerkari/stylelint-scss#readme): `always`
1517

16-
## [0.1.0](https://github.com/torchbox/stylelint-config-torchbox/releases/tag/v0.1.0) (YYYY-MM-DD)
18+
### BREAKING CHANGES
19+
20+
- Most if not all of the rules changes in this release are breaking changes. Expect breakage on every minor release until the config reaches v1.0.0.
21+
22+
## [0.1.0](https://github.com/torchbox/stylelint-config-torchbox/releases/tag/v0.1.0) (2019-08-30)
1723

1824
First release
1925

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ To get the most out of this config, it is assumed that projects have the followi
249249
- [`scss/at-import-partial-extension-whitelist`](https://github.com/kristerkari/stylelint-scss#readme)
250250
- [`scss/dollar-variable-default`](https://github.com/kristerkari/stylelint-scss#readme)
251251
- [`scss/no-dollar-variables`](https://github.com/kristerkari/stylelint-scss#readme)
252+
- [`order/properties-alphabetical-order`](https://github.com/hudochenkov/stylelint-order)
252253
- [`at-rule-blacklist`](https://stylelint.io/user-guide/rules/at-rule-blacklist/)
253254
- [`at-rule-property-requirelist`](https://stylelint.io/user-guide/rules/at-rule-property-requirelist/)
254255
- [`at-rule-whitelist`](https://stylelint.io/user-guide/rules/at-rule-whitelist/)
@@ -290,7 +291,9 @@ To get the most out of this config, it is assumed that projects have the followi
290291
- [`scss/map-keys-quotes`](https://github.com/kristerkari/stylelint-scss#readme)
291292
- [`scss/no-duplicate-dollar-variables`](https://github.com/kristerkari/stylelint-scss#readme)
292293
- [`scss/selector-no-union-class-name`](https://github.com/kristerkari/stylelint-scss#readme)
294+
- [`scss/media-feature-value-dollar-variable`](https://github.com/kristerkari/stylelint-scss#readme)
293295
- [`selector-no-qualifying-type`](https://stylelint.io/user-guide/rules/selector-no-qualifying-type/)
294296
- [`shorthand-property-no-redundant-values`](https://stylelint.io/user-guide/rules/shorthand-property-no-redundant-values/)
297+
- [`order/properties-order`](https://github.com/hudochenkov/stylelint-order)
295298

296299
</details>

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.1.0",
3+
"version": "0.2.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)