From b90fcbf1e107e89f67d10a9eb09af1496e5a7465 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 14 Jun 2024 08:01:56 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.94 - @ivuorinen/eslint-config@0.4.42 - @ivuorinen/markdownlint-config@0.2.8 - @ivuorinen/prettier-config@0.2.13 - @ivuorinen/stylelint-config@0.2.28 --- packages/base-configs/CHANGELOG.md | 4 ++++ packages/base-configs/package.json | 8 ++++---- packages/eslint-config/CHANGELOG.md | 4 ++++ packages/eslint-config/package.json | 2 +- packages/markdownlint-config/CHANGELOG.md | 4 ++++ packages/markdownlint-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 4 ++++ packages/prettier-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 4 ++++ packages/stylelint-config/package.json | 2 +- 10 files changed, 28 insertions(+), 8 deletions(-) diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index e2a34ee..2c14750 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.94](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.93...@ivuorinen/base-configs@1.1.94) (2024-06-14) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.93](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.92...@ivuorinen/base-configs@1.1.93) (2024-06-12) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 31d6e88..80238ac 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.93", + "version": "1.1.94", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -29,9 +29,9 @@ "dependencies": { "@ivuorinen/browserslist-config": "^0.2.7", "@ivuorinen/commitlint-config": "^0.2.22", - "@ivuorinen/eslint-config": "^0.4.41", - "@ivuorinen/markdownlint-config": "^0.2.7", - "@ivuorinen/prettier-config": "^0.2.12", + "@ivuorinen/eslint-config": "^0.4.42", + "@ivuorinen/markdownlint-config": "^0.2.8", + "@ivuorinen/prettier-config": "^0.2.13", "@ivuorinen/semantic-release-config": "^0.2.22", "eslint-plugin-n": "^17.0.0" } diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 4a31a0e..80498c1 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/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. +## [0.4.42](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.41...@ivuorinen/eslint-config@0.4.42) (2024-06-14) + +**Note:** Version bump only for package @ivuorinen/eslint-config + ## [0.4.41](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.40...@ivuorinen/eslint-config@0.4.41) (2024-06-04) **Note:** Version bump only for package @ivuorinen/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7e109dc..d8ce356 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.4.41", + "version": "0.4.42", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen", diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index c84b674..daceb93 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-config/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. +## [0.2.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.7...@ivuorinen/markdownlint-config@0.2.8) (2024-06-14) + +**Note:** Version bump only for package @ivuorinen/markdownlint-config + ## [0.2.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.6...@ivuorinen/markdownlint-config@0.2.7) (2024-05-29) ### Bug Fixes diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 08ffe98..498e60d 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.2.7", + "version": "0.2.8", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { "name": "Ismo Vuorinen", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 6755595..7ef51ef 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/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. +## [0.2.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.12...@ivuorinen/prettier-config@0.2.13) (2024-06-14) + +**Note:** Version bump only for package @ivuorinen/prettier-config + ## [0.2.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.11...@ivuorinen/prettier-config@0.2.12) (2024-06-06) ### Bug Fixes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 86c3e79..623f446 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.2.12", + "version": "0.2.13", "description": "ivuorinen's shareable configuration for Prettier.", "author": { "name": "Ismo Vuorinen", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index fe85bf4..611f2a5 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/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. +## [0.2.28](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.27...@ivuorinen/stylelint-config@0.2.28) (2024-06-14) + +**Note:** Version bump only for package @ivuorinen/stylelint-config + ## [0.2.27](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.26...@ivuorinen/stylelint-config@0.2.27) (2024-06-06) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 6bd5062..0c607d4 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.2.27", + "version": "0.2.28", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",