Skip to content

Commit

Permalink
Upcoming Release Changes (#751)
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 Nov 2, 2021
1 parent 81fae5a commit 4e5fac5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-lions-grow.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.2",
"@graphql-eslint/eslint-plugin": "2.4.0",
"eslint": "8.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.2",
"@graphql-eslint/eslint-plugin": "2.4.0",
"eslint": "8.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config-code-file/package.json
Expand Up @@ -13,7 +13,7 @@
"graphql-tag": "^2.12.5"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.2",
"@graphql-eslint/eslint-plugin": "2.4.0",
"eslint": "8.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.2",
"@graphql-eslint/eslint-plugin": "2.4.0",
"eslint": "8.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.3.2",
"@graphql-eslint/eslint-plugin": "2.4.0",
"eslint": "8.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
# @graphql-eslint/eslint-plugin

## 2.4.0

### Minor Changes

- 81fae5a: GraphQL v16 support

## 2.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "2.3.2",
"version": "2.4.0",
"repository": "https://github.com/dotansimha/graphql-eslint",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 4e5fac5

Please sign in to comment.