Skip to content

Commit a2b71f6

Browse files
Upcoming Release Changes (#291)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 36acdb7 commit a2b71f6

File tree

10 files changed

+17
-25
lines changed

10 files changed

+17
-25
lines changed

.changeset/early-turkeys-admire.md

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

.changeset/funny-swans-speak.md

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

.changeset/pink-countries-know.md

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

.changeset/soft-cobras-bow.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.14.0",
13-
"@graphql-eslint/eslint-plugin": "0.7.2",
13+
"@graphql-eslint/eslint-plugin": "0.8.0",
1414
"graphql": "15.4.0",
1515
"typescript": "4.1.2"
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.14.0",
13-
"@graphql-eslint/eslint-plugin": "0.7.2",
13+
"@graphql-eslint/eslint-plugin": "0.8.0",
1414
"graphql": "15.4.0",
1515
"typescript": "4.1.2"
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": "0.7.2",
12+
"@graphql-eslint/eslint-plugin": "0.8.0",
1313
"eslint": "7.14.0",
1414
"graphql": "15.4.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": "3.2.0",
1313
"eslint": "7.14.0",
14-
"@graphql-eslint/eslint-plugin": "0.7.2",
14+
"@graphql-eslint/eslint-plugin": "0.8.0",
1515
"graphql": "15.4.0",
1616
"typescript": "4.1.2"
1717
}

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+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 5b35139: Add options to input-name rule.
8+
- 46d759e: [naming-convention] Add forbiddenPrefixes and forbiddenSuffixes options. Add QueryDefinition which targets queries ( may break existing config if FieldDefinition is used )
9+
10+
### Patch Changes
11+
12+
- 619d9eb: fix for `no-unreachable-types` does not recognize implemented interfaces
13+
- 2f6313b: Fix issues with built artifact containing parts of graphql-js library
14+
315
## 0.7.2
416

517
### Patch Changes

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)