diff --git a/.changeset/cold-vans-help.md b/.changeset/cold-vans-help.md deleted file mode 100644 index 9959bad7be0..00000000000 --- a/.changeset/cold-vans-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -fix error report location for `graphql-js` rules diff --git a/.changeset/loud-coins-stare.md b/.changeset/loud-coins-stare.md deleted file mode 100644 index 0de7ff266c0..00000000000 --- a/.changeset/loud-coins-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': minor ---- - -feat: add suggestions for `naming-convention` rule diff --git a/.changeset/quick-elephants-punch.md b/.changeset/quick-elephants-punch.md deleted file mode 100644 index a6ea6b8ab2e..00000000000 --- a/.changeset/quick-elephants-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -Fix exports in package.json for react-native projects diff --git a/.changeset/tender-adults-shave.md b/.changeset/tender-adults-shave.md deleted file mode 100644 index 2bbd0f7ec2a..00000000000 --- a/.changeset/tender-adults-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': minor ---- - -feat: support multiple id field names in `require-id-when-available` rule diff --git a/examples/basic/package.json b/examples/basic/package.json index 5f7a701f673..1c080603392 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -12,7 +12,7 @@ "graphql": "16.0.1" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "3.1.0", + "@graphql-eslint/eslint-plugin": "3.2.0", "eslint": "8.2.0" } } diff --git a/examples/code-file/package.json b/examples/code-file/package.json index 9e91980c0da..322cc133592 100644 --- a/examples/code-file/package.json +++ b/examples/code-file/package.json @@ -12,7 +12,7 @@ "graphql": "16.0.1" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "3.1.0", + "@graphql-eslint/eslint-plugin": "3.2.0", "eslint": "8.2.0" } } diff --git a/examples/graphql-config-code-file/package.json b/examples/graphql-config-code-file/package.json index 6bf111dbfa0..58724702527 100644 --- a/examples/graphql-config-code-file/package.json +++ b/examples/graphql-config-code-file/package.json @@ -13,7 +13,7 @@ "graphql-tag": "2.12.6" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "3.1.0", + "@graphql-eslint/eslint-plugin": "3.2.0", "eslint": "8.2.0" } } diff --git a/examples/graphql-config/package.json b/examples/graphql-config/package.json index 3cc60b21624..cb269398946 100644 --- a/examples/graphql-config/package.json +++ b/examples/graphql-config/package.json @@ -12,7 +12,7 @@ "graphql": "16.0.1" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "3.1.0", + "@graphql-eslint/eslint-plugin": "3.2.0", "eslint": "8.2.0" } } diff --git a/examples/prettier/package.json b/examples/prettier/package.json index 19158fe0f60..a80e3be74e5 100644 --- a/examples/prettier/package.json +++ b/examples/prettier/package.json @@ -12,7 +12,7 @@ "graphql": "16.0.1" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "3.1.0", + "@graphql-eslint/eslint-plugin": "3.2.0", "eslint": "8.2.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "4.0.0", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index ad275af33c3..a53f0c73ae7 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-eslint/eslint-plugin +## 3.2.0 + +### Minor Changes + +- 2c73cb7: feat: add suggestions for `naming-convention` rule +- 11b3af6: feat: support multiple id field names in `require-id-when-available` rule + +### Patch Changes + +- 503dd9f: fix error report location for `graphql-js` rules +- 9378d24: Fix exports in package.json for react-native projects + ## 3.1.0 ### Minor Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 73c24dd3c53..d90d5ec7190 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "3.1.0", + "version": "3.2.0", "repository": "https://github.com/dotansimha/graphql-eslint", "author": "Dotan Simha ", "license": "MIT",