Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent 00b4617 commit cab6029
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-dryers-notice.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/polite-impalas-float.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.16.0",
"@graphql-eslint/eslint-plugin": "4.3.0",
"@graphql-eslint/eslint-plugin": "4.4.0",
"eslint": "9.16.0"
}
}
18 changes: 18 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @graphql-eslint/eslint-plugin

## 4.4.0

### Minor Changes

- [#2838](https://github.com/dimaMachina/graphql-eslint/pull/2838)
[`10b9975`](https://github.com/dimaMachina/graphql-eslint/commit/10b9975147e031717f955f2be747924bb800f237)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow to config `naming-convention` for
Relay fragment convention `<module_name>_<property_name>` via `requiredPattern` option

- replace `requiredPatterns: RegEx[]` by `requiredPattern: RegEx` option

### Patch Changes

- [#2845](https://github.com/dimaMachina/graphql-eslint/pull/2845)
[`00b4617`](https://github.com/dimaMachina/graphql-eslint/commit/00b46173910663f1ce6d4e7b02d41fe3875edf86)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - add `"./*"` to `exports` field in
`package.json`

## 4.3.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.3.0",
"version": "4.4.0",
"type": "module",
"description": "GraphQL plugin for ESLint",
"repository": "https://github.com/dimaMachina/graphql-eslint",
Expand Down

0 comments on commit cab6029

Please sign in to comment.