From d7576140bd3327807cea24fae814da60874ddef7 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Wed, 1 May 2024 07:57:55 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.74 - @ivuorinen/eslint-config@0.4.28 --- packages/base-configs/CHANGELOG.md | 4 ++++ packages/base-configs/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-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 9a5e355..b5a79a5 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.74](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.73...@ivuorinen/base-configs@1.1.74) (2024-05-01) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.73](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.72...@ivuorinen/base-configs@1.1.73) (2024-04-28) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index cad90ca..f83afd4 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.73", + "version": "1.1.74", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -29,7 +29,7 @@ "dependencies": { "@ivuorinen/browserslist-config": "^0.2.5", "@ivuorinen/commitlint-config": "^0.2.20", - "@ivuorinen/eslint-config": "^0.4.27", + "@ivuorinen/eslint-config": "^0.4.28", "@ivuorinen/markdownlint-config": "^0.2.4", "@ivuorinen/prettier-config": "^0.2.9", "@ivuorinen/semantic-release-config": "^0.2.19" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 4b26633..24e2d70 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-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.4.28](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.27...@ivuorinen/eslint-config@0.4.28) (2024-05-01) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-jest to v28.3.0 ([#233](https://github.com/ivuorinen/base-configs/issues/233)) ([8d50271](https://github.com/ivuorinen/base-configs/commit/8d5027144dccd573010432373ad4c7f085d6f53a)) + ## [0.4.27](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.26...@ivuorinen/eslint-config@0.4.27) (2024-04-28) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9e306e9..6fc7ab9 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.4.27", + "version": "0.4.28", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",