Skip to content

Commit a270553

Browse files
chore(release): update monorepo packages versions
1 parent 0e04610 commit a270553

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

.changeset/lovely-dryers-notice.md

-5
This file was deleted.

.changeset/polite-impalas-float.md

-8
This file was deleted.

examples/graphql-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@eslint/js": "9.22.0",
16-
"@graphql-eslint/eslint-plugin": "4.3.0",
16+
"@graphql-eslint/eslint-plugin": "4.4.0",
1717
"eslint": "9.22.0"
1818
}
1919
}

packages/plugin/CHANGELOG.md

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

3+
## 4.4.0
4+
5+
### Minor Changes
6+
7+
- [#2838](https://github.com/graphql-hive/graphql-eslint/pull/2838)
8+
[`10b9975`](https://github.com/graphql-hive/graphql-eslint/commit/10b9975147e031717f955f2be747924bb800f237)
9+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow to config `naming-convention` for
10+
Relay fragment convention `<module_name>_<property_name>` via `requiredPattern` option
11+
12+
- replace `requiredPatterns: RegEx[]` by `requiredPattern: RegEx` option
13+
14+
### Patch Changes
15+
16+
- [#2845](https://github.com/graphql-hive/graphql-eslint/pull/2845)
17+
[`00b4617`](https://github.com/graphql-hive/graphql-eslint/commit/00b46173910663f1ce6d4e7b02d41fe3875edf86)
18+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - add `"./*"` to `exports` field in
19+
`package.json`
20+
321
## 4.3.0
422

523
### 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.3.0",
3+
"version": "4.4.0",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/dimaMachina/graphql-eslint",

0 commit comments

Comments
 (0)