Skip to content

Commit aa9e123

Browse files
chore(release): update monorepo packages versions (#1115)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 39ab684 commit aa9e123

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

.changeset/perfect-pugs-carry.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
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.10.5",
15+
"@graphql-eslint/eslint-plugin": "3.10.6",
1616
"eslint": "8.18.0"
1717
}
1818
}

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.10.5",
15+
"@graphql-eslint/eslint-plugin": "3.10.6",
1616
"eslint": "8.18.0"
1717
}
1818
}

examples/graphql-config-code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"graphql-tag": "2.12.6"
1414
},
1515
"devDependencies": {
16-
"@graphql-eslint/eslint-plugin": "3.10.5",
16+
"@graphql-eslint/eslint-plugin": "3.10.6",
1717
"eslint": "8.18.0"
1818
}
1919
}

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.10.5",
15+
"@graphql-eslint/eslint-plugin": "3.10.6",
1616
"eslint": "8.18.0"
1717
}
1818
}

examples/monorepo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "16.5.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-eslint/eslint-plugin": "3.10.5",
14+
"@graphql-eslint/eslint-plugin": "3.10.6",
1515
"eslint": "8.18.0"
1616
}
1717
}

examples/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.10.5",
15+
"@graphql-eslint/eslint-plugin": "3.10.6",
1616
"eslint": "8.18.0",
1717
"eslint-config-prettier": "8.5.0",
1818
"eslint-plugin-prettier": "4.1.0",

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+
## 3.10.6
4+
5+
### Patch Changes
6+
7+
- 39ab684: fix(alphabetize): should not fail when selection is aliased
8+
39
## 3.10.5
410

511
### Patch 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": "3.10.5",
3+
"version": "3.10.6",
44
"repository": "https://github.com/B2o5T/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)