diff --git a/.changeset/pre.json b/.changeset/pre.json index 79413f821fa..60ed8157b4a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -23,6 +23,7 @@ "dull-scissors-destroy", "few-mails-sparkle", "friendly-singers-rush", + "healthy-moose-kneel", "heavy-onions-fry", "itchy-ads-compete", "lovely-laws-hide", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 33547e67f2c..31f28b56adf 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-eslint/eslint-plugin +## 4.0.0-alpha.6 + +### Patch Changes + +- [#2616](https://github.com/dimaMachina/graphql-eslint/pull/2616) + [`c0f1b07`](https://github.com/dimaMachina/graphql-eslint/commit/c0f1b077c8c7b8ee872bcee191f1acf5a8d5f62b) + Thanks [@fcortes](https://github.com/fcortes)! - The import attribute syntax (with { type: "json" + }) is still experimental so warnings showed up when using the library as it was being used to + import the package.json file to extract the package version + + As an alternative, the current version will be injected on build time through tsup configuration. + ## 4.0.0-alpha.5 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 2e42af7d2da..39207551c53 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.5", + "version": "4.0.0-alpha.6", "type": "module", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint",