diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 27c398d..1be2508 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.45](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.44...@ivuorinen/base-configs@1.1.45) (2024-02-10) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.44](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.43...@ivuorinen/base-configs@1.1.44) (2024-02-10) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 257c4cc..71b6813 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.44", + "version": "1.1.45", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -32,6 +32,6 @@ "@ivuorinen/eslint-config": "^0.4.16", "@ivuorinen/markdownlint-config": "^0.2.4", "@ivuorinen/prettier-config": "^0.2.9", - "@ivuorinen/semantic-release-config": "^0.2.11" + "@ivuorinen/semantic-release-config": "^0.2.12" } } diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index 8bbd9cf..cb1104b 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.2.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.11...@ivuorinen/semantic-release-config@0.2.12) (2024-02-10) + +### Bug Fixes + +- **deps:** update dependency semantic-release to v23.0.2 ([#188](https://github.com/ivuorinen/base-configs/issues/188)) ([5d1d295](https://github.com/ivuorinen/base-configs/commit/5d1d29597d0b5d27d20cb72d09bc48ded343d49e)) + ## [0.2.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.10...@ivuorinen/semantic-release-config@0.2.11) (2024-02-10) ### Bug Fixes diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index 71d21d8..430e4f7 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.11", + "version": "0.2.12", "description": "ivuorinen's shareable configuration for semantic-release.", "author": { "name": "Ismo Vuorinen",