From 8b4e3ef52e7140be0d25e3951b89fcc4c227243d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 13 Apr 2024 03:41:55 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.65 - @ivuorinen/semantic-release-config@0.2.19 --- packages/base-configs/CHANGELOG.md | 4 ++++ packages/base-configs/package.json | 4 ++-- packages/semantic-release-config/CHANGELOG.md | 6 ++++++ packages/semantic-release-config/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 62645f3..5f22452 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.65](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.64...@ivuorinen/base-configs@1.1.65) (2024-04-13) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.64](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.63...@ivuorinen/base-configs@1.1.64) (2024-04-12) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 3fc2b1b..5f48d37 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.64", + "version": "1.1.65", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -32,6 +32,6 @@ "@ivuorinen/eslint-config": "^0.4.22", "@ivuorinen/markdownlint-config": "^0.2.4", "@ivuorinen/prettier-config": "^0.2.9", - "@ivuorinen/semantic-release-config": "^0.2.18" + "@ivuorinen/semantic-release-config": "^0.2.19" } } diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index db924af..f2cad83 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.19](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.18...@ivuorinen/semantic-release-config@0.2.19) (2024-04-13) + +### Bug Fixes + +- **deps:** update dependency semantic-release to v23.0.8 ([b5bfb77](https://github.com/ivuorinen/base-configs/commit/b5bfb775fd4c626db28f7778333e813bec470d49)) + ## [0.2.18](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.17...@ivuorinen/semantic-release-config@0.2.18) (2024-04-06) ### Bug Fixes diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index a976801..6222173 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.18", + "version": "0.2.19", "description": "ivuorinen's shareable configuration for semantic-release.", "author": { "name": "Ismo Vuorinen",