diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index ac147f8..8c5d9a7 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. +## [2.0.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.0...@ivuorinen/base-configs@2.0.1) (2024-08-26) + +**Note:** Version bump only for package @ivuorinen/base-configs + # [2.0.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.106...@ivuorinen/base-configs@2.0.0) (2024-08-21) - feat!: module & commonjs in base-configs ([02e4f47](https://github.com/ivuorinen/base-configs/commit/02e4f4779c79e5e179b3fb31b9a642d9ec96f862)) diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 34da92e..445af36 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "description": "ivuorinen's shareable configurations meta package", "author": { @@ -30,7 +30,7 @@ "dependencies": { "@ivuorinen/browserslist-config": "^0.3.0", "@ivuorinen/commitlint-config": "^0.3.0", - "@ivuorinen/eslint-config": "^0.5.0", + "@ivuorinen/eslint-config": "^0.5.1", "@ivuorinen/markdownlint-config": "^0.3.0", "@ivuorinen/prettier-config": "^0.3.0", "@ivuorinen/semantic-release-config": "^0.3.0" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 84d9371..f665d8e 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.5.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.5.0...@ivuorinen/eslint-config@0.5.1) (2024-08-26) + +### Bug Fixes + +- **deps:** update eslint-plugin-sonarjs to 2.0.0 ([#289](https://github.com/ivuorinen/base-configs/issues/289)) ([987baa6](https://github.com/ivuorinen/base-configs/commit/987baa6272b68aaab4aa34ca86892c1dd06fea77)) + # [0.5.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.48...@ivuorinen/eslint-config@0.5.0) (2024-08-21) - feat!: upgrade to eslint 9, update configs ([ad9ed82](https://github.com/ivuorinen/base-configs/commit/ad9ed820d606e7fe484b7b5f553b5dc13277f037)) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 20e4e5b..9726497 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.5.0", + "version": "0.5.1", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",