Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jun 9, 2023
1 parent 051ec60 commit 5d45d60
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 8 deletions.
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.

## [3.0.1](https://github.com/p3ol/eslint-config/compare/v3.0.0...v3.0.1) (2023-06-09)


### Bug Fixes

* **deps:** bump peerDependencies between packages to v3 ([41c0919](https://github.com/p3ol/eslint-config/commit/41c09193f84a3502d71f74044da0b011862ecc11))





# [3.0.0](https://github.com/p3ol/eslint-config/compare/v2.0.2...v3.0.0) (2023-06-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "3.0.0",
"version": "3.0.1",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-node/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.

## [3.0.1](https://github.com/p3ol/eslint-config/compare/v3.0.0...v3.0.1) (2023-06-09)


### Bug Fixes

* **deps:** bump peerDependencies between packages to v3 ([41c0919](https://github.com/p3ol/eslint-config/commit/41c09193f84a3502d71f74044da0b011862ecc11))





# [3.0.0](https://github.com/p3ol/eslint-config/compare/v2.0.2...v3.0.0) (2023-06-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poool/eslint-config-node",
"version": "3.0.0",
"version": "3.0.1",
"description": "Common ESLint rules we share between node projects at Poool",
"main": "index.js",
"repository": {
Expand All @@ -20,7 +20,7 @@
"eslint-plugin-n": "^15.2.0 || ^16.0.0"
},
"devDependencies": {
"@poool/eslint-config": "^3.0.0",
"@poool/eslint-config": "^3.0.1",
"eslint": "8.42.0",
"eslint-plugin-n": "16.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-react-native/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.

## [3.0.1](https://github.com/p3ol/eslint-config/compare/v3.0.0...v3.0.1) (2023-06-09)


### Bug Fixes

* **deps:** bump peerDependencies between packages to v3 ([41c0919](https://github.com/p3ol/eslint-config/commit/41c09193f84a3502d71f74044da0b011862ecc11))





# [3.0.0](https://github.com/p3ol/eslint-config/compare/v2.0.2...v3.0.0) (2023-06-08)

**Note:** Version bump only for package @poool/eslint-config-react-native
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poool/eslint-config-react-native",
"version": "3.0.0",
"version": "3.0.1",
"description": "Common ESLint rules we share between React Native projects at Poool",
"main": "index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"eslint-plugin-react-native": "^3.8.1 || ^4.0.0"
},
"devDependencies": {
"@poool/eslint-config-react": "^3.0.0",
"@poool/eslint-config-react": "^3.0.1",
"eslint": "8.42.0",
"eslint-plugin-react-native": "4.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-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.

## [3.0.1](https://github.com/p3ol/eslint-config/compare/v3.0.0...v3.0.1) (2023-06-09)


### Bug Fixes

* **deps:** bump peerDependencies between packages to v3 ([41c0919](https://github.com/p3ol/eslint-config/commit/41c09193f84a3502d71f74044da0b011862ecc11))





# [3.0.0](https://github.com/p3ol/eslint-config/compare/v2.0.2...v3.0.0) (2023-06-08)

**Note:** Version bump only for package @poool/eslint-config-react
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poool/eslint-config-react",
"version": "3.0.0",
"version": "3.0.1",
"description": "Common ESLint rules we share between React projects at Poool",
"main": "index.js",
"repository": {
Expand All @@ -20,7 +20,7 @@
"eslint-plugin-react": "^7.20.0"
},
"devDependencies": {
"@poool/eslint-config": "^3.0.0",
"@poool/eslint-config": "^3.0.1",
"eslint": "8.42.0",
"eslint-plugin-react": "7.32.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/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.

## [3.0.1](https://github.com/p3ol/eslint-config/compare/v3.0.0...v3.0.1) (2023-06-09)


### Bug Fixes

* **deps:** bump peerDependencies between packages to v3 ([41c0919](https://github.com/p3ol/eslint-config/commit/41c09193f84a3502d71f74044da0b011862ecc11))





# [3.0.0](https://github.com/p3ol/eslint-config/compare/v2.0.2...v3.0.0) (2023-06-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poool/eslint-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "Common ESLint rules we share between projects at Poool",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 5d45d60

Please sign in to comment.