Skip to content

Commit

Permalink
Upcoming Release Changes (#291)
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 Feb 2, 2021
1 parent 36acdb7 commit a2b71f6
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-turkeys-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-swans-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-countries-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-cobras-bow.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.7.2",
"@graphql-eslint/eslint-plugin": "0.8.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.7.2",
"@graphql-eslint/eslint-plugin": "0.8.0",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-config-code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint --ext graphql,js ."
},
"dependencies": {
"@graphql-eslint/eslint-plugin": "0.7.2",
"@graphql-eslint/eslint-plugin": "0.8.0",
"eslint": "7.14.0",
"graphql": "15.4.0",
"graphql-tag": "^2.11.0",
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.7.2",
"@graphql-eslint/eslint-plugin": "0.8.0",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-eslint/eslint-plugin

## 0.8.0

### Minor Changes

- 5b35139: Add options to input-name rule.
- 46d759e: [naming-convention] Add forbiddenPrefixes and forbiddenSuffixes options. Add QueryDefinition which targets queries ( may break existing config if FieldDefinition is used )

### Patch Changes

- 619d9eb: fix for `no-unreachable-types` does not recognize implemented interfaces
- 2f6313b: Fix issues with built artifact containing parts of graphql-js library

## 0.7.2

### Patch 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.7.2",
"version": "0.8.0",
"repository": "https://github.com/dotansimha/graphql-eslint",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit a2b71f6

Please sign in to comment.