Skip to content

Commit adc31fe

Browse files
Upcoming Release Changes (alpha) (#2705)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 51c97e1 commit adc31fe

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"chilly-ants-exist",
2323
"curly-socks-boil",
2424
"dull-scissors-destroy",
25+
"empty-singers-develop",
2526
"few-mails-sparkle",
2627
"friendly-singers-rush",
2728
"healthy-moose-kneel",
@@ -31,6 +32,7 @@
3132
"metal-wasps-type",
3233
"rare-planes-love",
3334
"real-coins-share",
34-
"strong-needles-compare"
35+
"strong-needles-compare",
36+
"weak-readers-build"
3537
]
3638
}

packages/plugin/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 4.0.0-alpha.8
4+
5+
### Minor Changes
6+
7+
- [#2385](https://github.com/dimaMachina/graphql-eslint/pull/2385)
8+
[`afa8b8a`](https://github.com/dimaMachina/graphql-eslint/commit/afa8b8af92b8eb92595a1cc9b24c42c4e4705ed2)
9+
Thanks [@deathemperor](https://github.com/deathemperor)! - feat: add a new option `{` for
10+
alphabetize rule to sort fields `selection set`
11+
12+
- [#2293](https://github.com/dimaMachina/graphql-eslint/pull/2293)
13+
[`01f7087`](https://github.com/dimaMachina/graphql-eslint/commit/01f70879e5befc92acd9afffe7d2a56ee447f316)
14+
Thanks [@yoavsion](https://github.com/yoavsion)! - Support the fragment spread group when defining
15+
alphabetize rule's groups with new option `...`
16+
317
## 4.0.0-alpha.7
418

519
### Major Changes

packages/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "4.0.0-alpha.7",
3+
"version": "4.0.0-alpha.8",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/B2o5T/graphql-eslint",

0 commit comments

Comments
 (0)