Skip to content

Commit

Permalink
Upcoming Release Changes (#847)
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 Dec 14, 2021
1 parent 11b3af6 commit 3622fea
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-vans-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-coins-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-elephants-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-adults-shave.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config-code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -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 <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 3622fea

Please sign in to comment.