From 84368c79f6052d855cc650730905158520bd9e97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Nov 2024 23:40:16 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/happy-bottles-warn.md | 6 ------ examples/graphql-config/package.json | 2 +- packages/plugin/CHANGELOG.md | 10 ++++++++++ packages/plugin/package.json | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 .changeset/happy-bottles-warn.md diff --git a/.changeset/happy-bottles-warn.md b/.changeset/happy-bottles-warn.md deleted file mode 100644 index e1f077b8bd8..00000000000 --- a/.changeset/happy-bottles-warn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': minor ---- - -introduce `forbiddenPattern` and `requiredPattern` options for `naming-convention` rule and -deprecate `forbiddenPrefixes`, `forbiddenSuffixes` and `requiredPrefixes` and `requiredSuffixes` diff --git a/examples/graphql-config/package.json b/examples/graphql-config/package.json index d1b436386b5..502bd3edbc4 100644 --- a/examples/graphql-config/package.json +++ b/examples/graphql-config/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@eslint/js": "9.15.0", - "@graphql-eslint/eslint-plugin": "4.0.1", + "@graphql-eslint/eslint-plugin": "4.1.0", "eslint": "9.15.0" } } diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index ba98e172e6b..12cb6aa1ab9 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-eslint/eslint-plugin +## 4.1.0 + +### Minor Changes + +- [#2780](https://github.com/dimaMachina/graphql-eslint/pull/2780) + [`98e0b56`](https://github.com/dimaMachina/graphql-eslint/commit/98e0b564a7df339aad03e5ea69e40d34864b2fc1) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - introduce `forbiddenPattern` and + `requiredPattern` options for `naming-convention` rule and deprecate `forbiddenPrefixes`, + `forbiddenSuffixes` and `requiredPrefixes` and `requiredSuffixes` + ## 4.0.1 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index c61220bb470..63237c6d7fc 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "4.0.1", + "version": "4.1.0", "type": "module", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/dimaMachina/graphql-eslint",