From 0bff56f833ac2704a340826eec0d4aaa1f8db801 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 4 Jun 2024 09:38:14 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.88 - @ivuorinen/semantic-release-config@0.2.22 --- 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 8452b73..bd90320 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.88](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.87...@ivuorinen/base-configs@1.1.88) (2024-06-04) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.87](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.86...@ivuorinen/base-configs@1.1.87) (2024-05-31) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index a9816e0..96bba3e 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.87", + "version": "1.1.88", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -32,6 +32,6 @@ "@ivuorinen/eslint-config": "^0.4.39", "@ivuorinen/markdownlint-config": "^0.2.7", "@ivuorinen/prettier-config": "^0.2.10", - "@ivuorinen/semantic-release-config": "^0.2.21" + "@ivuorinen/semantic-release-config": "^0.2.22" } } diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index 66a2902..5fc469e 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.22](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.21...@ivuorinen/semantic-release-config@0.2.22) (2024-06-04) + +### Bug Fixes + +- **deps:** update dependency semantic-release to v24 ([#257](https://github.com/ivuorinen/base-configs/issues/257)) ([c8bcd0c](https://github.com/ivuorinen/base-configs/commit/c8bcd0c554b2512a0b8869d563352dd7bbba9804)) + ## [0.2.21](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.20...@ivuorinen/semantic-release-config@0.2.21) (2024-05-15) ### Bug Fixes diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index e46b284..270606d 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.21", + "version": "0.2.22", "description": "ivuorinen's shareable configuration for semantic-release.", "author": { "name": "Ismo Vuorinen",