Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2786)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 29, 2024
1 parent f370359 commit 18f73a3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/spotty-lobsters-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-otters-mate.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@graphql-eslint/eslint-plugin": "4.1.0",
"@graphql-eslint/eslint-plugin": "4.1.1",
"eslint": "9.15.0"
}
}
14 changes: 14 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-eslint/eslint-plugin

## 4.1.1

### Patch Changes

- [#2785](https://github.com/dimaMachina/graphql-eslint/pull/2785)
[`99b0703`](https://github.com/dimaMachina/graphql-eslint/commit/99b0703e91fc6661664c8773f48ffe28ac4a3467)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - `allowLeadingUnderscore` and
`allowTrailingUnderscore` should not conflict with `ignorePattern` in `naming-convention` rule

- [#2787](https://github.com/dimaMachina/graphql-eslint/pull/2787)
[`f370359`](https://github.com/dimaMachina/graphql-eslint/commit/f370359b4844c291cf5790e4503454ebd30373a2)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - add an example with
[custom graphql rules](https://github.com/dimaMachina/graphql-eslint/tree/master/examples/custom-rules)

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "4.1.0",
"version": "4.1.1",
"type": "module",
"description": "GraphQL plugin for ESLint",
"repository": "https://github.com/dimaMachina/graphql-eslint",
Expand Down

0 comments on commit 18f73a3

Please sign in to comment.