diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 88a0db6..f703897 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.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.0...@ivuorinen/base-configs@1.1.1) (2023-10-31) + +**Note:** Version bump only for package @ivuorinen/base-configs + # 1.1.0 (2023-10-30) ### Bug Fixes diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 8f293f5..564cdc6 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.0", + "version": "1.1.1", "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.1", - "@ivuorinen/commitlint-config": "^0.2.3", - "@ivuorinen/eslint-config": "^0.3.3", - "@ivuorinen/markdownlint-config": "^0.2.1", - "@ivuorinen/prettier-config": "^0.2.1", - "@ivuorinen/semantic-release-config": "^0.2.1" + "@ivuorinen/browserslist-config": "^0.2.2", + "@ivuorinen/commitlint-config": "^0.2.4", + "@ivuorinen/eslint-config": "^0.3.4", + "@ivuorinen/markdownlint-config": "^0.2.2", + "@ivuorinen/prettier-config": "^0.2.2", + "@ivuorinen/semantic-release-config": "^0.2.2" } } diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index fac912a..89ab67c 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.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.1...@ivuorinen/browserslist-config@0.2.2) (2023-10-31) + +**Note:** Version bump only for package @ivuorinen/browserslist-config + ## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.0...@ivuorinen/browserslist-config@0.2.1) (2023-10-30) **Note:** Version bump only for package @ivuorinen/browserslist-config diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 559676c..0899e00 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.2.1", + "version": "0.2.2", "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.1", + "@ivuorinen/config-checker": "^1.1.2", "browserslist": "4.22.1" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index c2e9e13..cc11209 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.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.3...@ivuorinen/commitlint-config@0.2.4) (2023-10-31) + +**Note:** Version bump only for package @ivuorinen/commitlint-config + ## [0.2.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.2...@ivuorinen/commitlint-config@0.2.3) (2023-10-30) **Note:** Version bump only for package @ivuorinen/commitlint-config diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index be2338d..7b58bce 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.2.3", + "version": "0.2.4", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen", @@ -37,7 +37,7 @@ "dependencies": { "@commitlint/cli": "18.2.0", "@commitlint/config-conventional": "18.1.0", - "@ivuorinen/config-checker": "^1.1.1" + "@ivuorinen/config-checker": "^1.1.2" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" } diff --git a/packages/config-checker/CHANGELOG.md b/packages/config-checker/CHANGELOG.md index 158d3bd..4729922 100644 --- a/packages/config-checker/CHANGELOG.md +++ b/packages/config-checker/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.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 + ## [1.1.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/config-checker@1.1.0...@ivuorinen/config-checker@1.1.1) (2023-10-30) **Note:** Version bump only for package @ivuorinen/config-checker diff --git a/packages/config-checker/package.json b/packages/config-checker/package.json index bc8ac87..675ee14 100644 --- a/packages/config-checker/package.json +++ b/packages/config-checker/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/config-checker", - "version": "1.1.1", + "version": "1.1.2", "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 08aeaf3..16207f5 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.3.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.3.3...@ivuorinen/eslint-config@0.3.4) (2023-10-31) + +**Note:** Version bump only for package @ivuorinen/eslint-config + ## [0.3.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.3.2...@ivuorinen/eslint-config@0.3.3) (2023-10-30) **Note:** Version bump only for package @ivuorinen/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2923695..1482993 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.3.3", + "version": "0.3.4", "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.1", + "@ivuorinen/config-checker": "^1.1.2", "eslint": "8.52.0", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.29.0", diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index e161b59..71a7105 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.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.1...@ivuorinen/markdownlint-config@0.2.2) (2023-10-31) + +**Note:** Version bump only for package @ivuorinen/markdownlint-config + ## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.0...@ivuorinen/markdownlint-config@0.2.1) (2023-10-30) **Note:** Version bump only for package @ivuorinen/markdownlint-config diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 1909a51..04e5cad 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.2.1", + "version": "0.2.2", "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.1", + "@ivuorinen/config-checker": "^1.1.2", "markdownlint-cli": "0.37.0" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index f4cacf5..0e0136b 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.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.1...@ivuorinen/prettier-config@0.2.2) (2023-10-31) + +**Note:** Version bump only for package @ivuorinen/prettier-config + ## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.0...@ivuorinen/prettier-config@0.2.1) (2023-10-30) ### Bug Fixes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index af3a919..dda5e87 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.2.1", + "version": "0.2.2", "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.1", + "@ivuorinen/config-checker": "^1.1.2", "prettier": "3.0.3" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index 7b3ff6c..e52944f 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.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.1...@ivuorinen/semantic-release-config@0.2.2) (2023-10-31) + +**Note:** Version bump only for package @ivuorinen/semantic-release-config + ## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.0...@ivuorinen/semantic-release-config@0.2.1) (2023-10-30) **Note:** Version bump only for package @ivuorinen/semantic-release-config diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index dbdeed1..160fa25 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.1", + "version": "0.2.2", "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.1", + "@ivuorinen/config-checker": "^1.1.2", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "semantic-release": "22.0.5" diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 9526d1e..80b22dc 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.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.1...@ivuorinen/stylelint-config@0.2.2) (2023-10-31) + +**Note:** Version bump only for package @ivuorinen/stylelint-config + ## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.0...@ivuorinen/stylelint-config@0.2.1) (2023-10-30) **Note:** Version bump only for package @ivuorinen/stylelint-config diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 9e86fc0..a2dcbb8 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.2.1", + "version": "0.2.2", "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.1", + "@ivuorinen/config-checker": "^1.1.2", "postcss": "^8.4.2", "stylelint": "15.11.0", "stylelint-config-recommended-scss": "13.0.0",