From 11132fe4954204a9d68e1fc25d50544b6d28579d Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Wed, 27 Mar 2024 07:07:54 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.2.19 --- 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 db71c0f..3f03af8 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.19](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.18...@ivuorinen/stylelint-config@0.2.19) (2024-03-27) + +### Bug Fixes + +- **deps:** update dependency stylelint to v16.3.0 ([#212](https://github.com/ivuorinen/base-configs/issues/212)) ([c0bea73](https://github.com/ivuorinen/base-configs/commit/c0bea73d1d83b2503f11209bf2da334c80410b08)) + ## [0.2.18](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.17...@ivuorinen/stylelint-config@0.2.18) (2024-03-09) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 99a88f9..0d650f5 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.2.18", + "version": "0.2.19", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",