Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#437)
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 May 19, 2021
1 parent 533d123 commit ef14735
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-dolphins-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-apricots-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-glasses-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-keys-divide.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 @@ -10,7 +10,7 @@
},
"dependencies": {
"eslint": "7.24.0",
"@graphql-eslint/eslint-plugin": "1.0.0",
"@graphql-eslint/eslint-plugin": "1.0.1",
"graphql": "15.5.0",
"typescript": "4.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"eslint": "7.24.0",
"@graphql-eslint/eslint-plugin": "1.0.0",
"@graphql-eslint/eslint-plugin": "1.0.1",
"graphql": "15.5.0",
"typescript": "4.1.5"
}
Expand Down
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 @@ -9,7 +9,7 @@
"lint": "eslint --ext graphql,js ."
},
"dependencies": {
"@graphql-eslint/eslint-plugin": "1.0.0",
"@graphql-eslint/eslint-plugin": "1.0.1",
"eslint": "7.24.0",
"graphql": "15.5.0",
"graphql-tag": "^2.11.0",
Expand Down
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 @@
"dependencies": {
"graphql-config": "3.2.0",
"eslint": "7.24.0",
"@graphql-eslint/eslint-plugin": "1.0.0",
"@graphql-eslint/eslint-plugin": "1.0.1",
"graphql": "15.5.0",
"typescript": "4.1.5"
}
Expand Down
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 @@
"eslint": "7.24.0",
"eslint-config-prettier": "8.2.0",
"eslint-plugin-prettier": "3.4.0",
"@graphql-eslint/eslint-plugin": "1.0.0",
"@graphql-eslint/eslint-plugin": "1.0.1",
"graphql": "15.5.0",
"prettier": "1.19.1",
"typescript": "4.1.5"
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

## 1.0.1

### Patch Changes

- 1d85025: fix: allow anonymous operations for naming-convention rule
- a92267b: fixes for graphql-js rules issues
- 45acfde: Fix console.warn typo in selection-set-depth rule
- 533d123: Fix issues with Windows paths

## 1.0.0

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

0 comments on commit ef14735

Please sign in to comment.