Skip to content

Commit

Permalink
chore: release 59.1.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent 70461d9 commit 5a842cf
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
5 changes: 5 additions & 0 deletions @pob/eslint-config-typescript-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions @pob/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions @pob/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion @pob/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://christophe.hurpeau.com/)",
"license": "ISC",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit 5a842cf

Please sign in to comment.