From 5a842cf21657bc27a83c842e0cad99a8503ad7fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Nov 2024 20:16:09 +0000 Subject: [PATCH] chore: release 59.1.2 [skip ci] --- @pob/eslint-config-typescript-react/CHANGELOG.md | 5 +++++ @pob/eslint-config-typescript-react/package.json | 4 ++-- @pob/eslint-config-typescript/CHANGELOG.md | 6 ++++++ @pob/eslint-config-typescript/package.json | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- yarn.lock | 4 ++-- 7 files changed, 23 insertions(+), 6 deletions(-) diff --git a/@pob/eslint-config-typescript-react/CHANGELOG.md b/@pob/eslint-config-typescript-react/CHANGELOG.md index f9591dd18..7895ba86f 100644 --- a/@pob/eslint-config-typescript-react/CHANGELOG.md +++ b/@pob/eslint-config-typescript-react/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [59.1.2](https://github.com/christophehurpeau/eslint-config-pob/compare/v59.1.1...v59.1.2) (2024-11-28) + +Version bump for dependency: @pob/eslint-config-typescript + + ## [59.1.1](https://github.com/christophehurpeau/eslint-config-pob/compare/v59.1.0...v59.1.1) (2024-11-28) Version bump for dependency: @pob/eslint-config-typescript diff --git a/@pob/eslint-config-typescript-react/package.json b/@pob/eslint-config-typescript-react/package.json index 3d737d42e..7d2c23d14 100644 --- a/@pob/eslint-config-typescript-react/package.json +++ b/@pob/eslint-config-typescript-react/package.json @@ -1,6 +1,6 @@ { "name": "@pob/eslint-config-typescript-react", - "version": "59.1.1", + "version": "59.1.2", "description": "eslint config files", "keywords": [], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -38,7 +38,7 @@ }, "dependencies": { "@pob/eslint-config": "59.0.0", - "@pob/eslint-config-typescript": "59.1.1", + "@pob/eslint-config-typescript": "59.1.2", "@pob/eslint-plugin": "59.0.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jsx-a11y": "6.10.2", diff --git a/@pob/eslint-config-typescript/CHANGELOG.md b/@pob/eslint-config-typescript/CHANGELOG.md index 04c709a20..7be5de947 100644 --- a/@pob/eslint-config-typescript/CHANGELOG.md +++ b/@pob/eslint-config-typescript/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [59.1.2](https://github.com/christophehurpeau/eslint-config-pob/compare/v59.1.1...v59.1.2) (2024-11-28) + +### Bug Fixes + +* also add test ([70461d9](https://github.com/christophehurpeau/eslint-config-pob/commit/70461d91b419c4cc6858edcadf7503bf45ecf413)) + ## [59.1.1](https://github.com/christophehurpeau/eslint-config-pob/compare/v59.1.0...v59.1.1) (2024-11-28) ### Bug Fixes diff --git a/@pob/eslint-config-typescript/package.json b/@pob/eslint-config-typescript/package.json index 0cc002295..c3bdd0d7c 100644 --- a/@pob/eslint-config-typescript/package.json +++ b/@pob/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@pob/eslint-config-typescript", - "version": "59.1.1", + "version": "59.1.2", "description": "eslint config files", "keywords": [], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba500f0c..796b98380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [59.1.2](https://github.com/christophehurpeau/eslint-config-pob/compare/v59.1.1...v59.1.2) (2024-11-28) + +### Bug Fixes + +* also add test ([70461d9](https://github.com/christophehurpeau/eslint-config-pob/commit/70461d91b419c4cc6858edcadf7503bf45ecf413)) + ## [59.1.1](https://github.com/christophehurpeau/eslint-config-pob/compare/v59.1.0...v59.1.1) (2024-11-28) ### Bug Fixes diff --git a/package.json b/package.json index d808804b7..a0e2ea5a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pob/eslint-config-monorepo", "private": true, - "version": "59.1.1", + "version": "59.1.2", "description": "pob eslint configs", "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", "license": "ISC", diff --git a/yarn.lock b/yarn.lock index df0014a05..c3b866ba4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -640,7 +640,7 @@ __metadata: resolution: "@pob/eslint-config-typescript-react@workspace:@pob/eslint-config-typescript-react" dependencies: "@pob/eslint-config": "npm:59.0.0" - "@pob/eslint-config-typescript": "npm:59.1.1" + "@pob/eslint-config-typescript": "npm:59.1.2" "@pob/eslint-plugin": "npm:59.0.0" "@types/react": "npm:18.3.12" eslint-plugin-import: "npm:2.31.0" @@ -654,7 +654,7 @@ __metadata: languageName: unknown linkType: soft -"@pob/eslint-config-typescript@npm:59.1.1, @pob/eslint-config-typescript@workspace:*, @pob/eslint-config-typescript@workspace:@pob/eslint-config-typescript": +"@pob/eslint-config-typescript@npm:59.1.2, @pob/eslint-config-typescript@workspace:*, @pob/eslint-config-typescript@workspace:@pob/eslint-config-typescript": version: 0.0.0-use.local resolution: "@pob/eslint-config-typescript@workspace:@pob/eslint-config-typescript" dependencies: