From a610ef2219775020b0c67f4f2419ec80003ba1f3 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 7 Nov 2023 03:30:51 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.6 - @ivuorinen/eslint-config@0.4.2 --- 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 252b2dc..b81a059 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.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.5...@ivuorinen/base-configs@1.1.6) (2023-11-07) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.4...@ivuorinen/base-configs@1.1.5) (2023-11-07) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 43bca8a..34bf320 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.5", + "version": "1.1.6", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -29,7 +29,7 @@ "dependencies": { "@ivuorinen/browserslist-config": "^0.2.2", "@ivuorinen/commitlint-config": "^0.2.4", - "@ivuorinen/eslint-config": "^0.4.1", + "@ivuorinen/eslint-config": "^0.4.2", "@ivuorinen/markdownlint-config": "^0.2.2", "@ivuorinen/prettier-config": "^0.2.2", "@ivuorinen/semantic-release-config": "^0.2.4" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 304c0c7..a944db4 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.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.1...@ivuorinen/eslint-config@0.4.2) (2023-11-07) + +### Bug Fixes + +- **deps:** update eslint ([14f93ce](https://github.com/ivuorinen/base-configs/commit/14f93ceb59b03bf81ebefaeb8ced5285bbf01dbb)) + ## [0.4.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.0...@ivuorinen/eslint-config@0.4.1) (2023-11-04) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b174b16..c177d21 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.4.1", + "version": "0.4.2", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",