Skip to content

Commit

Permalink
Prepare 29.0.0 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Oct 15, 2022
1 parent dd1ce5c commit 9ff3ccd
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 52 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 29.0.0

- Removed: `stylelint` less than `14.14.0` from peer dependencies.
- Changed: `import-notation` to be `"url"`.
- Added: custom parameter messages to `*-pattern` rules.
- Fixed: `value-no-vendor-prefix` to ignore `-webkit-box`.

## 28.0.0

- Removed: `stylelint` less than `14.11.0` from peer dependencies.
Expand Down
82 changes: 32 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"devDependencies": {
"@stylelint/prettier-config": "^2.0.0",
"@stylelint/remark-preset": "^4.0.0",
"eslint": "^8.23.1",
"eslint-config-stylelint": "^16.0.0",
"eslint": "^8.25.0",
"eslint-config-stylelint": "^17.0.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"lint-staged": "^13.0.3",
Expand Down

0 comments on commit 9ff3ccd

Please sign in to comment.