Skip to content

Commit 851e5e0

Browse files
Upcoming Release Changes (#248)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a5e1e6e commit 851e5e0

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

.changeset/little-steaks-punch.md

-5
This file was deleted.

examples/basic/package.json

+1-1
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.0",
13+
"@graphql-eslint/eslint-plugin": "0.7.1",
1414
"graphql": "15.4.0",
1515
"typescript": "4.1.2"
1616
}

examples/code-file/package.json

+1-1
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.0",
13+
"@graphql-eslint/eslint-plugin": "0.7.1",
1414
"graphql": "15.4.0",
1515
"typescript": "4.1.2"
1616
}

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

+1-1
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.0",
12+
"@graphql-eslint/eslint-plugin": "0.7.1",
1313
"eslint": "7.14.0",
1414
"graphql": "15.4.0",
1515
"graphql-tag": "^2.11.0",

examples/graphql-config/package.json

+1-1
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.0",
14+
"@graphql-eslint/eslint-plugin": "0.7.1",
1515
"graphql": "15.4.0",
1616
"typescript": "4.1.2"
1717
}

packages/plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- a5e1e6e: Fix issues with processor parsing errors breaking the eslint execution
8+
39
## 0.7.0
410

511
### Minor Changes

packages/plugin/package.json

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

0 commit comments

Comments
 (0)