Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Allow stylelint 8.2.x as a peerDependency #25

Merged
merged 2 commits into from
Nov 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

<!-- ## [Unreleased] -->
## [Unreleased]

## [4.0.0] - 2017-11-17
- Relaxed the stylelint peer dependency version range to allow `8.2.x` in projects consuming this config ([#25](https://github.com/Shopify/stylelint-config-shopify/pull/25))

## [4.0.0] - 2017-11-17

- Replaces [`prettier-stylelint`](https://github.com/hugomrdias/prettier-stylelint) with a [forked](https://github.com/ismail-syed/prettier-stylelint-formatter) version addressing an [issue](https://github.com/hugomrdias/prettier-stylelint/issues/3) [#23](https://github.com/Shopify/stylelint-config-shopify/pull/23)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-shopify": "^17.1.0"
},
"peerDependencies": {
"stylelint": ">=8.0 <=8.1"
"stylelint": ">=8.0 <8.3"
},
"optionalDependencies": {
"prettier-stylelint-formatter": "^0.5.0"
Expand Down
Loading