Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down