diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff2b0bc..82a92e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/SocialGouv/linters/compare/v0.9.2...v0.9.3) (2019-07-24) + + +### Bug Fixes + +* **deps:** update dependency eslint-plugin-import to ~2.18.1 ([1f8f37a](https://github.com/SocialGouv/linters/commit/1f8f37a)) +* **deps:** update dependency eslint-plugin-import to ~2.18.2 ([a11fe50](https://github.com/SocialGouv/linters/commit/a11fe50)) +* **deps:** update dependency eslint-plugin-jest to ^22.10.0 ([d3fb09c](https://github.com/SocialGouv/linters/commit/d3fb09c)) +* **deps:** update dependency eslint-plugin-jest to ^22.11.1 ([d3bd681](https://github.com/SocialGouv/linters/commit/d3bd681)) +* **deps:** update dependency eslint-plugin-jest to ^22.12.0 ([b511260](https://github.com/SocialGouv/linters/commit/b511260)) +* **deps:** update dependency eslint-plugin-jest to ^22.13.0 ([19450c1](https://github.com/SocialGouv/linters/commit/19450c1)) +* **deps:** update dependency eslint-plugin-jest to ^22.13.4 ([c5b9600](https://github.com/SocialGouv/linters/commit/c5b9600)) +* **deps:** update dependency eslint-plugin-jest to ^22.13.5 ([64a904e](https://github.com/SocialGouv/linters/commit/64a904e)) +* **deps:** update dependency eslint-plugin-jest to ^22.13.6 ([bba9c7c](https://github.com/SocialGouv/linters/commit/bba9c7c)) +* **deps:** update dependency eslint-plugin-jest to ^22.7.2 ([74ab634](https://github.com/SocialGouv/linters/commit/74ab634)) +* **deps:** update dependency eslint-plugin-jest to ^22.8.0 ([9f8049e](https://github.com/SocialGouv/linters/commit/9f8049e)) +* **deps:** update dependency eslint-plugin-jest to ^22.9.0 ([16bfd3b](https://github.com/SocialGouv/linters/commit/16bfd3b)) +* **deps:** update dependency eslint-plugin-react to ~7.14.3 ([0b256be](https://github.com/SocialGouv/linters/commit/0b256be)) + + + + + ## [0.9.2](https://github.com/SocialGouv/linters/compare/v0.9.1...v0.9.2) (2019-07-02) diff --git a/lerna.json b/lerna.json index 2728c86b..e17eca48 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "0.9.2" + "version": "0.9.3" } diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index c4598a74..5ff3ec50 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. +## [0.9.3](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-react/compare/v0.9.2...v0.9.3) (2019-07-24) + + +### Bug Fixes + +* **deps:** update dependency eslint-plugin-react to ~7.14.3 ([0b256be](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-react/commit/0b256be)) + + + + + ## [0.9.2](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-react/compare/v0.9.1...v0.9.2) (2019-07-02) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 96618ed8..7f631744 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": "0.9.2", + "version": "0.9.3", "description": "SocialGouv recommended eslint React config", "main": "index.js", "publishConfig": { @@ -25,7 +25,7 @@ "eslint": "6" }, "dependencies": { - "@socialgouv/eslint-config-recommended": "^0.9.2", + "@socialgouv/eslint-config-recommended": "^0.9.3", "babel-eslint": "^10.0.2", "eslint-plugin-jsx-a11y": "~6.2.3", "eslint-plugin-react": "~7.14.3", diff --git a/packages/eslint-config-recommended/CHANGELOG.md b/packages/eslint-config-recommended/CHANGELOG.md index 464a7fe8..4109cd22 100644 --- a/packages/eslint-config-recommended/CHANGELOG.md +++ b/packages/eslint-config-recommended/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/compare/v0.9.2...v0.9.3) (2019-07-24) + + +### Bug Fixes + +* **deps:** update dependency eslint-plugin-import to ~2.18.1 ([1f8f37a](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/1f8f37a)) +* **deps:** update dependency eslint-plugin-import to ~2.18.2 ([a11fe50](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/a11fe50)) +* **deps:** update dependency eslint-plugin-jest to ^22.10.0 ([d3fb09c](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/d3fb09c)) +* **deps:** update dependency eslint-plugin-jest to ^22.11.1 ([d3bd681](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/d3bd681)) +* **deps:** update dependency eslint-plugin-jest to ^22.12.0 ([b511260](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/b511260)) +* **deps:** update dependency eslint-plugin-jest to ^22.13.0 ([19450c1](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/19450c1)) +* **deps:** update dependency eslint-plugin-jest to ^22.13.4 ([c5b9600](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/c5b9600)) +* **deps:** update dependency eslint-plugin-jest to ^22.13.5 ([64a904e](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/64a904e)) +* **deps:** update dependency eslint-plugin-jest to ^22.13.6 ([bba9c7c](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/bba9c7c)) +* **deps:** update dependency eslint-plugin-jest to ^22.7.2 ([74ab634](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/74ab634)) +* **deps:** update dependency eslint-plugin-jest to ^22.8.0 ([9f8049e](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/9f8049e)) +* **deps:** update dependency eslint-plugin-jest to ^22.9.0 ([16bfd3b](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/16bfd3b)) + + + + + ## [0.9.2](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/compare/v0.9.1...v0.9.2) (2019-07-02) diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index fcccf9a1..0e3691ca 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": "0.9.2", + "version": "0.9.3", "description": "Social Gouv default recommended eslint config", "main": "index.js", "publishConfig": { diff --git a/packages/tslint-config-recommended/CHANGELOG.md b/packages/tslint-config-recommended/CHANGELOG.md index e3abd6fd..54f94ee8 100644 --- a/packages/tslint-config-recommended/CHANGELOG.md +++ b/packages/tslint-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. +## [0.9.3](https://github.com/SocialGouv/linters/tree/master/packages/tslint-config-recommended/compare/v0.9.2...v0.9.3) (2019-07-24) + +**Note:** Version bump only for package @socialgouv/tslint-config-recommended + + + + + ## [0.9.2](https://github.com/SocialGouv/linters/tree/master/packages/tslint-config-recommended/compare/v0.9.1...v0.9.2) (2019-07-02) **Note:** Version bump only for package @socialgouv/tslint-config-recommended diff --git a/packages/tslint-config-recommended/package.json b/packages/tslint-config-recommended/package.json index 06987daa..a18cc8c3 100644 --- a/packages/tslint-config-recommended/package.json +++ b/packages/tslint-config-recommended/package.json @@ -1,6 +1,6 @@ { "name": "@socialgouv/tslint-config-recommended", - "version": "0.9.2", + "version": "0.9.3", "description": "Social Gouv recommended tslint config", "main": "index.js", "publishConfig": { @@ -30,7 +30,7 @@ "tslint-plugin-prettier": "~2.0.1" }, "devDependencies": { - "@socialgouv/eslint-config-recommended": "^0.9.2", + "@socialgouv/eslint-config-recommended": "^0.9.3", "eslint": "^6.1.0", "lint-staged": "^9.2.0", "prettier": "^1.18.2",