From 32cc88c685ac63be86d961b0af1cbcb5b4f13a4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Dec 2024 14:44:00 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/lovely-dryers-notice.md | 5 ----- .changeset/polite-impalas-float.md | 8 -------- examples/graphql-config/package.json | 2 +- packages/plugin/CHANGELOG.md | 18 ++++++++++++++++++ packages/plugin/package.json | 2 +- 5 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 .changeset/lovely-dryers-notice.md delete mode 100644 .changeset/polite-impalas-float.md diff --git a/.changeset/lovely-dryers-notice.md b/.changeset/lovely-dryers-notice.md deleted file mode 100644 index 9a7be120948..00000000000 --- a/.changeset/lovely-dryers-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -add `"./*"` to `exports` field in `package.json` diff --git a/.changeset/polite-impalas-float.md b/.changeset/polite-impalas-float.md deleted file mode 100644 index 2d1f25f70ba..00000000000 --- a/.changeset/polite-impalas-float.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': minor ---- - -- allow to config `naming-convention` for Relay fragment convention `_` - via `requiredPattern` option - -- replace `requiredPatterns: RegEx[]` by `requiredPattern: RegEx` option diff --git a/examples/graphql-config/package.json b/examples/graphql-config/package.json index 6583be23428..7bd1181a370 100644 --- a/examples/graphql-config/package.json +++ b/examples/graphql-config/package.json @@ -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" } } diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 519e2ef02c3..dda18cbf88f 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,23 @@ # @graphql-eslint/eslint-plugin +## 4.4.0 + +### Minor Changes + +- [#2838](https://github.com/graphql-hive/graphql-eslint/pull/2838) + [`10b9975`](https://github.com/graphql-hive/graphql-eslint/commit/10b9975147e031717f955f2be747924bb800f237) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow to config `naming-convention` for + Relay fragment convention `_` via `requiredPattern` option + + - replace `requiredPatterns: RegEx[]` by `requiredPattern: RegEx` option + +### Patch Changes + +- [#2845](https://github.com/graphql-hive/graphql-eslint/pull/2845) + [`00b4617`](https://github.com/graphql-hive/graphql-eslint/commit/00b46173910663f1ce6d4e7b02d41fe3875edf86) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - add `"./*"` to `exports` field in + `package.json` + ## 4.3.0 ### Minor Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 4676865f5a2..624947e2a89 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -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",