Skip to content

Commit c9cbf6d

Browse files
chore(release): update monorepo packages versions (alpha) (#2623)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c0f1b07 commit c9cbf6d

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"dull-scissors-destroy",
2424
"few-mails-sparkle",
2525
"friendly-singers-rush",
26+
"healthy-moose-kneel",
2627
"heavy-onions-fry",
2728
"itchy-ads-compete",
2829
"lovely-laws-hide",

packages/plugin/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 4.0.0-alpha.6
4+
5+
### Patch Changes
6+
7+
- [#2616](https://github.com/dimaMachina/graphql-eslint/pull/2616)
8+
[`c0f1b07`](https://github.com/dimaMachina/graphql-eslint/commit/c0f1b077c8c7b8ee872bcee191f1acf5a8d5f62b)
9+
Thanks [@fcortes](https://github.com/fcortes)! - The import attribute syntax (with { type: "json"
10+
}) is still experimental so warnings showed up when using the library as it was being used to
11+
import the package.json file to extract the package version
12+
13+
As an alternative, the current version will be injected on build time through tsup configuration.
14+
315
## 4.0.0-alpha.5
416

517
### Patch Changes

packages/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-alpha.6",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/B2o5T/graphql-eslint",

0 commit comments

Comments
 (0)