Skip to content

Commit 75b709f

Browse files
Upcoming Release Changes (#610)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4e14baa commit 75b709f

File tree

11 files changed

+18
-26
lines changed

11 files changed

+18
-26
lines changed

.changeset/nasty-pumpkins-taste.md

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

.changeset/swift-cobras-crash.md

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

.changeset/two-bees-chew.md

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

.changeset/weak-keys-fold.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
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.24.0",
13-
"@graphql-eslint/eslint-plugin": "2.0.2",
13+
"@graphql-eslint/eslint-plugin": "2.1.0",
1414
"graphql": "15.5.0",
1515
"typescript": "4.1.5"
1616
}

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.24.0",
13-
"@graphql-eslint/eslint-plugin": "2.0.2",
13+
"@graphql-eslint/eslint-plugin": "2.1.0",
1414
"graphql": "15.5.0",
1515
"typescript": "4.1.5"
1616
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint --ext graphql,js ."
1010
},
1111
"dependencies": {
12-
"@graphql-eslint/eslint-plugin": "2.0.2",
12+
"@graphql-eslint/eslint-plugin": "2.1.0",
1313
"eslint": "7.24.0",
1414
"graphql": "15.5.0",
1515
"graphql-tag": "^2.11.0",

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"graphql-config": "4.0.0",
1313
"eslint": "7.24.0",
14-
"@graphql-eslint/eslint-plugin": "2.0.2",
14+
"@graphql-eslint/eslint-plugin": "2.1.0",
1515
"graphql": "15.5.0",
1616
"typescript": "4.1.5"
1717
}

examples/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"eslint": "7.24.0",
1313
"eslint-config-prettier": "8.2.0",
1414
"eslint-plugin-prettier": "3.4.0",
15-
"@graphql-eslint/eslint-plugin": "2.0.2",
15+
"@graphql-eslint/eslint-plugin": "2.1.0",
1616
"graphql": "15.5.0",
1717
"prettier": "1.19.1",
1818
"typescript": "4.1.5"

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+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- c6886ba: [New rule] Compare operation/fragment name to the file name
8+
- 2032a66: fix `no-unreachable-types` rule when interface implementing other interface
9+
10+
### Patch Changes
11+
12+
- c6886ba: NEW PLUGIN: Compare operation/fragment name to the file name
13+
- 7b12bbf: fix(no-hashtag-description): allow hashtag comments between fields and arguments
14+
315
## 2.0.2
416

517
### Patch Changes

0 commit comments

Comments
 (0)