Skip to content

Commit

Permalink
Upcoming Release Changes (#321)
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 25, 2021
1 parent 88b9a72 commit 96a37d8
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-geckos-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-lies-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-apes-lick.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.8.0",
"@graphql-eslint/eslint-plugin": "0.8.1",
"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.8.0",
"@graphql-eslint/eslint-plugin": "0.8.1",
"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.8.0",
"@graphql-eslint/eslint-plugin": "0.8.1",
"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.8.0",
"@graphql-eslint/eslint-plugin": "0.8.1",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-eslint/eslint-plugin

## 0.8.1

### Patch Changes

- 46742f0: no-hashtag-description allows eslint directives
- 77eafd2: no-unreachable-types pass if type implements reachable interface
- 13fd2fa: Fix compatibility issues with graphql v14

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

0 comments on commit 96a37d8

Please sign in to comment.