From 945220d7407c644c7567b193d62e60d676a84a66 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sun, 5 May 2024 12:27:58 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.77 - @ivuorinen/browserslist-config@0.2.6 - @ivuorinen/commitlint-config@0.2.21 - @ivuorinen/config-checker@1.1.3 - @ivuorinen/eslint-config@0.4.30 - @ivuorinen/markdownlint-config@0.2.6 - @ivuorinen/prettier-config@0.2.10 - @ivuorinen/semantic-release-config@0.2.20 - @ivuorinen/stylelint-config@0.2.23 --- packages/base-configs/CHANGELOG.md | 4 ++++ packages/base-configs/package.json | 14 +++++++------- packages/browserslist-config/CHANGELOG.md | 4 ++++ packages/browserslist-config/package.json | 4 ++-- packages/commitlint-config/CHANGELOG.md | 4 ++++ packages/commitlint-config/package.json | 4 ++-- packages/config-checker/CHANGELOG.md | 6 ++++++ packages/config-checker/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 4 ++++ packages/eslint-config/package.json | 4 ++-- packages/markdownlint-config/CHANGELOG.md | 4 ++++ packages/markdownlint-config/package.json | 4 ++-- packages/prettier-config/CHANGELOG.md | 4 ++++ packages/prettier-config/package.json | 4 ++-- packages/semantic-release-config/CHANGELOG.md | 4 ++++ packages/semantic-release-config/package.json | 4 ++-- packages/stylelint-config/CHANGELOG.md | 4 ++++ packages/stylelint-config/package.json | 4 ++-- 18 files changed, 60 insertions(+), 22 deletions(-) diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index feb2c81..95e19c2 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.77](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.76...@ivuorinen/base-configs@1.1.77) (2024-05-05) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.76](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.75...@ivuorinen/base-configs@1.1.76) (2024-05-04) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 910f660..654e8aa 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.76", + "version": "1.1.77", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -27,11 +27,11 @@ "url": "git+https://github.com/ivuorinen/base-configs.git" }, "dependencies": { - "@ivuorinen/browserslist-config": "^0.2.5", - "@ivuorinen/commitlint-config": "^0.2.20", - "@ivuorinen/eslint-config": "^0.4.29", - "@ivuorinen/markdownlint-config": "^0.2.5", - "@ivuorinen/prettier-config": "^0.2.9", - "@ivuorinen/semantic-release-config": "^0.2.19" + "@ivuorinen/browserslist-config": "^0.2.6", + "@ivuorinen/commitlint-config": "^0.2.21", + "@ivuorinen/eslint-config": "^0.4.30", + "@ivuorinen/markdownlint-config": "^0.2.6", + "@ivuorinen/prettier-config": "^0.2.10", + "@ivuorinen/semantic-release-config": "^0.2.20" } } diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 2aeaa8b..4bf1271 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-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.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.5...@ivuorinen/browserslist-config@0.2.6) (2024-05-05) + +**Note:** Version bump only for package @ivuorinen/browserslist-config + ## [0.2.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.4...@ivuorinen/browserslist-config@0.2.5) (2024-02-17) ### Bug Fixes diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index e76a968..02c7f7b 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.2.5", + "version": "0.2.6", "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.2", + "@ivuorinen/config-checker": "^1.1.3", "browserslist": "4.23.0" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 7e30130..0295117 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-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.21](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.20...@ivuorinen/commitlint-config@0.2.21) (2024-05-05) + +**Note:** Version bump only for package @ivuorinen/commitlint-config + ## [0.2.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.19...@ivuorinen/commitlint-config@0.2.20) (2024-04-27) ### Bug Fixes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index e0a13e5..71d27b6 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.2.20", + "version": "0.2.21", "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.2" + "@ivuorinen/config-checker": "^1.1.3" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" } diff --git a/packages/config-checker/CHANGELOG.md b/packages/config-checker/CHANGELOG.md index 4729922..718b362 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.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 + +- add an initial value to "reduce()" call ([#238](https://github.com/ivuorinen/base-configs/issues/238)) ([52372db](https://github.com/ivuorinen/base-configs/commit/52372dbe371bae56b44d79e2150b61200b071a1f)) + ## [1.1.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/config-checker@1.1.1...@ivuorinen/config-checker@1.1.2) (2023-10-31) **Note:** Version bump only for package @ivuorinen/config-checker diff --git a/packages/config-checker/package.json b/packages/config-checker/package.json index 675ee14..dcf3097 100644 --- a/packages/config-checker/package.json +++ b/packages/config-checker/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/config-checker", - "version": "1.1.2", + "version": "1.1.3", "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 bf30739..9021f9e 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.30](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.29...@ivuorinen/eslint-config@0.4.30) (2024-05-05) + +**Note:** Version bump only for package @ivuorinen/eslint-config + ## [0.4.29](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.28...@ivuorinen/eslint-config@0.4.29) (2024-05-04) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7be8ed0..ab0085d 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.4.29", + "version": "0.4.30", "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.2", + "@ivuorinen/config-checker": "^1.1.3", "eslint": "9.1.1", "eslint-config-prettier": "^9.0.0", "eslint-config-standard": "17.1.0", diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index 3753d4c..aab195e 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.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.5...@ivuorinen/markdownlint-config@0.2.6) (2024-05-05) + +**Note:** Version bump only for package @ivuorinen/markdownlint-config + ## [0.2.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.4...@ivuorinen/markdownlint-config@0.2.5) (2024-05-04) ### Bug Fixes diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index adaca92..735bfb1 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.2.5", + "version": "0.2.6", "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.2", + "@ivuorinen/config-checker": "^1.1.3", "markdownlint-cli": "0.40.0" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 07df212..2d0e7b0 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.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.9...@ivuorinen/prettier-config@0.2.10) (2024-05-05) + +**Note:** Version bump only for package @ivuorinen/prettier-config + ## [0.2.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.8...@ivuorinen/prettier-config@0.2.9) (2024-02-08) **Note:** Version bump only for package @ivuorinen/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 758a02a..028b362 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.2.9", + "version": "0.2.10", "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.2", + "@ivuorinen/config-checker": "^1.1.3", "prettier": "3.2.5" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index f2cad83..3b1967f 100644 --- a/packages/semantic-release-config/CHANGELOG.md +++ b/packages/semantic-release-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.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.19...@ivuorinen/semantic-release-config@0.2.20) (2024-05-05) + +**Note:** Version bump only for package @ivuorinen/semantic-release-config + ## [0.2.19](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.18...@ivuorinen/semantic-release-config@0.2.19) (2024-04-13) ### Bug Fixes diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index 6222173..c2ea6ec 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.19", + "version": "0.2.20", "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.2", + "@ivuorinen/config-checker": "^1.1.3", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "semantic-release": "23.0.8" diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index ce12329..54c6ad8 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.23](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.22...@ivuorinen/stylelint-config@0.2.23) (2024-05-05) + +**Note:** Version bump only for package @ivuorinen/stylelint-config + ## [0.2.22](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.21...@ivuorinen/stylelint-config@0.2.22) (2024-05-05) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index b53c93c..d1eed05 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.2.22", + "version": "0.2.23", "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.2", + "@ivuorinen/config-checker": "^1.1.3", "postcss": "^8.4.2", "stylelint": "16.5.0", "stylelint-config-recommended-scss": "14.0.0",