Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1171)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 26, 2022
1 parent 0b8acdc commit ea875de
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-geese-type.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.1",
"@graphql-eslint/eslint-plugin": "3.11.2",
"eslint": "8.24.0"
}
}
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.1",
"@graphql-eslint/eslint-plugin": "3.11.2",
"eslint": "8.24.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config-code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql-tag": "2.12.6"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.1",
"@graphql-eslint/eslint-plugin": "3.11.2",
"eslint": "8.24.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.1",
"@graphql-eslint/eslint-plugin": "3.11.2",
"eslint": "8.24.0"
}
}
2 changes: 1 addition & 1 deletion examples/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.1",
"@graphql-eslint/eslint-plugin": "3.11.2",
"eslint": "8.24.0"
}
}
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.1",
"@graphql-eslint/eslint-plugin": "3.11.2",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-eslint/eslint-plugin

## 3.11.2

### Patch Changes

- [#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()`

## 3.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "3.11.1",
"version": "3.11.2",
"repository": "https://github.com/B2o5T/graphql-eslint",
"author": "Dotan Simha <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ea875de

Please sign in to comment.