Skip to content

Commit

Permalink
Upcoming Release Changes (#742)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 31, 2021
1 parent d081fcc commit 2ef4f2b
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-vans-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-rocks-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-otters-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-rockets-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-tigers-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-islands-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-schools-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-cougars-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-files-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-boxes-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-phones-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-cups-shout.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Expand Up @@ -12,7 +12,7 @@
"graphql": "15.7.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.1",
"@graphql-eslint/eslint-plugin": "2.3.2",
"eslint": "8.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Expand Up @@ -12,7 +12,7 @@
"graphql": "15.7.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.1",
"@graphql-eslint/eslint-plugin": "2.3.2",
"eslint": "8.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config-code-file/package.json
Expand Up @@ -13,7 +13,7 @@
"graphql-tag": "^2.12.5"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.1",
"@graphql-eslint/eslint-plugin": "2.3.2",
"eslint": "8.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Expand Up @@ -12,7 +12,7 @@
"graphql": "15.7.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.1",
"@graphql-eslint/eslint-plugin": "2.3.2",
"eslint": "8.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Expand Up @@ -12,7 +12,7 @@
"graphql": "15.7.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.1",
"@graphql-eslint/eslint-plugin": "2.3.2",
"eslint": "8.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/plugin/CHANGELOG.md
@@ -1,5 +1,22 @@
# @graphql-eslint/eslint-plugin

## 2.3.2

### Patch Changes

- 86b3709: fix error report for `no-unused-fields` and `no-unreachable-types` rule
- cf3cc4f: fix error report for `require-deprecation-reason` and `require-field-of-type-query-in-mutation-result` rule
- 578b890: fix error report for `require-deprecation-date` rule
- ebab010: fix error report for `alphabetize` rule
- 7dacfe5: fix error report for `avoid-scalar-result-type-on-mutation` rule
- f712780: fix error report for `unique-fragment-name` and `unique-operation-name` rule
- d081fcc: fix error report for `selection-set-depth` rule and for `graphql-js` rules
- 46f03f7: fix error report for `description-style` rule
- b36a32c: fix error report for `strict-id-in-types` and `naming-convention` rule
- 7aa8157: fix error report for `input-name` rule
- a285de3: fix error report for `require-deprecation-reason` and `require-field-of-type-query-in-mutation-result` rule
- ced6789: fix error report for `no-deprecated` rule

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "2.3.1",
"version": "2.3.2",
"repository": "https://github.com/dotansimha/graphql-eslint",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 2ef4f2b

Please sign in to comment.