From f267a6827b9837b193e48558b9fb5391e2580abb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 1 Jun 2024 00:44:51 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.2.26 --- 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 6672514..c8d88ff 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.26](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.25...@ivuorinen/stylelint-config@0.2.26) (2024-06-01) + +### Bug Fixes + +- **deps:** update dependency stylelint to v16.6.1 ([dd455ee](https://github.com/ivuorinen/base-configs/commit/dd455ee6da6987088b6a410d12df6267431bf725)) + ## [0.2.25](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.24...@ivuorinen/stylelint-config@0.2.25) (2024-05-28) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 7770a65..9da255f 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.2.25", + "version": "0.2.26", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",