Skip to content

Commit

Permalink
Merge pull request #56 from dotansimha/changeset-release/master
Browse files Browse the repository at this point in the history
Upcoming Release Changes
  • Loading branch information
dotansimha committed Oct 3, 2020
2 parents 8af998b + 6e03f8d commit 04b4d2b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-years-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-melons-approve.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.2.1",
"@graphql-eslint/eslint-plugin": "0.3.0",
"graphql": "15.3.0",
"typescript": "4.0.3"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin/CHANGELOG.md
@@ -0,0 +1,7 @@
# @graphql-eslint/eslint-plugin

## 0.3.0
### Minor Changes

- 3838852: Initial minor release from this repo.
- 5809bdc: Fixes for docs and package publish
2 changes: 1 addition & 1 deletion packages/plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "0.2.1",
"version": "0.3.0",
"repository": "https://github.com/dotansimha/graphql-eslint",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 04b4d2b

Please sign in to comment.