Skip to content

Commit 18f73a3

Browse files
chore(release): update monorepo packages versions (#2786)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f370359 commit 18f73a3

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

.changeset/spotty-lobsters-enjoy.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/strong-otters-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@eslint/js": "9.15.0",
16-
"@graphql-eslint/eslint-plugin": "4.1.0",
16+
"@graphql-eslint/eslint-plugin": "4.1.1",
1717
"eslint": "9.15.0"
1818
}
1919
}

packages/plugin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#2785](https://github.com/dimaMachina/graphql-eslint/pull/2785)
8+
[`99b0703`](https://github.com/dimaMachina/graphql-eslint/commit/99b0703e91fc6661664c8773f48ffe28ac4a3467)
9+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - `allowLeadingUnderscore` and
10+
`allowTrailingUnderscore` should not conflict with `ignorePattern` in `naming-convention` rule
11+
12+
- [#2787](https://github.com/dimaMachina/graphql-eslint/pull/2787)
13+
[`f370359`](https://github.com/dimaMachina/graphql-eslint/commit/f370359b4844c291cf5790e4503454ebd30373a2)
14+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - add an example with
15+
[custom graphql rules](https://github.com/dimaMachina/graphql-eslint/tree/master/examples/custom-rules)
16+
317
## 4.1.0
418

519
### Minor Changes

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/dimaMachina/graphql-eslint",

0 commit comments

Comments
 (0)