diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index c71da57..f3b857b 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.80](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.79...@ivuorinen/base-configs@1.1.80) (2024-05-07) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.79](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.78...@ivuorinen/base-configs@1.1.79) (2024-05-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 bb59e78..d8f47af 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.79", + "version": "1.1.80", "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.32", + "@ivuorinen/eslint-config": "^0.4.33", "@ivuorinen/markdownlint-config": "^0.2.6", "@ivuorinen/prettier-config": "^0.2.10", "@ivuorinen/semantic-release-config": "^0.2.20" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index fc4a2cb..0ad0ab1 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.33](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.32...@ivuorinen/eslint-config@0.4.33) (2024-05-07) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-sonarjs to v1 ([#242](https://github.com/ivuorinen/base-configs/issues/242)) ([8419ce8](https://github.com/ivuorinen/base-configs/commit/8419ce8c64f2d7c533267c75ecd1186576738deb)) + ## [0.4.32](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.31...@ivuorinen/eslint-config@0.4.32) (2024-05-07) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d7a15d9..2ebf163 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.4.32", + "version": "0.4.33", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",