Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (alpha) (graphql-hi…
Browse files Browse the repository at this point in the history
…ve#2623)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and dimaMachina committed Nov 14, 2024
1 parent f6fc8c2 commit 81457e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
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

0 comments on commit 81457e3

Please sign in to comment.