Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#637)
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 20, 2021
1 parent 2a6e51b commit 4b01482
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-news-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-mayflies-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-sheep-join.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 @@ -13,6 +13,6 @@
},
"devDependencies": {
"eslint": "7.32.0",
"@graphql-eslint/eslint-plugin": "2.1.0"
"@graphql-eslint/eslint-plugin": "2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"eslint": "7.32.0",
"@graphql-eslint/eslint-plugin": "2.1.0"
"@graphql-eslint/eslint-plugin": "2.2.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.5"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "2.1.0",
"@graphql-eslint/eslint-plugin": "2.2.0",
"eslint": "7.32.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"eslint": "7.32.0",
"@graphql-eslint/eslint-plugin": "2.1.0"
"@graphql-eslint/eslint-plugin": "2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"@graphql-eslint/eslint-plugin": "2.1.0",
"@graphql-eslint/eslint-plugin": "2.2.0",
"prettier": "2.4.1"
}
}
8 changes: 8 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-eslint/eslint-plugin

## 2.2.0

### Minor Changes

- 1dd2f43: feat: add recommended and all configs
- 1dd2f43: add new rule require-deprecation-date
- 1dd2f43: add new rule avoid-scalar-result-type-on-mutation

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

0 comments on commit 4b01482

Please sign in to comment.