Skip to content

Commit 18996fa

Browse files
Upcoming Release Changes (alpha) (#2712)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8b6d46b commit 18996fa

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@
3232
"lovely-emus-shake",
3333
"lovely-laws-hide",
3434
"metal-wasps-type",
35+
"neat-cows-worry",
3536
"rare-planes-love",
3637
"real-coins-share",
3738
"strong-needles-compare",
3839
"twenty-tables-help",
40+
"unlucky-months-sit",
3941
"weak-readers-build"
4042
]
4143
}

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.12
4+
5+
### Patch Changes
6+
7+
- [#2711](https://github.com/dimaMachina/graphql-eslint/pull/2711)
8+
[`b15df66`](https://github.com/dimaMachina/graphql-eslint/commit/b15df66b048fdd57e108a6332a6b546765685f7e)
9+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - Reenable running
10+
`require-id-when-available` on `FragmentDefinition`
11+
12+
- [#2713](https://github.com/dimaMachina/graphql-eslint/pull/2713)
13+
[`8b6d46b`](https://github.com/dimaMachina/graphql-eslint/commit/8b6d46b3ceac6397c6471ce127add2daa6593e30)
14+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - `naming-convention` rule should not fail
15+
when aliasing underscore fields
16+
317
## 4.0.0-alpha.11
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.11",
3+
"version": "4.0.0-alpha.12",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/B2o5T/graphql-eslint",

0 commit comments

Comments
 (0)