Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Nov 13, 2020
1 parent 31a0326 commit 6d8132b
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 9 deletions.
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [41.0.3](https://github.com/christophehurpeau/eslint-config-pob/compare/v41.0.2...v41.0.3) (2020-11-13)


### Bug Fixes

* remove prettier from peer dependencies ([31a0326](https://github.com/christophehurpeau/eslint-config-pob/commit/31a0326bdd9eb0061a5581c652296edbca6ca79f))





# [41.0.0](https://github.com/christophehurpeau/eslint-config-pob/compare/v40.1.0...v41.0.0) (2020-11-13)


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": "41.0.0",
"version": "41.0.3",
"description": "eslint config files",
"keywords": [],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down Expand Up @@ -47,7 +47,7 @@
}
},
"dependencies": {
"@pob/eslint-config": "^41.0.0",
"@pob/eslint-config": "^41.0.3",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
Expand Down
11 changes: 11 additions & 0 deletions @pob/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [41.0.3](https://github.com/christophehurpeau/eslint-config-pob/compare/v41.0.2...v41.0.3) (2020-11-13)


### Bug Fixes

* remove prettier from peer dependencies ([31a0326](https://github.com/christophehurpeau/eslint-config-pob/commit/31a0326bdd9eb0061a5581c652296edbca6ca79f))





## [41.0.2](https://github.com/christophehurpeau/eslint-config-pob/compare/v41.0.1...v41.0.2) (2020-11-13)


Expand Down
4 changes: 2 additions & 2 deletions @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": "41.0.2",
"version": "41.0.3",
"description": "eslint config files",
"keywords": [],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down Expand Up @@ -50,7 +50,7 @@
}
},
"dependencies": {
"@pob/eslint-config": "^41.0.0",
"@pob/eslint-config": "^41.0.3",
"@pob/use-eslint-plugin": "^41.0.0",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
Expand Down
11 changes: 11 additions & 0 deletions @pob/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [41.0.3](https://github.com/christophehurpeau/eslint-config-pob/compare/v41.0.2...v41.0.3) (2020-11-13)


### Bug Fixes

* remove prettier from peer dependencies ([31a0326](https://github.com/christophehurpeau/eslint-config-pob/commit/31a0326bdd9eb0061a5581c652296edbca6ca79f))





# [41.0.0](https://github.com/christophehurpeau/eslint-config-pob/compare/v40.1.0...v41.0.0) (2020-11-13)


Expand Down
2 changes: 1 addition & 1 deletion @pob/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pob/eslint-config",
"version": "41.0.0",
"version": "41.0.3",
"description": "eslint config files",
"keywords": [],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [41.0.3](https://github.com/christophehurpeau/eslint-config-pob/compare/v41.0.2...v41.0.3) (2020-11-13)


### Bug Fixes

* remove prettier from peer dependencies ([31a0326](https://github.com/christophehurpeau/eslint-config-pob/commit/31a0326bdd9eb0061a5581c652296edbca6ca79f))





## [41.0.2](https://github.com/christophehurpeau/eslint-config-pob/compare/v41.0.1...v41.0.2) (2020-11-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "41.0.2",
"version": "41.0.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@pob/eslint-config-typescript-react@workspace:@pob/eslint-config-typescript-react"
dependencies:
"@pob/eslint-config": ^41.0.0
"@pob/eslint-config": ^41.0.3
eslint-config-airbnb: ^18.2.1
eslint-config-prettier: ^6.11.0
eslint-plugin-jsx-a11y: ^6.4.1
Expand All @@ -1432,7 +1432,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@pob/eslint-config-typescript@workspace:@pob/eslint-config-typescript"
dependencies:
"@pob/eslint-config": ^41.0.0
"@pob/eslint-config": ^41.0.3
"@pob/use-eslint-plugin": ^41.0.0
"@typescript-eslint/eslint-plugin": ^4.1.1
"@typescript-eslint/parser": ^4.1.1
Expand All @@ -1458,7 +1458,7 @@ __metadata:
languageName: unknown
linkType: soft

"@pob/eslint-config@^41.0.0, @pob/eslint-config@workspace:@pob/eslint-config":
"@pob/eslint-config@^41.0.3, @pob/eslint-config@workspace:@pob/eslint-config":
version: 0.0.0-use.local
resolution: "@pob/eslint-config@workspace:@pob/eslint-config"
dependencies:
Expand Down

0 comments on commit 6d8132b

Please sign in to comment.