Skip to content

Commit

Permalink
Upcoming Release Changes (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Dec 20, 2020
1 parent e9d1d53 commit 7f7c657
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-suits-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-bugs-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-toes-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-news-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-hornets-flash.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"eslint": "7.14.0",
"@graphql-eslint/eslint-plugin": "0.5.0",
"@graphql-eslint/eslint-plugin": "0.6.0",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"eslint": "7.14.0",
"@graphql-eslint/eslint-plugin": "0.5.0",
"@graphql-eslint/eslint-plugin": "0.6.0",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"graphql-config": "3.2.0",
"eslint": "7.14.0",
"@graphql-eslint/eslint-plugin": "0.5.0",
"@graphql-eslint/eslint-plugin": "0.6.0",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-eslint/eslint-plugin

## 0.6.0

### Minor Changes

- e9d1d53: NEW RULE: unique-operation-name
- e9d1d53: Port all graphql-js validation rules to standalone rules
- e9d1d53: New rule: unique-fragment-name

### Patch Changes

- e9d1d53: Fix issues with AST converter and root Document causing to invalid ASTs when rawNode is called
- e9d1d53: Fix issue with siblings operations and getOperation method

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "0.5.0",
"version": "0.6.0",
"repository": "https://github.com/dotansimha/graphql-eslint",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 7f7c657

Please sign in to comment.