Skip to content

Commit 1f61dd1

Browse files
Upcoming Release Changes (#186)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 937b322 commit 1f61dd1

12 files changed

+19
-39
lines changed

.changeset/fresh-readers-camp.md

-5
This file was deleted.

.changeset/shaggy-planets-travel.md

-5
This file was deleted.

.changeset/short-beers-lick.md

-5
This file was deleted.

.changeset/six-fans-leave.md

-5
This file was deleted.

.changeset/two-bobcats-listen.md

-5
This file was deleted.

.changeset/two-readers-exercise.md

-5
This file was deleted.

.changeset/weak-worms-collect.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.4.4",
13+
"@graphql-eslint/eslint-plugin": "0.5.0",
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.4.4",
13+
"@graphql-eslint/eslint-plugin": "0.5.0",
1414
"graphql": "15.4.0",
1515
"typescript": "4.1.2"
1616
}

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

packages/plugin/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 937b322: test release
8+
- 937b322: Allow to load siblings operations
9+
- 937b322: feature(processor): apply processor automatically on code files
10+
11+
### Patch Changes
12+
13+
- 937b322: Fix processor compatibility with other plugins
14+
- 937b322: Better integration of siblings operations and graphql-config
15+
- 937b322: fix(parser): better performance, make sure schema is loaded and cached
16+
- 937b322: fix(parser): better support for graphql-config intergration and project detection
17+
318
## 0.4.4
419

520
### Patch 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.4.4",
3+
"version": "0.5.0",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <dotansimha@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)