From b57fd98a95ff5b7822f8c8da04439f5c8d3e6033 Mon Sep 17 00:00:00 2001 From: fiximus <189535814+fiximus@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:12:10 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@2.0.31 - @ivuorinen/eslint-config@0.5.12 --- packages/base-configs/CHANGELOG.md | 8 ++++++++ packages/base-configs/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 11 +++++++++++ packages/eslint-config/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index d02ef5d..8798884 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.31](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.30...@ivuorinen/base-configs@2.0.31) (2025-06-21) + +**Note:** Version bump only for package @ivuorinen/base-configs + + + + + ## [2.0.30](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.29...@ivuorinen/base-configs@2.0.30) (2025-06-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 78d4395..998f4b2 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "2.0.30", + "version": "2.0.31", "type": "module", "description": "ivuorinen's shareable configurations meta package", "author": { @@ -30,7 +30,7 @@ "dependencies": { "@ivuorinen/browserslist-config": "^0.4.4", "@ivuorinen/commitlint-config": "^0.3.8", - "@ivuorinen/eslint-config": "^0.5.11", + "@ivuorinen/eslint-config": "^0.5.12", "@ivuorinen/markdownlint-config": "^0.3.15", "@ivuorinen/prettier-config": "^0.3.8", "@ivuorinen/semantic-release-config": "^0.3.9" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 042c77f..6e9761e 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.5.11...@ivuorinen/eslint-config@0.5.12) (2025-06-21) + + +### Bug Fixes + +* **deps:** update eslint-plugin-jest to 29.0.0 ([#365](https://github.com/ivuorinen/base-configs/issues/365)) ([deed1fa](https://github.com/ivuorinen/base-configs/commit/deed1fa28a4ed5dc1da450d04c6c818269dc47b5)) + + + + + ## 0.5.11 (2025-02-23) **Note:** Version bump only for package @ivuorinen/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 60e21b8..7c9d4cd 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.5.11", + "version": "0.5.12", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",