From 0e9bfae791c63f993f0af67fb3e596303da80df9 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 20 Feb 2024 11:10:08 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.50 - @ivuorinen/eslint-config@0.4.18 --- 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 e8b5ec8..75a86e5 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.50](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.49...@ivuorinen/base-configs@1.1.50) (2024-02-20) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.49](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.48...@ivuorinen/base-configs@1.1.49) (2024-02-17) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 6d0b32d..2ea85a5 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.49", + "version": "1.1.50", "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.13", - "@ivuorinen/eslint-config": "^0.4.17", + "@ivuorinen/eslint-config": "^0.4.18", "@ivuorinen/markdownlint-config": "^0.2.4", "@ivuorinen/prettier-config": "^0.2.9", "@ivuorinen/semantic-release-config": "^0.2.12" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 58e13ff..3cf01ee 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.18](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.17...@ivuorinen/eslint-config@0.4.18) (2024-02-20) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-jest to v27.9.0 ([#193](https://github.com/ivuorinen/base-configs/issues/193)) ([3640d26](https://github.com/ivuorinen/base-configs/commit/3640d264250a7340398a1299f2650198922c8aaf)) + ## [0.4.17](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.16...@ivuorinen/eslint-config@0.4.17) (2024-02-17) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index a4d34f8..51a32d9 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.4.17", + "version": "0.4.18", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",