Skip to content

Commit 7f7c657

Browse files
Upcoming Release Changes (#230)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e9d1d53 commit 7f7c657

File tree

10 files changed

+17
-29
lines changed

10 files changed

+17
-29
lines changed

.changeset/curvy-suits-kneel.md

-5
This file was deleted.

.changeset/cyan-bugs-design.md

-5
This file was deleted.

.changeset/sixty-toes-design.md

-5
This file was deleted.

.changeset/smooth-news-greet.md

-5
This file was deleted.

.changeset/tidy-hornets-flash.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.5.0",
13+
"@graphql-eslint/eslint-plugin": "0.6.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.5.0",
13+
"@graphql-eslint/eslint-plugin": "0.6.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.5.0",
14+
"@graphql-eslint/eslint-plugin": "0.6.0",
1515
"graphql": "15.4.0",
1616
"typescript": "4.1.2"
1717
}

packages/plugin/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- e9d1d53: NEW RULE: unique-operation-name
8+
- e9d1d53: Port all graphql-js validation rules to standalone rules
9+
- e9d1d53: New rule: unique-fragment-name
10+
11+
### Patch Changes
12+
13+
- e9d1d53: Fix issues with AST converter and root Document causing to invalid ASTs when rawNode is called
14+
- e9d1d53: Fix issue with siblings operations and getOperation method
15+
316
## 0.5.0
417

518
### 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.5.0",
3+
"version": "0.6.0",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)