Skip to content

Commit

Permalink
Upcoming Release Changes (#831)
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 8, 2021
1 parent 988e445 commit 75e41ed
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-bikes-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-roses-invite.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 @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.0.1",
"@graphql-eslint/eslint-plugin": "3.1.0",
"eslint": "8.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.0.1",
"@graphql-eslint/eslint-plugin": "3.1.0",
"eslint": "8.2.0"
}
}
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 @@ -13,7 +13,7 @@
"graphql-tag": "2.12.6"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.0.1",
"@graphql-eslint/eslint-plugin": "3.1.0",
"eslint": "8.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.0.1",
"@graphql-eslint/eslint-plugin": "3.1.0",
"eslint": "8.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.0.1",
"@graphql-eslint/eslint-plugin": "3.1.0",
"eslint": "8.2.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-eslint/eslint-plugin

## 3.1.0

### Minor Changes

- 37c1579: feat: convert fix to suggestions in `no-unreachable-types` and `no-unused-fields` rules

### Patch Changes

- 988e445: fix: ignore operations and fragments in `no-hashtag-description` rule

## 3.0.1

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

0 comments on commit 75e41ed

Please sign in to comment.