Skip to content

Commit 04b4d2b

Browse files
authored
Merge pull request #56 from dotansimha/changeset-release/master
Upcoming Release Changes
2 parents 8af998b + 6e03f8d commit 04b4d2b

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

.changeset/brave-years-float.md

-5
This file was deleted.

.changeset/green-melons-approve.md

-5
This file was deleted.

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.10.0",
13-
"@graphql-eslint/eslint-plugin": "0.2.1",
13+
"@graphql-eslint/eslint-plugin": "0.3.0",
1414
"graphql": "15.3.0",
1515
"typescript": "4.0.3"
1616
}

packages/plugin/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @graphql-eslint/eslint-plugin
2+
3+
## 0.3.0
4+
### Minor Changes
5+
6+
- 3838852: Initial minor release from this repo.
7+
- 5809bdc: Fixes for docs and package publish

packages/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)