From 3fd656ad8066339f751b3a30a4c0cc4a5521a0c2 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 5 May 2023 07:21:10 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/markdownlint-config@0.1.2 - @ivuorinen/stylelint-config@0.1.2 --- packages/markdownlint-config/CHANGELOG.md | 6 ++++++ packages/markdownlint-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 6 ++++++ packages/stylelint-config/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index d88431d..52b5b72 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-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.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.1.1...@ivuorinen/markdownlint-config@0.1.2) (2023-05-05) + +### Bug Fixes + +- **deps:** update dependency markdownlint-cli to v0.34.0 ([#9](https://github.com/ivuorinen/base-configs/issues/9)) ([308b444](https://github.com/ivuorinen/base-configs/commit/308b4445c8d5ab6a05a34c48d64f56b195e8c76d)) + ## 0.1.1 (2023-05-04) **Note:** Version bump only for package @ivuorinen/markdownlint-config diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 1fd8ba8..ab80b81 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.1.1", + "version": "0.1.2", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { "name": "Ismo Vuorinen", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 21cc492..113904f 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.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.1...@ivuorinen/stylelint-config@0.1.2) (2023-05-05) + +### Bug Fixes + +- **deps:** update dependency stylelint-scss to v4.7.0 ([#10](https://github.com/ivuorinen/base-configs/issues/10)) ([046b3c2](https://github.com/ivuorinen/base-configs/commit/046b3c206b04d570daaa7de6051d1c90db9aa221)) + ## 0.1.1 (2023-05-04) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 25e3bd3..c2ff09e 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.1", + "version": "0.1.2", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",