From b7ee4370fb85a8deaf8f56cbdf3abb75670057be Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 2 Feb 2024 08:21:28 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.42 - @ivuorinen/markdownlint-config@0.2.4 --- packages/base-configs/CHANGELOG.md | 4 ++++ packages/base-configs/package.json | 4 ++-- packages/markdownlint-config/CHANGELOG.md | 6 ++++++ packages/markdownlint-config/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index a98db32..bbcb584 100644 --- a/packages/base-configs/CHANGELOG.md +++ b/packages/base-configs/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.42](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.41...@ivuorinen/base-configs@1.1.42) (2024-02-02) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.41](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.40...@ivuorinen/base-configs@1.1.41) (2024-01-30) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index de8af47..4842b6d 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.41", + "version": "1.1.42", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -30,7 +30,7 @@ "@ivuorinen/browserslist-config": "^0.2.4", "@ivuorinen/commitlint-config": "^0.2.11", "@ivuorinen/eslint-config": "^0.4.16", - "@ivuorinen/markdownlint-config": "^0.2.3", + "@ivuorinen/markdownlint-config": "^0.2.4", "@ivuorinen/prettier-config": "^0.2.8", "@ivuorinen/semantic-release-config": "^0.2.10" } diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index bf9e7f1..e03d630 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.2.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.3...@ivuorinen/markdownlint-config@0.2.4) (2024-02-02) + +### Bug Fixes + +- **deps:** update dependency markdownlint-cli to v0.39.0 ([#183](https://github.com/ivuorinen/base-configs/issues/183)) ([50d4743](https://github.com/ivuorinen/base-configs/commit/50d4743f3bb7eb1458da6f67aafd3e409adf329a)) + ## [0.2.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.2...@ivuorinen/markdownlint-config@0.2.3) (2023-12-13) ### Bug Fixes diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 73b4716..de6dd59 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.2.3", + "version": "0.2.4", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { "name": "Ismo Vuorinen",