Skip to content

Commit 0bc742b

Browse files
Upcoming Release Changes (alpha) (#2706)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3b35bae commit 0bc742b

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changeset/pre.json

+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-horses-relate",
2526
"empty-singers-develop",
2627
"few-mails-sparkle",
2728
"friendly-singers-rush",

packages/plugin/CHANGELOG.md

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

3+
## 4.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#2277](https://github.com/dimaMachina/graphql-eslint/pull/2277)
8+
[`3b35bae`](https://github.com/dimaMachina/graphql-eslint/commit/3b35baedacb8cdac542268933d8a8fec6c199af0)
9+
Thanks [@yoavain-sundaysky](https://github.com/yoavain-sundaysky)! - fix false positive cases for
10+
`require-import-fragment` on Windows, when `graphql-config`'s `documents` key contained glob
11+
pattern => source file path of document contained always forward slashes
12+
313
## 4.0.0-alpha.8
414

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

0 commit comments

Comments
 (0)