Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1166)
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
theguild-bot and github-actions[bot] committed Sep 26, 2022
1 parent 9bc4e1b commit 02125cb
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-hounds-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-drinks-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-apes-deny.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 @@ -12,7 +12,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.0",
"@graphql-eslint/eslint-plugin": "3.11.1",
"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 @@ -12,7 +12,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.0",
"@graphql-eslint/eslint-plugin": "3.11.1",
"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 @@ -13,7 +13,7 @@
"graphql-tag": "2.12.6"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.0",
"@graphql-eslint/eslint-plugin": "3.11.1",
"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 @@ -12,7 +12,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.0",
"@graphql-eslint/eslint-plugin": "3.11.1",
"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 @@ -11,7 +11,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.0",
"@graphql-eslint/eslint-plugin": "3.11.1",
"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 @@ -12,7 +12,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.11.0",
"@graphql-eslint/eslint-plugin": "3.11.1",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-eslint/eslint-plugin

## 3.11.1

### Patch Changes

- [#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

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

- [#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

## 3.11.0

### Minor 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.0",
"version": "3.11.1",
"repository": "https://github.com/B2o5T/graphql-eslint",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 02125cb

Please sign in to comment.