Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enatario committed Apr 22, 2022
1 parent 6fb4f2d commit 335b259
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,29 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased (`master`)][unreleased]
## [Unreleased (`main`)][unreleased]

Nothing at the moment.

[unreleased]: https://github.com/thoughtbot/stylelint-config/compare/v2.0.0...HEAD
[unreleased]: https://github.com/thoughtbot/stylelint-config/compare/v3.0.0...HEAD

## [3.0.0] - 2022-04-22

### Changed

- [`function-calc-no-invalid`][3.0.0-1] removed as it's been deprecated
- [`declaration-property-unit-allowed-list`][3.0.0-2] was changed from `declaration-property-unit-whitelist`
- [`declaration-property-value-disallowed-list`][3.0.0-3] was changed from `declaration-property-unit-blacklist`
- Updated stylelint to v14.7.1
- Updated stylelint-config-recommended to v7.0.0
- Updated stylelint-order to v5.0.0
- Updated stylelint-scss to v4.2.0
- Updated stylelint-declaration-block-no-ignored-properties to v2.5.0

[3.0.0]: https://github.com/thoughtbot/stylelint-config/compare/v2.0.0...v3.0.0
[3.0.0-1]: https://github.com/stylelint/stylelint/pull/5296
[3.0.0-2]: https://github.com/stylelint/stylelint/blob/13.7.0/lib/rules/declaration-property-unit-whitelist/README.md
[3.0.0-3]: https://github.com/stylelint/stylelint/blob/13.7.0/lib/rules/declaration-property-value-blacklist/README.md

## [2.0.0] - 2020-03-09

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"prepublishOnly": "git push && git push --tags",
"version": "git add CHANGELOG.md"
},
"version": "2.0.0"
"version": "3.0.0"
}

0 comments on commit 335b259

Please sign in to comment.