From 956d93e34f7fb98b17bcaa6be534ae8a2e7b3c73 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 6 May 2023 23:07:20 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.1.7 --- 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 4c01229..b532b45 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.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.6...@ivuorinen/stylelint-config@0.1.7) (2023-05-06) + +### Bug Fixes + +- **deps:** update dependency stylelint-config-recommended-scss to v10 ([#16](https://github.com/ivuorinen/base-configs/issues/16)) ([9d0c25e](https://github.com/ivuorinen/base-configs/commit/9d0c25ecd81b5af13f744c00d1b112d6e7792b49)) + ## [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 diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index a319dac..778ef3e 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.6", + "version": "0.1.7", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",