From e3eb1c29ff32c7b0947d31956422c4dcf65c6933 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 6 May 2023 23:05:26 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.1.6 --- 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 1c903bb..4c01229 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.1.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.5...@ivuorinen/stylelint-config@0.1.6) (2023-05-06) + +### Bug Fixes + +- **deps:** update dependency stylelint-order to v6 ([#23](https://github.com/ivuorinen/base-configs/issues/23)) ([de3e6dc](https://github.com/ivuorinen/base-configs/commit/de3e6dc75f9b63d2b1a19c143f58de2dad312217)) + ## [0.1.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.4...@ivuorinen/stylelint-config@0.1.5) (2023-05-06) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 8053840..8728eca 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.5", + "version": "0.1.6", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",