Skip to content

Commit

Permalink
Prepare 10.0.0 (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: jeddy3 <jeddy3@users.noreply.github.com>
  • Loading branch information
ybiquitous and jeddy3 committed Feb 9, 2023
1 parent d67667f commit ecd3695
Show file tree
Hide file tree
Showing 7 changed files with 1,396 additions and 1,179 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -14,5 +14,3 @@ jobs:

test:
uses: stylelint/.github/.github/workflows/test.yml@main
with:
os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 10.0.0

- Removed: `stylelint` less than `15.0.0` from peer dependencies.

## 9.0.0

- Removed: `stylelint` less than `14.10.0` from peer dependencies.
Expand Down
2 changes: 1 addition & 1 deletion __tests__/invalid.css
@@ -1,3 +1,3 @@
madeup {
top: 0;
top: 0;
}
10 changes: 5 additions & 5 deletions __tests__/valid.css
Expand Up @@ -2,9 +2,9 @@

.selector-1,
.selector-2,
.selector-3[type="text"] {
background: linear-gradient(#fff, rgba(0, 0, 0, 0.8));
box-sizing: border-box;
display: block;
color: #333;
.selector-3[type='text'] {
background: linear-gradient(#fff, rgba(0, 0, 0, 0.8));
box-sizing: border-box;
display: block;
color: #333;
}

0 comments on commit ecd3695

Please sign in to comment.