Skip to content

Commit bbd88f9

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

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"rare-planes-love",
3535
"real-coins-share",
3636
"strong-needles-compare",
37+
"twenty-tables-help",
3738
"weak-readers-build"
3839
]
3940
}

packages/plugin/CHANGELOG.md

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

3+
## 4.0.0-alpha.10
4+
5+
### Major Changes
6+
7+
- [#2319](https://github.com/dimaMachina/graphql-eslint/pull/2319)
8+
[`b3c73dc`](https://github.com/dimaMachina/graphql-eslint/commit/b3c73dc6f0d1de7cfb232bc0e78ab871edc247de)
9+
Thanks [@maciesielka](https://github.com/maciesielka)! - Enforce `require-selections` on
10+
`FragmentSpread`s within `GraphQLUnionType`s
11+
312
## 4.0.0-alpha.9
413

514
### Patch 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.9",
3+
"version": "4.0.0-alpha.10",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/B2o5T/graphql-eslint",

0 commit comments

Comments
 (0)