Skip to content

Commit 5336c0a

Browse files
chore(release): update monorepo packages versions (#1164)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6ac42cf commit 5336c0a

File tree

10 files changed

+16
-18
lines changed

10 files changed

+16
-18
lines changed

.changeset/dirty-actors-decide.md

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

.changeset/odd-zebras-search.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.6.0"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.10.7",
15+
"@graphql-eslint/eslint-plugin": "3.11.0",
1616
"eslint": "8.23.1"
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.6.0"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.10.7",
15+
"@graphql-eslint/eslint-plugin": "3.11.0",
1616
"eslint": "8.23.1"
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": "3.10.7",
16+
"@graphql-eslint/eslint-plugin": "3.11.0",
1717
"eslint": "8.23.1"
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.6.0"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.10.7",
15+
"@graphql-eslint/eslint-plugin": "3.11.0",
1616
"eslint": "8.23.1"
1717
}
1818
}

examples/monorepo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "16.6.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-eslint/eslint-plugin": "3.10.7",
14+
"@graphql-eslint/eslint-plugin": "3.11.0",
1515
"eslint": "8.23.1"
1616
}
1717
}

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.6.0"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.10.7",
15+
"@graphql-eslint/eslint-plugin": "3.11.0",
1616
"eslint": "8.23.1",
1717
"eslint-config-prettier": "8.5.0",
1818
"eslint-plugin-prettier": "4.1.0",

packages/plugin/CHANGELOG.md

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

3+
## 3.11.0
4+
5+
### Minor Changes
6+
7+
- [#1156](https://github.com/B2o5T/graphql-eslint/pull/1156) [`6ac42cf`](https://github.com/B2o5T/graphql-eslint/commit/6ac42cfe59e77c07fde8ba7d1623c4a1677af221) Thanks [@JimmyPaolini](https://github.com/JimmyPaolini)! - Using configuration options for `graphql-tag-pluck` through `graphql-config`
8+
Allow setup custom `globalGqlIdentifierName`, `modules.identifier` and `gqlMagicComment`
9+
10+
- [#1163](https://github.com/B2o5T/graphql-eslint/pull/1163) [`0d3fe5b`](https://github.com/B2o5T/graphql-eslint/commit/0d3fe5b1f021ed687e4285bd44f14f98a4287020) Thanks [@B2o5T](https://github.com/B2o5T)! - improve `RuleDocsInfo` type, set `description` and `url` as required fields
11+
312
## 3.10.7
413

514
### Patch Changes

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "3.10.7",
3+
"version": "3.11.0",
44
"repository": "https://github.com/B2o5T/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)