diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 333a835..885a096 100644 --- a/packages/base-configs/CHANGELOG.md +++ b/packages/base-configs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.16](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.15...@ivuorinen/base-configs@2.0.16) (2024-12-09) + +**Note:** Version bump only for package @ivuorinen/base-configs + + + + + ## [2.0.15](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.14...@ivuorinen/base-configs@2.0.15) (2024-12-07) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 49da9b1..74edfcd 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "2.0.15", + "version": "2.0.16", "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.4.1", - "@ivuorinen/commitlint-config": "^0.3.7", + "@ivuorinen/browserslist-config": "^0.4.2", + "@ivuorinen/commitlint-config": "^0.3.8", "@ivuorinen/eslint-config": "^0.5.8", "@ivuorinen/markdownlint-config": "^0.3.9", - "@ivuorinen/prettier-config": "^0.3.7", + "@ivuorinen/prettier-config": "^0.3.8", "@ivuorinen/semantic-release-config": "^0.3.9" } } diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 91c0a77..61e338d 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.4.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.4.1...@ivuorinen/browserslist-config@0.4.2) (2024-12-09) + +**Note:** Version bump only for package @ivuorinen/browserslist-config + + + + ## 0.4.1 (2024-11-25) diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index c3e8f3d..b5bbb1e 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.4.1", + "version": "0.4.2", "description": "ivuorinen's shareable configuration for Browserslist.", "type": "module", "author": { diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 74754c7..463ffb6 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.3.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.3.7...@ivuorinen/commitlint-config@0.3.8) (2024-12-09) + +**Note:** Version bump only for package @ivuorinen/commitlint-config + + + + ## 0.3.7 (2024-11-25) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 4ab9dc8..8401243 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.3.7", + "version": "0.3.8", "type": "module", "description": "ivuorinen's shareable configuration for commitlint.", "author": { diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 1153aa6..4edbe8f 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.3.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.3.7...@ivuorinen/prettier-config@0.3.8) (2024-12-09) + +**Note:** Version bump only for package @ivuorinen/prettier-config + + + + ## 0.3.7 (2024-11-25) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 0b54cea..4793854 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.3.7", + "version": "0.3.8", "type": "module", "description": "ivuorinen's shareable configuration for Prettier.", "author": { diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 3361dd7..fca62e3 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.3.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.7...@ivuorinen/stylelint-config@0.3.8) (2024-12-09) + +**Note:** Version bump only for package @ivuorinen/stylelint-config + + + + ## 0.3.7 (2024-11-25) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index ca5d0fd..c353dc3 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.3.7", + "version": "0.3.8", "type": "module", "description": "ivuorinen's shareable configuration for stylelint.", "author": {