diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 0704c2b..66ee56c 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. +## 2.0.5 (2024-10-19) + +### Bug Fixes + +- upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f)) + ## [2.0.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.3...@ivuorinen/base-configs@2.0.4) (2024-09-17) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 7c8738d..2a99b63 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "2.0.4", + "version": "2.0.5", "type": "module", "description": "ivuorinen's shareable configurations meta package", "author": { @@ -28,11 +28,11 @@ "url": "git+https://github.com/ivuorinen/base-configs.git" }, "dependencies": { - "@ivuorinen/browserslist-config": "^0.3.1", - "@ivuorinen/commitlint-config": "^0.3.1", - "@ivuorinen/eslint-config": "^0.5.2", - "@ivuorinen/markdownlint-config": "^0.3.1", - "@ivuorinen/prettier-config": "^0.3.2", - "@ivuorinen/semantic-release-config": "^0.3.2" + "@ivuorinen/browserslist-config": "^0.3.2", + "@ivuorinen/commitlint-config": "^0.3.2", + "@ivuorinen/eslint-config": "^0.5.3", + "@ivuorinen/markdownlint-config": "^0.3.2", + "@ivuorinen/prettier-config": "^0.3.3", + "@ivuorinen/semantic-release-config": "^0.3.3" } } diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 79b760d..a1fe7e8 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.3.2 (2024-10-19) + +### Bug Fixes + +- upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f)) + ## [0.3.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.3.0...@ivuorinen/browserslist-config@0.3.1) (2024-08-28) **Note:** Version bump only for package @ivuorinen/browserslist-config diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 2b07a86..3791892 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.3.1", + "version": "0.3.2", "description": "ivuorinen's shareable configuration for Browserslist.", "type": "module", "author": { @@ -43,7 +43,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1", + "@ivuorinen/config-checker": "^1.1.6", "browserslist": "^4" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 7a622bd..74764c2 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.3.2 (2024-10-19) + +### Bug Fixes + +- upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f)) + ## [0.3.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.3.0...@ivuorinen/commitlint-config@0.3.1) (2024-08-28) **Note:** Version bump only for package @ivuorinen/commitlint-config diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 42adeca..8cf1e5a 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "description": "ivuorinen's shareable configuration for commitlint.", "author": { @@ -44,7 +44,7 @@ "dependencies": { "@commitlint/cli": "^19", "@commitlint/config-conventional": "^19", - "@ivuorinen/config-checker": "^1" + "@ivuorinen/config-checker": "^1.1.6" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" } diff --git a/packages/config-checker/CHANGELOG.md b/packages/config-checker/CHANGELOG.md index f82fec7..de401fc 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.6 (2024-10-19) + +### Bug Fixes + +- upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f)) + ## [1.1.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/config-checker@1.1.4...@ivuorinen/config-checker@1.1.5) (2024-08-21) **Note:** Version bump only for package @ivuorinen/config-checker diff --git a/packages/config-checker/package.json b/packages/config-checker/package.json index 26ea3bd..4f2be17 100644 --- a/packages/config-checker/package.json +++ b/packages/config-checker/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/config-checker", - "version": "1.1.5", + "version": "1.1.6", "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 a71a1c6..1641367 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.5.3 (2024-10-19) + +### Bug Fixes + +- upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f)) + ## [0.5.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.5.1...@ivuorinen/eslint-config@0.5.2) (2024-08-28) **Note:** Version bump only for package @ivuorinen/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index a1e1028..f77e69e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.5.2", + "version": "0.5.3", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen", @@ -52,7 +52,7 @@ }, "dependencies": { "@eslint/js": "^9", - "@ivuorinen/config-checker": "^1", + "@ivuorinen/config-checker": "^1.1.6", "eslint": "^9", "eslint-config-prettier": "^9", "eslint-config-standard": "^17", diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index f6c2bd6..5094f25 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.3.2 (2024-10-19) + +### Bug Fixes + +- upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f)) + ## [0.3.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.0...@ivuorinen/markdownlint-config@0.3.1) (2024-08-28) **Note:** Version bump only for package @ivuorinen/markdownlint-config diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index b2dcc1f..2cadb6d 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { @@ -37,7 +37,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1", + "@ivuorinen/config-checker": "^1.1.6", "markdownlint-cli": "^0.42.0" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 35115b6..ec2c0ba 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.3.3 (2024-10-19) + +### Bug Fixes + +- upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f)) + ## [0.3.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.3.1...@ivuorinen/prettier-config@0.3.2) (2024-09-17) ### Bug Fixes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 940058d..45e20d5 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.3.2", + "version": "0.3.3", "type": "module", "description": "ivuorinen's shareable configuration for Prettier.", "author": { @@ -43,7 +43,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1", + "@ivuorinen/config-checker": "^1.1.6", "prettier": "^3" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index 9fea267..87cf8d9 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.3.3 (2024-10-19) + +### Bug Fixes + +- upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f)) + ## [0.3.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.1...@ivuorinen/semantic-release-config@0.3.2) (2024-09-17) ### Bug Fixes diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index ba729bd..c110d38 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.3.2", + "version": "0.3.3", "description": "ivuorinen's shareable configuration for semantic-release.", "author": { "name": "Ismo Vuorinen", @@ -43,7 +43,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1", + "@ivuorinen/config-checker": "^1.1.6", "@semantic-release/changelog": "^6", "@semantic-release/git": "^10", "semantic-release": "^24" diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 1cf3cdc..5c7da39 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.3.2 (2024-10-19) + +### Bug Fixes + +- upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f)) + ## [0.3.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.0...@ivuorinen/stylelint-config@0.3.1) (2024-08-28) **Note:** Version bump only for package @ivuorinen/stylelint-config diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 1bf7c9d..9837220 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "description": "ivuorinen's shareable configuration for stylelint.", "author": { @@ -53,7 +53,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1", + "@ivuorinen/config-checker": "^1.1.6", "postcss": "^8", "stylelint": "^16", "stylelint-config-recommended-scss": "^14",