diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 5375935..4b0f5d1 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.102](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.101...@ivuorinen/base-configs@1.1.102) (2024-07-29) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.101](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.100...@ivuorinen/base-configs@1.1.101) (2024-07-27) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 7cce13d..c9d23c4 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.101", + "version": "1.1.102", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -29,7 +29,7 @@ "dependencies": { "@ivuorinen/browserslist-config": "^0.2.9", "@ivuorinen/commitlint-config": "^0.2.23", - "@ivuorinen/eslint-config": "^0.4.46", + "@ivuorinen/eslint-config": "^0.4.47", "@ivuorinen/markdownlint-config": "^0.2.9", "@ivuorinen/prettier-config": "^0.2.16", "@ivuorinen/semantic-release-config": "^0.2.23", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 891da0d..aaaec64 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.47](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.46...@ivuorinen/eslint-config@0.4.47) (2024-07-29) + +### Bug Fixes + +- **deps:** update eslint to 9.8.0 ([#281](https://github.com/ivuorinen/base-configs/issues/281)) ([72b0871](https://github.com/ivuorinen/base-configs/commit/72b0871beb452e408b460e5d2804085affef9dc4)) + ## [0.4.46](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.45...@ivuorinen/eslint-config@0.4.46) (2024-07-27) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 81d39ad..0f52b23 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.4.46", + "version": "0.4.47", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",