From f91cc56ff8469e54102da293d767f9a20cd8deec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:21:02 +0300 Subject: [PATCH] Upcoming Release Changes (alpha) (#2608) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/plugin/CHANGELOG.md | 9 +++++++++ packages/plugin/package.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index eb6c9232dfd..79413f821fa 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -23,6 +23,7 @@ "dull-scissors-destroy", "few-mails-sparkle", "friendly-singers-rush", + "heavy-onions-fry", "itchy-ads-compete", "lovely-laws-hide", "rare-planes-love", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 083d3465a19..33547e67f2c 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-eslint/eslint-plugin +## 4.0.0-alpha.5 + +### Patch Changes + +- [#2605](https://github.com/dimaMachina/graphql-eslint/pull/2605) + [`2ae64e1`](https://github.com/dimaMachina/graphql-eslint/commit/2ae64e12ab2e61c14b8a195410e2e68dc3fb29d0) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix types exports by + `@arethetypeswrong/cli` package + ## 4.0.0-alpha.4 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index ac61a6defee..8174fe3c3b6 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "4.0.0-alpha.4", + "version": "4.0.0-alpha.5", "type": "module", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint",