Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1164)
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] committed Sep 23, 2022
1 parent 6ac42cf commit 5336c0a
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/dirty-actors-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-zebras-search.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.10.7",
"@graphql-eslint/eslint-plugin": "3.11.0",
"eslint": "8.23.1"
}
}
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.10.7",
"@graphql-eslint/eslint-plugin": "3.11.0",
"eslint": "8.23.1"
}
}
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.10.7",
"@graphql-eslint/eslint-plugin": "3.11.0",
"eslint": "8.23.1"
}
}
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.10.7",
"@graphql-eslint/eslint-plugin": "3.11.0",
"eslint": "8.23.1"
}
}
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.10.7",
"@graphql-eslint/eslint-plugin": "3.11.0",
"eslint": "8.23.1"
}
}
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.10.7",
"@graphql-eslint/eslint-plugin": "3.11.0",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-eslint/eslint-plugin

## 3.11.0

### Minor Changes

- [#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`
Allow setup custom `globalGqlIdentifierName`, `modules.identifier` and `gqlMagicComment`

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

## 3.10.7

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

0 comments on commit 5336c0a

Please sign in to comment.