Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Sep 24, 2017
1 parent ddd828e commit 4be7f5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.7.0

* Specified `stylelint` in `peerDependencies` rather in `dependencies`. Following [stylelint's plugin guide](https://github.com/stylelint/stylelint/blob/master/docs/developer-guide/plugins.md#peer-dependencies).

## 0.6.0

* Migrate to `[email protected]`.
* Migrated to `[email protected]`.

## 0.5.0
* Added autofixing for every rule! Please read docs before using this feature, because each rule has some caveats. stylelint 7.11+ is required for this feature.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-order",
"version": "0.6.0",
"version": "0.7.0",
"description": "A collection of order related linting rules for stylelint.",
"keywords": [
"stylelint-plugin",
Expand Down

3 comments on commit 4be7f5d

@toh82
Copy link

@toh82 toh82 commented on 4be7f5d Nov 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to break with stylelint 8.2.0, got the message
npm WARN [email protected] requires a peer of stylelint@^8.0.0 but none was installed
while stylelint-order 0.6.0 works fine. Do you know about it?

@hudochenkov
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@toh82 can't reproduce it. Looks like there no [email protected] at the same place where stylelint-order installed. Create separate issue, please, if you didn't find a problem.

@toh82
Copy link

@toh82 toh82 commented on 4be7f5d Nov 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have the [email protected] installed with -g same as stylelint-order and also tried it without -g both but the issue stays. If you can't reproduce it, it might be something local which I currently cannot think of

Please sign in to comment.