Skip to content

Commit ad6f598

Browse files
chore(release): update monorepo packages versions
1 parent b7eb87e commit ad6f598

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.changeset/tidy-hornets-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.14.0",
13-
"@graphql-eslint/eslint-plugin": "0.5.0",
13+
"@graphql-eslint/eslint-plugin": "0.6.0",
1414
"graphql": "15.4.0",
1515
"typescript": "4.1.2"
1616
}

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.14.0",
13-
"@graphql-eslint/eslint-plugin": "0.5.0",
13+
"@graphql-eslint/eslint-plugin": "0.6.0",
1414
"graphql": "15.4.0",
1515
"typescript": "4.1.2"
1616
}

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"graphql-config": "3.2.0",
1313
"eslint": "7.14.0",
14-
"@graphql-eslint/eslint-plugin": "0.5.0",
14+
"@graphql-eslint/eslint-plugin": "0.6.0",
1515
"graphql": "15.4.0",
1616
"typescript": "4.1.2"
1717
}

packages/plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- b7eb87e: New rule: unique-fragment-name
8+
39
## 0.5.0
410

511
### Minor Changes

packages/plugin/package.json

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

0 commit comments

Comments
 (0)