Skip to content

Commit 02125cb

Browse files
chore(release): update monorepo packages versions (#1166)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9bc4e1b commit 02125cb

File tree

11 files changed

+17
-22
lines changed

11 files changed

+17
-22
lines changed

.changeset/little-hounds-kick.md

-5
This file was deleted.

.changeset/nice-drinks-sin.md

-5
This file was deleted.

.changeset/tough-apes-deny.md

-5
This file was deleted.

examples/basic/package.json

+1-1
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.11.0",
15+
"@graphql-eslint/eslint-plugin": "3.11.1",
1616
"eslint": "8.24.0"
1717
}
1818
}

examples/code-file/package.json

+1-1
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.11.0",
15+
"@graphql-eslint/eslint-plugin": "3.11.1",
1616
"eslint": "8.24.0"
1717
}
1818
}

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

+1-1
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.11.0",
16+
"@graphql-eslint/eslint-plugin": "3.11.1",
1717
"eslint": "8.24.0"
1818
}
1919
}

examples/graphql-config/package.json

+1-1
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.11.0",
15+
"@graphql-eslint/eslint-plugin": "3.11.1",
1616
"eslint": "8.24.0"
1717
}
1818
}

examples/monorepo/package.json

+1-1
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.11.0",
14+
"@graphql-eslint/eslint-plugin": "3.11.1",
1515
"eslint": "8.24.0"
1616
}
1717
}

examples/prettier/package.json

+1-1
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.11.0",
15+
"@graphql-eslint/eslint-plugin": "3.11.1",
1616
"eslint": "8.24.0",
1717
"eslint-config-prettier": "8.5.0",
1818
"eslint-plugin-prettier": "4.2.1",

packages/plugin/CHANGELOG.md

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

3+
## 3.11.1
4+
5+
### Patch Changes
6+
7+
- [#1168](https://github.com/B2o5T/graphql-eslint/pull/1168) [`9bc4e1b`](https://github.com/B2o5T/graphql-eslint/commit/9bc4e1b707439fb35fe4948a02f68bafc452bd8b) Thanks [@B2o5T](https://github.com/B2o5T)! - return code as-is in `preprocess` in case of parsing error, sort eslint/graphql-eslint errors in `postprocess` by line/column
8+
9+
- [#1165](https://github.com/B2o5T/graphql-eslint/pull/1165) [`eab5492`](https://github.com/B2o5T/graphql-eslint/commit/eab54927a327f1d8c0c9e30428da38884add4d32) Thanks [@B2o5T](https://github.com/B2o5T)! - fix race condition of `loadGraphQLConfig()`
10+
11+
- [#1167](https://github.com/B2o5T/graphql-eslint/pull/1167) [`2f6c02f`](https://github.com/B2o5T/graphql-eslint/commit/2f6c02fe201b307fc8261d7fb0ac783a5586e66d) Thanks [@B2o5T](https://github.com/B2o5T)! - make `RuleDocsInfo` type optional
12+
313
## 3.11.0
414

515
### 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": "3.11.0",
3+
"version": "3.11.1",
44
"repository": "https://github.com/B2o5T/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)