Skip to content

Commit 3622fea

Browse files
Upcoming Release Changes (#847)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 11b3af6 commit 3622fea

File tree

11 files changed

+18
-26
lines changed

11 files changed

+18
-26
lines changed

.changeset/cold-vans-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/loud-coins-stare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quick-elephants-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tender-adults-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.1.0",
15+
"@graphql-eslint/eslint-plugin": "3.2.0",
1616
"eslint": "8.2.0"
1717
}
1818
}

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.1.0",
15+
"@graphql-eslint/eslint-plugin": "3.2.0",
1616
"eslint": "8.2.0"
1717
}
1818
}

examples/graphql-config-code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"graphql-tag": "2.12.6"
1414
},
1515
"devDependencies": {
16-
"@graphql-eslint/eslint-plugin": "3.1.0",
16+
"@graphql-eslint/eslint-plugin": "3.2.0",
1717
"eslint": "8.2.0"
1818
}
1919
}

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.1.0",
15+
"@graphql-eslint/eslint-plugin": "3.2.0",
1616
"eslint": "8.2.0"
1717
}
1818
}

examples/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.1.0",
15+
"@graphql-eslint/eslint-plugin": "3.2.0",
1616
"eslint": "8.2.0",
1717
"eslint-config-prettier": "8.3.0",
1818
"eslint-plugin-prettier": "4.0.0",

packages/plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 3.2.0
4+
5+
### Minor Changes
6+
7+
- 2c73cb7: feat: add suggestions for `naming-convention` rule
8+
- 11b3af6: feat: support multiple id field names in `require-id-when-available` rule
9+
10+
### Patch Changes
11+
12+
- 503dd9f: fix error report location for `graphql-js` rules
13+
- 9378d24: Fix exports in package.json for react-native projects
14+
315
## 3.1.0
416

517
### Minor Changes

0 commit comments

Comments
 (0)