From 61815ad0b53f19becc58d761ea6fa891fc75e88a Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 16 Nov 2024 12:29:25 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@2.0.7 - @ivuorinen/browserslist-config@0.3.4 - @ivuorinen/commitlint-config@0.3.4 - @ivuorinen/config-checker@1.1.8 - @ivuorinen/eslint-config@0.5.5 - @ivuorinen/markdownlint-config@0.3.4 - @ivuorinen/prettier-config@0.3.5 - @ivuorinen/semantic-release-config@0.3.5 - @ivuorinen/stylelint-config@0.3.4 --- 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 85084e3..f4613cb 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.7 (2024-11-16) + +### Bug Fixes + +- upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744)) + ## 2.0.6 (2024-10-20) ### Bug Fixes diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 909716a..a13c600 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "2.0.6", + "version": "2.0.7", "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.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" + "@ivuorinen/browserslist-config": "^0.3.4", + "@ivuorinen/commitlint-config": "^0.3.4", + "@ivuorinen/eslint-config": "^0.5.5", + "@ivuorinen/markdownlint-config": "^0.3.4", + "@ivuorinen/prettier-config": "^0.3.5", + "@ivuorinen/semantic-release-config": "^0.3.5" } } diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index f8aebf6..fa5e041 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.4 (2024-11-16) + +### Bug Fixes + +- upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744)) + ## 0.3.3 (2024-10-20) ### Bug Fixes diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 701913a..b33d9b1 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.3.3", + "version": "0.3.4", "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.7", + "@ivuorinen/config-checker": "^1.1.8", "browserslist": "^4.24.2" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index d730f83..0ca5e83 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.4 (2024-11-16) + +### Bug Fixes + +- upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744)) + ## 0.3.3 (2024-10-20) ### Bug Fixes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index e2e4223..9da2253 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.3.3", + "version": "0.3.4", "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.7" + "@ivuorinen/config-checker": "^1.1.8" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" } diff --git a/packages/config-checker/CHANGELOG.md b/packages/config-checker/CHANGELOG.md index 0717f5e..dd2bd4d 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.8 (2024-11-16) + +### Bug Fixes + +- upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744)) + ## 1.1.7 (2024-10-20) ### Bug Fixes diff --git a/packages/config-checker/package.json b/packages/config-checker/package.json index 70940e5..d1b4fc1 100644 --- a/packages/config-checker/package.json +++ b/packages/config-checker/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/config-checker", - "version": "1.1.7", + "version": "1.1.8", "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 6332f92..b8f7fa2 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.5 (2024-11-16) + +### Bug Fixes + +- upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744)) + ## 0.5.4 (2024-10-20) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index acc8780..012ed85 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.5.4", + "version": "0.5.5", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen", @@ -52,7 +52,7 @@ }, "dependencies": { "@eslint/js": "^9", - "@ivuorinen/config-checker": "^1.1.7", + "@ivuorinen/config-checker": "^1.1.8", "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 9aa5237..d9407a5 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.4 (2024-11-16) + +### Bug Fixes + +- upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744)) + ## 0.3.3 (2024-10-20) ### Bug Fixes diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 4a0688e..e03ec59 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.3.3", + "version": "0.3.4", "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.7", + "@ivuorinen/config-checker": "^1.1.8", "markdownlint-cli": "^0.42.0" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 7a59781..64a0cad 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.5 (2024-11-16) + +### Bug Fixes + +- upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744)) + ## 0.3.4 (2024-10-20) ### Bug Fixes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 403bc4d..38d9171 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.3.4", + "version": "0.3.5", "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.7", + "@ivuorinen/config-checker": "^1.1.8", "prettier": "^3" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index b0b46ee..fadf1a3 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.5 (2024-11-16) + +### Bug Fixes + +- upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744)) + ## 0.3.4 (2024-10-20) ### Bug Fixes diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index 03dd599..7f4f4b7 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.4", + "version": "0.3.5", "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.7", + "@ivuorinen/config-checker": "^1.1.8", "@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 a194cc0..892c675 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.4 (2024-11-16) + +### Bug Fixes + +- upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744)) + ## 0.3.3 (2024-10-20) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 8f5cb3a..8fa3511 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.3.3", + "version": "0.3.4", "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.7", + "@ivuorinen/config-checker": "^1.1.8", "postcss": "^8", "stylelint": "^16", "stylelint-config-recommended-scss": "^14",