Skip to content

Commit

Permalink
Upcoming Release Changes (#725)
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 Oct 28, 2021
1 parent 3cf1841 commit d133f39
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-chicken-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-poets-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-rivers-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-grapes-provide.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": "15.5.3"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.0",
"@graphql-eslint/eslint-plugin": "2.3.1",
"eslint": "8.0.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": "15.5.3"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.0",
"@graphql-eslint/eslint-plugin": "2.3.1",
"eslint": "8.0.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.5"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.0",
"@graphql-eslint/eslint-plugin": "2.3.1",
"eslint": "8.0.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": "15.5.3"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.0",
"@graphql-eslint/eslint-plugin": "2.3.1",
"eslint": "8.0.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": "15.5.3"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.0",
"@graphql-eslint/eslint-plugin": "2.3.1",
"eslint": "8.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-eslint/eslint-plugin

## 2.3.1

### Patch Changes

- 98b6bcb: fix: adjust report location for `no-operation-name-suffix` rule
- 1bacedd: fix: adjust report location for `no-anonymous-operations` rule
- c42cee5: fix: adjust report location for `avoid-typename-prefix` rule
- eb4a851: fix: adjust report location for `require-description` rule

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

0 comments on commit d133f39

Please sign in to comment.