From e61ec8ab40c0cef899eee06f8c1f7ceedebb6530 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Nov 2021 07:27:49 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/green-lions-grow.md | 5 ----- examples/basic/package.json | 2 +- examples/code-file/package.json | 2 +- examples/graphql-config-code-file/package.json | 2 +- examples/graphql-config/package.json | 2 +- examples/prettier/package.json | 2 +- packages/plugin/CHANGELOG.md | 6 ++++++ packages/plugin/package.json | 2 +- 8 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/green-lions-grow.md diff --git a/.changeset/green-lions-grow.md b/.changeset/green-lions-grow.md deleted file mode 100644 index 68392dcb38d..00000000000 --- a/.changeset/green-lions-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': minor ---- - -GraphQL v16 support diff --git a/examples/basic/package.json b/examples/basic/package.json index 041273240c1..bd4747e0678 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -12,7 +12,7 @@ "graphql": "16.0.1" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "2.3.2", + "@graphql-eslint/eslint-plugin": "2.4.0", "eslint": "8.1.0" } } diff --git a/examples/code-file/package.json b/examples/code-file/package.json index cc848ad97c7..637e9c7b73a 100644 --- a/examples/code-file/package.json +++ b/examples/code-file/package.json @@ -12,7 +12,7 @@ "graphql": "16.0.1" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "2.3.2", + "@graphql-eslint/eslint-plugin": "2.4.0", "eslint": "8.1.0" } } diff --git a/examples/graphql-config-code-file/package.json b/examples/graphql-config-code-file/package.json index d6dd566ada8..3c4ee39375c 100644 --- a/examples/graphql-config-code-file/package.json +++ b/examples/graphql-config-code-file/package.json @@ -13,7 +13,7 @@ "graphql-tag": "^2.12.5" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "2.3.2", + "@graphql-eslint/eslint-plugin": "2.4.0", "eslint": "8.1.0" } } diff --git a/examples/graphql-config/package.json b/examples/graphql-config/package.json index f48fb2e7327..3b244c48997 100644 --- a/examples/graphql-config/package.json +++ b/examples/graphql-config/package.json @@ -12,7 +12,7 @@ "graphql": "16.0.1" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "2.3.2", + "@graphql-eslint/eslint-plugin": "2.4.0", "eslint": "8.1.0" } } diff --git a/examples/prettier/package.json b/examples/prettier/package.json index 73baab240ba..c3187216880 100644 --- a/examples/prettier/package.json +++ b/examples/prettier/package.json @@ -12,7 +12,7 @@ "graphql": "16.0.1" }, "devDependencies": { - "@graphql-eslint/eslint-plugin": "2.3.2", + "@graphql-eslint/eslint-plugin": "2.4.0", "eslint": "8.1.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "4.0.0", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 1c127461b84..a9e2c1af013 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-eslint/eslint-plugin +## 2.4.0 + +### Minor Changes + +- 81fae5a: GraphQL v16 support + ## 2.3.2 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index a7ddb471971..3fe42fdf5e3 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "2.3.2", + "version": "2.4.0", "repository": "https://github.com/dotansimha/graphql-eslint", "author": "Dotan Simha ", "license": "MIT",