Skip to content

Commit d133f39

Browse files
Upcoming Release Changes (#725)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3cf1841 commit d133f39

File tree

11 files changed

+15
-26
lines changed

11 files changed

+15
-26
lines changed

.changeset/heavy-chicken-dream.md

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

.changeset/orange-poets-shout.md

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

.changeset/purple-rivers-double.md

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

.changeset/twelve-grapes-provide.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": "15.5.3"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.3.0",
15+
"@graphql-eslint/eslint-plugin": "2.3.1",
1616
"eslint": "8.0.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": "15.5.3"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.3.0",
15+
"@graphql-eslint/eslint-plugin": "2.3.1",
1616
"eslint": "8.0.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.5"
1414
},
1515
"devDependencies": {
16-
"@graphql-eslint/eslint-plugin": "2.3.0",
16+
"@graphql-eslint/eslint-plugin": "2.3.1",
1717
"eslint": "8.0.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": "15.5.3"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.3.0",
15+
"@graphql-eslint/eslint-plugin": "2.3.1",
1616
"eslint": "8.0.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": "15.5.3"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.3.0",
15+
"@graphql-eslint/eslint-plugin": "2.3.1",
1616
"eslint": "8.0.0",
1717
"eslint-config-prettier": "8.3.0",
1818
"eslint-plugin-prettier": "4.0.0",

packages/plugin/CHANGELOG.md

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

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- 98b6bcb: fix: adjust report location for `no-operation-name-suffix` rule
8+
- 1bacedd: fix: adjust report location for `no-anonymous-operations` rule
9+
- c42cee5: fix: adjust report location for `avoid-typename-prefix` rule
10+
- eb4a851: fix: adjust report location for `require-description` rule
11+
312
## 2.3.0
413

514
### Minor Changes

0 commit comments

Comments
 (0)