Skip to content

Commit

Permalink
Merge pull request #17 from atolye15/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--stylelint-config

chore(main): release 3.0.0
  • Loading branch information
hsnaydd committed Feb 9, 2023
2 parents 6178710 + 7b168a7 commit 1c80d68
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,24 @@
# Changelog

## [3.0.0](https://github.com/atolye15/stylelint-config/compare/v2.0.2...v3.0.0) (2023-02-09)


### ⚠ BREAKING CHANGES

* remove the rule `stylelint-declaration-block-no-ignored-properties` if you are using it
* remove the role `meowtec/no-px` if you are using it
* remove the rule `scale-unlimited/declaration-strict-value` if you are using it

### Features

* add new up-to-date rules ([479271b](https://github.com/atolye15/stylelint-config/commit/479271b6a3a900e0b41958c4f771d436262b4088))
* add/update some of the rules ([f1131a8](https://github.com/atolye15/stylelint-config/commit/f1131a8ef8f69509b923a94a05486bc746a93627))


### Refactors

* allow defining private variable, mixin, function and placeholder ([afd3687](https://github.com/atolye15/stylelint-config/commit/afd368773f8027ad94e47416c72c810195f9bd36))
* remove stylelint-declaration-strict-value ([3a38eab](https://github.com/atolye15/stylelint-config/commit/3a38eabfe7346c6d89b8b2143ab4c2b8f0da7d3f))
* remove stylelint-no-px ([ddecf36](https://github.com/atolye15/stylelint-config/commit/ddecf36be5579b4c7877dd53372c23a3c80f84aa))
* stylelint-declaration-block-no-ignored-properties removed because it is not very much needed ([92b0c2f](https://github.com/atolye15/stylelint-config/commit/92b0c2f74f244c52a916b1699a08e8a1e073ed76))
* update gitignore to ignore some files ([210d866](https://github.com/atolye15/stylelint-config/commit/210d86625d1875dfee412f4a958cad11d88960de))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@atolye15/stylelint-config",
"version": "2.0.2",
"version": "3.0.0",
"description": "Atölye15 shareable config for stylelint.",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 1c80d68

Please sign in to comment.