Skip to content

Commit ea875de

Browse files
chore(release): update monorepo packages versions (#1171)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b8acdc commit ea875de

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

.changeset/tiny-geese-type.md

-5
This file was deleted.

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql-tag": "2.12.6"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.11.1",
15+
"@graphql-eslint/eslint-plugin": "3.11.2",
1616
"eslint": "8.24.0"
1717
}
1818
}

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

examples/monorepo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphql": "16.6.0"
1111
},
1212
"devDependencies": {
13-
"@graphql-eslint/eslint-plugin": "3.11.1",
13+
"@graphql-eslint/eslint-plugin": "3.11.2",
1414
"eslint": "8.24.0"
1515
}
1616
}

examples/prettier/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.1",
14+
"@graphql-eslint/eslint-plugin": "3.11.2",
1515
"eslint": "8.24.0",
1616
"eslint-config-prettier": "8.5.0",
1717
"eslint-plugin-prettier": "4.2.1",

packages/plugin/CHANGELOG.md

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

3+
## 3.11.2
4+
5+
### Patch Changes
6+
7+
- [#1170](https://github.com/B2o5T/graphql-eslint/pull/1170) [`0b8acdc`](https://github.com/B2o5T/graphql-eslint/commit/0b8acdc64cae77e7b09597dccdcb2b5c38ff3b6e) Thanks [@B2o5T](https://github.com/B2o5T)! - fix race condition of loading `loadGraphQLConfig()` when `processor.preprocess()` can be called before `parseForESLint()`
8+
39
## 3.11.1
410

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

0 commit comments

Comments
 (0)