Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#70)
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 Oct 5, 2020
1 parent 52a98df commit d2d1786
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-turkeys-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-bottles-whisper.md

This file was deleted.

2 changes: 1 addition & 1 deletion example/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"eslint": "7.10.0",
"@graphql-eslint/eslint-plugin": "0.4.0",
"@graphql-eslint/eslint-plugin": "0.4.1",
"graphql": "15.3.0",
"typescript": "4.0.3"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-eslint/eslint-plugin

## 0.4.1

### Patch Changes

- 52a98df: Ignore NoUnusedFragmentsRule validation for fragments operations
- 52a98df: Improve error reported from validate-against-schema (added the rule name to the error)

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "0.4.0",
"version": "0.4.1",
"repository": "https://github.com/dotansimha/graphql-eslint",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit d2d1786

Please sign in to comment.