From 3cf835ada8bc76c8f30703298bfcc5446f859207 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 2 Jul 2024 11:07:36 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.97 - @ivuorinen/browserslist-config@0.2.8 - @ivuorinen/commitlint-config@0.2.23 - @ivuorinen/config-checker@1.1.4 - @ivuorinen/eslint-config@0.4.44 - @ivuorinen/markdownlint-config@0.2.9 - @ivuorinen/prettier-config@0.2.15 - @ivuorinen/semantic-release-config@0.2.23 - @ivuorinen/stylelint-config@0.2.30 --- packages/base-configs/CHANGELOG.md | 6 ++++++ packages/base-configs/package.json | 14 +++++++------- packages/browserslist-config/CHANGELOG.md | 6 ++++++ packages/browserslist-config/package.json | 4 ++-- packages/commitlint-config/CHANGELOG.md | 6 ++++++ packages/commitlint-config/package.json | 4 ++-- packages/config-checker/CHANGELOG.md | 6 ++++++ packages/config-checker/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 4 ++-- packages/markdownlint-config/CHANGELOG.md | 6 ++++++ packages/markdownlint-config/package.json | 4 ++-- packages/prettier-config/CHANGELOG.md | 6 ++++++ packages/prettier-config/package.json | 4 ++-- packages/semantic-release-config/CHANGELOG.md | 6 ++++++ packages/semantic-release-config/package.json | 4 ++-- packages/stylelint-config/CHANGELOG.md | 6 ++++++ packages/stylelint-config/package.json | 4 ++-- 18 files changed, 76 insertions(+), 22 deletions(-) diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index f721848..470077a 100644 --- a/packages/base-configs/CHANGELOG.md +++ b/packages/base-configs/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. +## 1.1.97 (2024-07-02) + +### Bug Fixes + +- **workflows:** commit lint fix ([3cc07cf](https://github.com/ivuorinen/base-configs/commit/3cc07cf3ffd8743860a07bb85aa4d275bb63094e)) + ## [1.1.96](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.95...@ivuorinen/base-configs@1.1.96) (2024-06-18) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index a7987af..4f62315 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.96", + "version": "1.1.97", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -27,12 +27,12 @@ "url": "git+https://github.com/ivuorinen/base-configs.git" }, "dependencies": { - "@ivuorinen/browserslist-config": "^0.2.7", - "@ivuorinen/commitlint-config": "^0.2.22", - "@ivuorinen/eslint-config": "^0.4.43", - "@ivuorinen/markdownlint-config": "^0.2.8", - "@ivuorinen/prettier-config": "^0.2.14", - "@ivuorinen/semantic-release-config": "^0.2.22", + "@ivuorinen/browserslist-config": "^0.2.8", + "@ivuorinen/commitlint-config": "^0.2.23", + "@ivuorinen/eslint-config": "^0.4.44", + "@ivuorinen/markdownlint-config": "^0.2.9", + "@ivuorinen/prettier-config": "^0.2.15", + "@ivuorinen/semantic-release-config": "^0.2.23", "eslint-plugin-n": "^17.0.0" } } diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index d63bafb..0f11c7b 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-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.8 (2024-07-02) + +### Bug Fixes + +- **workflows:** commit lint fix ([3cc07cf](https://github.com/ivuorinen/base-configs/commit/3cc07cf3ffd8743860a07bb85aa4d275bb63094e)) + ## [0.2.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.6...@ivuorinen/browserslist-config@0.2.7) (2024-06-12) ### Bug Fixes diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 07ee70c..95da73a 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.2.7", + "version": "0.2.8", "description": "ivuorinen's shareable configuration for Browserslist.", "author": { "name": "Ismo Vuorinen", @@ -36,7 +36,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.3", + "@ivuorinen/config-checker": "^1.1.4", "browserslist": "4.23.1" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index b44c097..31cdbde 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-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.23 (2024-07-02) + +### Bug Fixes + +- **workflows:** commit lint fix ([3cc07cf](https://github.com/ivuorinen/base-configs/commit/3cc07cf3ffd8743860a07bb85aa4d275bb63094e)) + ## [0.2.22](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.21...@ivuorinen/commitlint-config@0.2.22) (2024-06-04) **Note:** Version bump only for package @ivuorinen/commitlint-config diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 34bf628..fcfe002 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.2.22", + "version": "0.2.23", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen", @@ -37,7 +37,7 @@ "dependencies": { "@commitlint/cli": "19.3.0", "@commitlint/config-conventional": "19.2.2", - "@ivuorinen/config-checker": "^1.1.3", + "@ivuorinen/config-checker": "^1.1.4", "@types/node": "*", "typescript": ">=4" }, diff --git a/packages/config-checker/CHANGELOG.md b/packages/config-checker/CHANGELOG.md index 718b362..55ba327 100644 --- a/packages/config-checker/CHANGELOG.md +++ b/packages/config-checker/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. +## 1.1.4 (2024-07-02) + +### Bug Fixes + +- **workflows:** commit lint fix ([3cc07cf](https://github.com/ivuorinen/base-configs/commit/3cc07cf3ffd8743860a07bb85aa4d275bb63094e)) + ## [1.1.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/config-checker@1.1.2...@ivuorinen/config-checker@1.1.3) (2024-05-05) ### Bug Fixes diff --git a/packages/config-checker/package.json b/packages/config-checker/package.json index dcf3097..a081a5a 100644 --- a/packages/config-checker/package.json +++ b/packages/config-checker/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/config-checker", - "version": "1.1.3", + "version": "1.1.4", "description": "Checks the commonly used configuration locations for configuration files", "keywords": [ "check-config", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index f7c55b9..d8300ea 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-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.4.44 (2024-07-02) + +### Bug Fixes + +- **workflows:** commit lint fix ([3cc07cf](https://github.com/ivuorinen/base-configs/commit/3cc07cf3ffd8743860a07bb85aa4d275bb63094e)) + ## [0.4.43](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.42...@ivuorinen/eslint-config@0.4.43) (2024-06-18) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index fc053d5..b9fb313 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.4.43", + "version": "0.4.44", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen", @@ -36,7 +36,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.3", + "@ivuorinen/config-checker": "^1.1.4", "eslint": "9.6.0", "eslint-config-prettier": "^9", "eslint-config-standard": "^17", diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index daceb93..550c06a 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.9 (2024-07-02) + +### Bug Fixes + +- **workflows:** commit lint fix ([3cc07cf](https://github.com/ivuorinen/base-configs/commit/3cc07cf3ffd8743860a07bb85aa4d275bb63094e)) + ## [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 diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 498e60d..bd3b064 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.2.8", + "version": "0.2.9", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { "name": "Ismo Vuorinen", @@ -36,7 +36,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.3", + "@ivuorinen/config-checker": "^1.1.4", "markdownlint-cli": "0.41.0" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index f53a383..a72d83c 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-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.15 (2024-07-02) + +### Bug Fixes + +- **workflows:** commit lint fix ([3cc07cf](https://github.com/ivuorinen/base-configs/commit/3cc07cf3ffd8743860a07bb85aa4d275bb63094e)) + ## [0.2.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.13...@ivuorinen/prettier-config@0.2.14) (2024-06-15) ### Bug Fixes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 7d7fb0a..db709c4 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.2.14", + "version": "0.2.15", "description": "ivuorinen's shareable configuration for Prettier.", "author": { "name": "Ismo Vuorinen", @@ -36,7 +36,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.3", + "@ivuorinen/config-checker": "^1.1.4", "prettier": "3.3.2" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index 5fc469e..058c328 100644 --- a/packages/semantic-release-config/CHANGELOG.md +++ b/packages/semantic-release-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.23 (2024-07-02) + +### Bug Fixes + +- **workflows:** commit lint fix ([3cc07cf](https://github.com/ivuorinen/base-configs/commit/3cc07cf3ffd8743860a07bb85aa4d275bb63094e)) + ## [0.2.22](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.21...@ivuorinen/semantic-release-config@0.2.22) (2024-06-04) ### Bug Fixes diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index 270606d..8de80fc 100644 --- a/packages/semantic-release-config/package.json +++ b/packages/semantic-release-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/semantic-release-config", - "version": "0.2.22", + "version": "0.2.23", "description": "ivuorinen's shareable configuration for semantic-release.", "author": { "name": "Ismo Vuorinen", @@ -36,7 +36,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.3", + "@ivuorinen/config-checker": "^1.1.4", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "semantic-release": "24.0.0" diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index f5f63ee..9a4723d 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.2.30 (2024-07-02) + +### Bug Fixes + +- **workflows:** commit lint fix ([3cc07cf](https://github.com/ivuorinen/base-configs/commit/3cc07cf3ffd8743860a07bb85aa4d275bb63094e)) + ## [0.2.29](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.28...@ivuorinen/stylelint-config@0.2.29) (2024-06-22) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index eb3421f..0fdd25b 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.2.29", + "version": "0.2.30", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen", @@ -37,7 +37,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.3", + "@ivuorinen/config-checker": "^1.1.4", "postcss": "^8.4.2", "stylelint": "16.6.1", "stylelint-config-recommended-scss": "14.0.0",