Skip to content

Commit 8d1633a

Browse files
chore(release): update monorepo packages versions
1 parent 6675aae commit 8d1633a

File tree

11 files changed

+15
-26
lines changed

11 files changed

+15
-26
lines changed

.changeset/chilly-seals-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/small-buses-wonder.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-games-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-squids-burn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "15.5.3"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.2.0",
15+
"@graphql-eslint/eslint-plugin": "2.3.0",
1616
"eslint": "8.0.0"
1717
}
1818
}

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "15.5.3"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.2.0",
15+
"@graphql-eslint/eslint-plugin": "2.3.0",
1616
"eslint": "8.0.0"
1717
}
1818
}

examples/graphql-config-code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"graphql-tag": "^2.12.5"
1414
},
1515
"devDependencies": {
16-
"@graphql-eslint/eslint-plugin": "2.2.0",
16+
"@graphql-eslint/eslint-plugin": "2.3.0",
1717
"eslint": "8.0.0"
1818
}
1919
}

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "15.5.3"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.2.0",
15+
"@graphql-eslint/eslint-plugin": "2.3.0",
1616
"eslint": "8.0.0"
1717
}
1818
}

examples/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "15.5.3"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.2.0",
15+
"@graphql-eslint/eslint-plugin": "2.3.0",
1616
"eslint": "8.0.0",
1717
"eslint-config-prettier": "8.3.0",
1818
"eslint-plugin-prettier": "4.0.0",

packages/plugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- f2a6635: add new rule `require-field-of-type-query-in-mutation-result`
8+
- ed6644b: feat: support ESLint 8
9+
- f713823: fix false positive case for `no-unused-variables` rule
10+
- c7a8b33: add new rule `alphabetize`
11+
312
## 2.2.0
413

514
### Minor Changes

0 commit comments

Comments
 (0)