Skip to content

Commit 4e7378e

Browse files
chore(release): update monorepo packages versions (#162)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0fe0f68 commit 4e7378e

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/wise-paws-speak.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.13.0",
13-
"@graphql-eslint/eslint-plugin": "0.4.2",
13+
"@graphql-eslint/eslint-plugin": "0.4.3",
1414
"graphql": "15.4.0",
1515
"typescript": "4.0.5"
1616
}

packages/plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- 0fe0f68: Fix a bug in the input-name rule to make sure it only checks fields on the Mutation type
8+
39
## 0.4.2
410

511
### Patch Changes

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.4.2",
3+
"version": "0.4.3",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <dotansimha@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)