Compare commits

...

2 Commits

Author SHA1 Message Date
ivuorinen
e835120a12 chore(release): publish
- @ivuorinen/stylelint-config@0.2.31
2024-07-13 08:31:54 +00:00
renovate[bot]
f1962c8353 fix(deps): update stylelint-scss to 6.4.0 (#273)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-13 11:31:20 +03:00
2 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.31](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.30...@ivuorinen/stylelint-config@0.2.31) (2024-07-13)
### Bug Fixes
- **deps:** update stylelint-scss to 6.4.0 ([#273](https://github.com/ivuorinen/base-configs/issues/273)) ([f1962c8](https://github.com/ivuorinen/base-configs/commit/f1962c835384ad292261fd8187a08f1494c93ccd))
## 0.2.30 (2024-07-02)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.2.30",
"version": "0.2.31",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -43,7 +43,7 @@
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-standard": "36.0.1",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.3.2"
"stylelint-scss": "6.4.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}