Skip to content

Commit

Permalink
Upcoming Release Changes (#998)
Browse files Browse the repository at this point in the history
* chore(release): update monorepo packages versions

* Update CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
  • Loading branch information
3 people committed Mar 29, 2022
1 parent edbec90 commit 24762d9
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-papayas-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-cooks-taste.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/ninety-seas-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-pans-know.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.9.1",
"@graphql-eslint/eslint-plugin": "3.10.0",
"eslint": "8.12.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.9.1",
"@graphql-eslint/eslint-plugin": "3.10.0",
"eslint": "8.12.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.9.1",
"@graphql-eslint/eslint-plugin": "3.10.0",
"eslint": "8.12.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.9.1",
"@graphql-eslint/eslint-plugin": "3.10.0",
"eslint": "8.12.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.9.1",
"@graphql-eslint/eslint-plugin": "3.10.0",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @graphql-eslint/eslint-plugin

## 3.10.0

### Minor Changes

- 7251269: feat: new rule `relay-connection-types`
- 7251269: feat: new rule `relay-edge-types`
- 7251269: feat: new rule `relay-page-info`
- 7251269: feat: new rule `relay-arguments`
- 7251269: feat: new config `plugin:@graphql-eslint/relay`
- 7251269: fix: adjust suggestion fix location for code-files
- edbec90: feat: update `graphql-config` to fix loading schema via url

### Patch Changes

- 4bcee4a: fix: surface the original error while loading schema in ESLint server
- 4bcee4a: fix: clarify error message for outdated version of `graphql` package
- 3e821de: fix: allow single letter for snake_case and UPPER_CASE in `naming-convention` rule

Special thanks to @connorjs

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

0 comments on commit 24762d9

Please sign in to comment.