Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#963)
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 Mar 5, 2022
1 parent d9386ad commit b926fb6
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-bats-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-poems-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-otters-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-eagles-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-pandas-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-bulldogs-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-terms-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-kids-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-kids-compete.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.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.8.0",
"@graphql-eslint/eslint-plugin": "3.9.0",
"eslint": "8.9.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.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.8.0",
"@graphql-eslint/eslint-plugin": "3.9.0",
"eslint": "8.9.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.8.0",
"@graphql-eslint/eslint-plugin": "3.9.0",
"eslint": "8.9.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.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.8.0",
"@graphql-eslint/eslint-plugin": "3.9.0",
"eslint": "8.9.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.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.8.0",
"@graphql-eslint/eslint-plugin": "3.9.0",
"eslint": "8.9.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @graphql-eslint/eslint-plugin

## 3.9.0

### Minor Changes

- 9c575c6: feat: add `definitions` option for `alphabetize` rule
- bcbda42: feat: add suggestions for `require-id-when-available`, `require-deprecation-date`, `no-deprecated` and `no-scalar-result-type-on-mutation` rules
- 1f697f0: feat: add suggestions for `no-duplicate-fields`, `no-hashtag-description` and `selection-set-depth` rules
- db22ba5: feat: add suggestions for `no-typename-prefix`, `no-root-type`, `no-case-insensitive-enum-values-duplicates` rules
- b04a8d5: feat: add `ignoreClientDirectives` option for `known-directives` rule
- 63c5c78: feat: add suggestions for `description-style`, `input-name` and `no-anonymous-operations` rules

### Patch Changes

- 58b5bfd: fix: false negative case when nested fragments used in `require-id-when-available` rule
- 2cbaa60: fix: check nested selections in fragments in `require-id-when-available` rule
- d9386ad: fix autofix sort for variables in `alphabetize` rule

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

0 comments on commit b926fb6

Please sign in to comment.