From 813c7b569e997f7096166b08dd8f94f94cba1353 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 18 May 2024 06:29:34 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.84 - @ivuorinen/eslint-config@0.4.37 --- 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 977069a..afcef9a 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.84](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.83...@ivuorinen/base-configs@1.1.84) (2024-05-18) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.83](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.82...@ivuorinen/base-configs@1.1.83) (2024-05-15) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index d431e98..15c1cbe 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.83", + "version": "1.1.84", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -29,7 +29,7 @@ "dependencies": { "@ivuorinen/browserslist-config": "^0.2.6", "@ivuorinen/commitlint-config": "^0.2.21", - "@ivuorinen/eslint-config": "^0.4.36", + "@ivuorinen/eslint-config": "^0.4.37", "@ivuorinen/markdownlint-config": "^0.2.6", "@ivuorinen/prettier-config": "^0.2.10", "@ivuorinen/semantic-release-config": "^0.2.21" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 9bddf29..99584cb 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.37](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.36...@ivuorinen/eslint-config@0.4.37) (2024-05-18) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-n to v17.7.0 ([#250](https://github.com/ivuorinen/base-configs/issues/250)) ([0d9853a](https://github.com/ivuorinen/base-configs/commit/0d9853a556ab9954d666a5750c0b3ac88e3560e6)) + ## [0.4.36](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.35...@ivuorinen/eslint-config@0.4.36) (2024-05-15) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f3b32ba..b9f7a70 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.4.36", + "version": "0.4.37", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",