diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 0b55d48..7d5aff0 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.15](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.14...@ivuorinen/base-configs@1.1.15) (2023-11-24) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.13...@ivuorinen/base-configs@1.1.14) (2023-11-21) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 2c3a9b5..be17e94 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.14", + "version": "1.1.15", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -28,7 +28,7 @@ }, "dependencies": { "@ivuorinen/browserslist-config": "^0.2.2", - "@ivuorinen/commitlint-config": "^0.2.7", + "@ivuorinen/commitlint-config": "^0.2.8", "@ivuorinen/eslint-config": "^0.4.5", "@ivuorinen/markdownlint-config": "^0.2.2", "@ivuorinen/prettier-config": "^0.2.3", diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index bd67d39..2098553 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.2.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.7...@ivuorinen/commitlint-config@0.2.8) (2023-11-24) + +### Bug Fixes + +- **deps:** update commitlint to v18.4.3 ([#139](https://github.com/ivuorinen/base-configs/issues/139)) ([0b592d6](https://github.com/ivuorinen/base-configs/commit/0b592d68881e0d3d305b94d8a8bf5c2594271326)) + ## [0.2.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.6...@ivuorinen/commitlint-config@0.2.7) (2023-11-19) ### Bug Fixes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 13aa828..8e4b541 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.2.7", + "version": "0.2.8", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen",