Skip to content

Commit

Permalink
Upcoming Release Changes (#347)
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 Mar 7, 2021
1 parent 4693f27 commit e099fd9
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-trainers-doubt.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.1",
"@graphql-eslint/eslint-plugin": "0.9.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.8.1",
"@graphql-eslint/eslint-plugin": "0.9.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.8.1",
"@graphql-eslint/eslint-plugin": "0.9.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.8.1",
"@graphql-eslint/eslint-plugin": "0.9.0",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-eslint/eslint-plugin

## 0.9.0

### Minor Changes

- 4693f27: [New rule] strict-id-in-types: use this to enforce output types to have a unique indentifier field unless being in exceptions

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

0 comments on commit e099fd9

Please sign in to comment.