diff --git a/.changeset/tiny-geese-type.md b/.changeset/tiny-geese-type.md deleted file mode 100644 index 1984d9f8b53..00000000000 --- a/.changeset/tiny-geese-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -fix race condition of loading `loadGraphQLConfig()` when `processor.preprocess()` can be called before `parseForESLint()` diff --git a/examples/basic/package.json b/examples/basic/package.json index d681c088915..ca81ae603c8 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -11,7 +11,7 @@ "graphql": "16.6.0" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "3.11.1", + "@graphql-eslint/eslint-plugin": "3.11.2", "eslint": "8.24.0" } } diff --git a/examples/code-file/package.json b/examples/code-file/package.json index 63870e2d4e5..253242894c4 100644 --- a/examples/code-file/package.json +++ b/examples/code-file/package.json @@ -11,7 +11,7 @@ "graphql": "16.6.0" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "3.11.1", + "@graphql-eslint/eslint-plugin": "3.11.2", "eslint": "8.24.0" } } diff --git a/examples/graphql-config-code-file/package.json b/examples/graphql-config-code-file/package.json index 18591338e63..541236b093d 100644 --- a/examples/graphql-config-code-file/package.json +++ b/examples/graphql-config-code-file/package.json @@ -12,7 +12,7 @@ "graphql-tag": "2.12.6" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "3.11.1", + "@graphql-eslint/eslint-plugin": "3.11.2", "eslint": "8.24.0" } } diff --git a/examples/graphql-config/package.json b/examples/graphql-config/package.json index 81707476814..e8473f87c59 100644 --- a/examples/graphql-config/package.json +++ b/examples/graphql-config/package.json @@ -11,7 +11,7 @@ "graphql": "16.6.0" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "3.11.1", + "@graphql-eslint/eslint-plugin": "3.11.2", "eslint": "8.24.0" } } diff --git a/examples/monorepo/package.json b/examples/monorepo/package.json index c436f2a4c0d..c252a6f9012 100644 --- a/examples/monorepo/package.json +++ b/examples/monorepo/package.json @@ -10,7 +10,7 @@ "graphql": "16.6.0" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "3.11.1", + "@graphql-eslint/eslint-plugin": "3.11.2", "eslint": "8.24.0" } } diff --git a/examples/prettier/package.json b/examples/prettier/package.json index 1c3cb03e066..c150310870c 100644 --- a/examples/prettier/package.json +++ b/examples/prettier/package.json @@ -11,7 +11,7 @@ "graphql": "16.6.0" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "3.11.1", + "@graphql-eslint/eslint-plugin": "3.11.2", "eslint": "8.24.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.2.1", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 6139921ce20..28c5a82dbf3 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-eslint/eslint-plugin +## 3.11.2 + +### Patch Changes + +- [#1170](https://github.com/B2o5T/graphql-eslint/pull/1170) [`0b8acdc`](https://github.com/B2o5T/graphql-eslint/commit/0b8acdc64cae77e7b09597dccdcb2b5c38ff3b6e) Thanks [@B2o5T](https://github.com/B2o5T)! - fix race condition of loading `loadGraphQLConfig()` when `processor.preprocess()` can be called before `parseForESLint()` + ## 3.11.1 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 5b566346b6e..3afc9b79ae6 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "3.11.1", + "version": "3.11.2", "repository": "https://github.com/B2o5T/graphql-eslint", "author": "Dotan Simha ", "license": "MIT",