From 5d45d60ca9800c13d144a3e86baa02effeab7432 Mon Sep 17 00:00:00 2001 From: Ugo Stephant Date: Fri, 9 Jun 2023 09:34:19 +0200 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/eslint-config-node/CHANGELOG.md | 11 +++++++++++ packages/eslint-config-node/package.json | 4 ++-- packages/eslint-config-react-native/CHANGELOG.md | 11 +++++++++++ packages/eslint-config-react-native/package.json | 4 ++-- packages/eslint-config-react/CHANGELOG.md | 11 +++++++++++ packages/eslint-config-react/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 11 +++++++++++ packages/eslint-config/package.json | 2 +- 10 files changed, 63 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e031b0de..32c059fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index c7f31a79..b3c488b8 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "npmClient": "yarn", - "version": "3.0.0", + "version": "3.0.1", "command": { "publish": { "conventionalCommits": true diff --git a/packages/eslint-config-node/CHANGELOG.md b/packages/eslint-config-node/CHANGELOG.md index 89f60872..29c15535 100644 --- a/packages/eslint-config-node/CHANGELOG.md +++ b/packages/eslint-config-node/CHANGELOG.md @@ -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) diff --git a/packages/eslint-config-node/package.json b/packages/eslint-config-node/package.json index a184e54d..79754499 100644 --- a/packages/eslint-config-node/package.json +++ b/packages/eslint-config-node/package.json @@ -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": { @@ -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" }, diff --git a/packages/eslint-config-react-native/CHANGELOG.md b/packages/eslint-config-react-native/CHANGELOG.md index 11c9ddfc..2cfc1ba8 100644 --- a/packages/eslint-config-react-native/CHANGELOG.md +++ b/packages/eslint-config-react-native/CHANGELOG.md @@ -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 diff --git a/packages/eslint-config-react-native/package.json b/packages/eslint-config-react-native/package.json index 0f637430..1169f6e5 100644 --- a/packages/eslint-config-react-native/package.json +++ b/packages/eslint-config-react-native/package.json @@ -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": { @@ -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" }, diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index fd352c3e..31611f74 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -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 diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 7ee2da81..78e6c0fd 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -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": { @@ -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" }, diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index e8cbb64f..379ab177 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -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) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9a9411d7..5b4bc8cd 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -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": {