From 3122cf3997850b6654e8c66c5784e7e1c1397d15 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Wed, 1 Nov 2023 05:14:47 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.2.3 --- 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 80b22dc..dbc06dd 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.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.2...@ivuorinen/stylelint-config@0.2.3) (2023-11-01) + +### Bug Fixes + +- **deps:** update dependency stylelint-scss to v5.3.0 ([#122](https://github.com/ivuorinen/base-configs/issues/122)) ([d139003](https://github.com/ivuorinen/base-configs/commit/d139003e0d6607add7cd2f88ac14ad9c5be352c6)) + ## [0.2.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.1...@ivuorinen/stylelint-config@0.2.2) (2023-10-31) **Note:** Version bump only for package @ivuorinen/stylelint-config diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 8dae1dc..d8853f7 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.2.2", + "version": "0.2.3", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",