Skip to content

Commit 40401a0

Browse files
chore(release): update monorepo packages versions (#769)
1 parent 64c302c commit 40401a0

File tree

11 files changed

+18
-26
lines changed

11 files changed

+18
-26
lines changed

.changeset/lazy-pets-accept.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metal-squids-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shiny-buttons-relax.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-dolphins-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.4.1",
15+
"@graphql-eslint/eslint-plugin": "2.5.0",
1616
"eslint": "8.2.0"
1717
}
1818
}

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.4.1",
15+
"@graphql-eslint/eslint-plugin": "2.5.0",
1616
"eslint": "8.2.0"
1717
}
1818
}

examples/graphql-config-code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"graphql-tag": "2.12.6"
1414
},
1515
"devDependencies": {
16-
"@graphql-eslint/eslint-plugin": "2.4.1",
16+
"@graphql-eslint/eslint-plugin": "2.5.0",
1717
"eslint": "8.2.0"
1818
}
1919
}

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.4.1",
15+
"@graphql-eslint/eslint-plugin": "2.5.0",
1616
"eslint": "8.2.0"
1717
}
1818
}

examples/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "2.4.1",
15+
"@graphql-eslint/eslint-plugin": "2.5.0",
1616
"eslint": "8.2.0",
1717
"eslint-config-prettier": "8.3.0",
1818
"eslint-plugin-prettier": "4.0.0",

packages/plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- 64c302c: feat: add new rule `no-root-type`
8+
- c837c99: fix false positive case in `no-unreachable-types` rule when directive on root schema is used
9+
- 1914d6a: fix false positive case in `known-fragment-names` when import nested fragment
10+
11+
### Patch Changes
12+
13+
- 4c29de7: fix: make works graphql-eslint in yarn berry
14+
315
## 2.4.1
416

517
### Patch Changes

0 commit comments

Comments
 (0)