From f32b861287bf65bcab1ef97b44809d4d2c1a8b8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 01:35:56 +0200 Subject: [PATCH] Upcoming Release Changes (#1723) Co-authored-by: github-actions[bot] --- .changeset/spicy-books-tell.md | 5 ----- packages/plugin/CHANGELOG.md | 9 +++++++++ packages/plugin/package.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 .changeset/spicy-books-tell.md diff --git a/.changeset/spicy-books-tell.md b/.changeset/spicy-books-tell.md deleted file mode 100644 index 195808034ac..00000000000 --- a/.changeset/spicy-books-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -broken rule url for `require-import-fragment` and `require-nullable-result-in-root` diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index dd63b90362f..02e87f1bbc3 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-eslint/eslint-plugin +## 3.19.2 + +### Patch Changes + +- [#1716](https://github.com/B2o5T/graphql-eslint/pull/1716) + [`40c1523`](https://github.com/B2o5T/graphql-eslint/commit/40c15236095d938f9b3b1ca3f78af9e513932606) + Thanks [@BlakeGardner](https://github.com/BlakeGardner)! - broken rule url for + `require-import-fragment` and `require-nullable-result-in-root` + ## 3.19.1 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index c810dee7eac..e198f1f9e5e 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "3.19.1", + "version": "3.19.2", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint", "author": "Dotan Simha ",