diff --git a/CHANGELOG.md b/CHANGELOG.md index 96cbed7c..e3ef36f1 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. +## [1.90.4](https://github.com/SocialGouv/linters/compare/v1.90.3...v1.90.4) (2021-09-22) + + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to ~4.31.2 ([#762](https://github.com/SocialGouv/linters/issues/762)) ([a688a69](https://github.com/SocialGouv/linters/commit/a688a694fa50736fbf3536509115a5d573a9e4a1)) + + + + + ## [1.90.3](https://github.com/SocialGouv/linters/compare/v1.90.2...v1.90.3) (2021-09-19) diff --git a/lerna.json b/lerna.json index 77d7ec82..a5c9a6e9 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "1.90.3" + "version": "1.90.4" } diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index f4ba9ae7..3d67eb5d 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.90.4](https://github.com/SocialGouv/linters/compare/v1.90.3...v1.90.4) (2021-09-22) + +**Note:** Version bump only for package @socialgouv/eslint-config-react + + + + + ## [1.90.3](https://github.com/SocialGouv/linters/compare/v1.90.2...v1.90.3) (2021-09-19) **Note:** Version bump only for package @socialgouv/eslint-config-react diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index b240844c..91cf0ec2 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@socialgouv/eslint-config-react", - "version": "1.90.3", + "version": "1.90.4", "description": "SocialGouv recommended eslint React config", "main": "index.js", "publishConfig": { @@ -28,7 +28,7 @@ "eslint": "7" }, "dependencies": { - "@socialgouv/eslint-config-recommended": "^1.90.3", + "@socialgouv/eslint-config-recommended": "^1.90.4", "babel-eslint": "^10.1.0", "eslint-plugin-jsx-a11y": "~6.4.1", "eslint-plugin-react": "~7.25.2", diff --git a/packages/eslint-config-recommended/CHANGELOG.md b/packages/eslint-config-recommended/CHANGELOG.md index 7946d515..eb560e22 100644 --- a/packages/eslint-config-recommended/CHANGELOG.md +++ b/packages/eslint-config-recommended/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.90.4](https://github.com/SocialGouv/linters/compare/v1.90.3...v1.90.4) (2021-09-22) + +**Note:** Version bump only for package @socialgouv/eslint-config-recommended + + + + + ## [1.90.3](https://github.com/SocialGouv/linters/compare/v1.90.2...v1.90.3) (2021-09-19) diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index 571d3084..178c861a 100644 --- a/packages/eslint-config-recommended/package.json +++ b/packages/eslint-config-recommended/package.json @@ -1,6 +1,6 @@ { "name": "@socialgouv/eslint-config-recommended", - "version": "1.90.3", + "version": "1.90.4", "description": "Social Gouv default recommended eslint config", "main": "index.js", "publishConfig": { diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md index 302c6ca5..f7ef0f45 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/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. +## [1.90.4](https://github.com/SocialGouv/linters/compare/v1.90.3...v1.90.4) (2021-09-22) + + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to ~4.31.2 ([#762](https://github.com/SocialGouv/linters/issues/762)) ([a688a69](https://github.com/SocialGouv/linters/commit/a688a694fa50736fbf3536509115a5d573a9e4a1)) + + + + + ## [1.90.3](https://github.com/SocialGouv/linters/compare/v1.90.2...v1.90.3) (2021-09-19) **Note:** Version bump only for package @socialgouv/eslint-config-typescript diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index f92e58a5..7f0763da 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,11 +1,11 @@ { "name": "@socialgouv/eslint-config-typescript", "description": "Social Gouv typescript eslint config", - "version": "1.90.3", + "version": "1.90.4", "author": "Incubateur des Ministères Sociaux (https://incubateur.social.gouv.fr)", "bugs": "https://github.com/SocialGouv/linters/issues", "dependencies": { - "@socialgouv/eslint-config-recommended": "^1.90.3", + "@socialgouv/eslint-config-recommended": "^1.90.4", "@typescript-eslint/eslint-plugin": "~4.31.2", "@typescript-eslint/parser": "~4.31.2", "eslint-import-resolver-typescript": "~2.5.0",