diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 66ee56c..85084e3 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.6 (2024-10-20) + +### Bug Fixes + +- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7)) + ## 2.0.5 (2024-10-19) ### Bug Fixes diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 2a99b63..909716a 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "2.0.5", + "version": "2.0.6", "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.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" + "@ivuorinen/browserslist-config": "^0.3.3", + "@ivuorinen/commitlint-config": "^0.3.3", + "@ivuorinen/eslint-config": "^0.5.4", + "@ivuorinen/markdownlint-config": "^0.3.3", + "@ivuorinen/prettier-config": "^0.3.4", + "@ivuorinen/semantic-release-config": "^0.3.4" } } diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index a1fe7e8..f8aebf6 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.3 (2024-10-20) + +### Bug Fixes + +- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7)) + ## 0.3.2 (2024-10-19) ### Bug Fixes diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index d81ec1c..a9080b7 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.3.2", + "version": "0.3.3", "description": "ivuorinen's shareable configuration for Browserslist.", "type": "module", "author": { @@ -43,7 +43,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.6", + "@ivuorinen/config-checker": "^1.1.7", "browserslist": "^4.24.0" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 74764c2..d730f83 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.3 (2024-10-20) + +### Bug Fixes + +- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7)) + ## 0.3.2 (2024-10-19) ### Bug Fixes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 8cf1e5a..e2e4223 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.3.2", + "version": "0.3.3", "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.1.6" + "@ivuorinen/config-checker": "^1.1.7" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" } diff --git a/packages/config-checker/CHANGELOG.md b/packages/config-checker/CHANGELOG.md index de401fc..0717f5e 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.7 (2024-10-20) + +### Bug Fixes + +- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7)) + ## 1.1.6 (2024-10-19) ### Bug Fixes diff --git a/packages/config-checker/package.json b/packages/config-checker/package.json index 4f2be17..70940e5 100644 --- a/packages/config-checker/package.json +++ b/packages/config-checker/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/config-checker", - "version": "1.1.6", + "version": "1.1.7", "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 1641367..6332f92 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.4 (2024-10-20) + +### Bug Fixes + +- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7)) + ## 0.5.3 (2024-10-19) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f77e69e..acc8780 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.5.3", + "version": "0.5.4", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen", @@ -52,7 +52,7 @@ }, "dependencies": { "@eslint/js": "^9", - "@ivuorinen/config-checker": "^1.1.6", + "@ivuorinen/config-checker": "^1.1.7", "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 5094f25..9aa5237 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.3 (2024-10-20) + +### Bug Fixes + +- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7)) + ## 0.3.2 (2024-10-19) ### Bug Fixes diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 2cadb6d..4a0688e 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.3.2", + "version": "0.3.3", "type": "module", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { @@ -37,7 +37,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.6", + "@ivuorinen/config-checker": "^1.1.7", "markdownlint-cli": "^0.42.0" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index ec2c0ba..7a59781 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.4 (2024-10-20) + +### Bug Fixes + +- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7)) + ## 0.3.3 (2024-10-19) ### Bug Fixes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 45e20d5..403bc4d 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.3.3", + "version": "0.3.4", "type": "module", "description": "ivuorinen's shareable configuration for Prettier.", "author": { @@ -43,7 +43,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.6", + "@ivuorinen/config-checker": "^1.1.7", "prettier": "^3" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index 87cf8d9..b0b46ee 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.4 (2024-10-20) + +### Bug Fixes + +- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7)) + ## 0.3.3 (2024-10-19) ### Bug Fixes diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index c110d38..03dd599 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.3", + "version": "0.3.4", "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.1.6", + "@ivuorinen/config-checker": "^1.1.7", "@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 5c7da39..a194cc0 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.3 (2024-10-20) + +### Bug Fixes + +- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7)) + ## 0.3.2 (2024-10-19) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 9837220..8f5cb3a 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.3.2", + "version": "0.3.3", "type": "module", "description": "ivuorinen's shareable configuration for stylelint.", "author": { @@ -53,7 +53,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.6", + "@ivuorinen/config-checker": "^1.1.7", "postcss": "^8", "stylelint": "^16", "stylelint-config-recommended-scss": "^14",