From b8da329ab8d8134e265a64ab3e1ae0f34063c86f Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 13 Jul 2024 08:55:12 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.2.32 --- packages/stylelint-config/CHANGELOG.md | 6 ++++++ packages/stylelint-config/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 87ec524..7436bd7 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -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.32](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.31...@ivuorinen/stylelint-config@0.2.32) (2024-07-13) + +### Bug Fixes + +- **deps:** update stylelint-config-recommended-scss to 14.1.0 ([#272](https://github.com/ivuorinen/base-configs/issues/272)) ([cc414bc](https://github.com/ivuorinen/base-configs/commit/cc414bc57f1b4fa55aac4c8818ca6f32fe3f5896)) + ## [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 diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index b05839a..5b569fe 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.2.31", + "version": "0.2.32", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",