Skip to content

Commit d2d1786

Browse files
chore(release): update monorepo packages versions (#70)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 52a98df commit d2d1786

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

.changeset/eleven-turkeys-smash.md

-5
This file was deleted.

.changeset/spotty-bottles-whisper.md

-5
This file was deleted.

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.10.0",
13-
"@graphql-eslint/eslint-plugin": "0.4.0",
13+
"@graphql-eslint/eslint-plugin": "0.4.1",
1414
"graphql": "15.3.0",
1515
"typescript": "4.0.3"
1616
}

packages/plugin/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 52a98df: Ignore NoUnusedFragmentsRule validation for fragments operations
8+
- 52a98df: Improve error reported from validate-against-schema (added the rule name to the error)
9+
310
## 0.4.0
411

512
### Minor 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": "0.4.0",
3+
"version": "0.4.1",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <dotansimha@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)