Skip to content

Commit 4b01482

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

File tree

10 files changed

+14
-21
lines changed

10 files changed

+14
-21
lines changed

.changeset/curly-news-jump.md

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

.changeset/fifty-mayflies-notice.md

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

.changeset/rare-sheep-join.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
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"eslint": "7.32.0",
16-
"@graphql-eslint/eslint-plugin": "2.1.0"
16+
"@graphql-eslint/eslint-plugin": "2.2.0"
1717
}
1818
}

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"eslint": "7.32.0",
16-
"@graphql-eslint/eslint-plugin": "2.1.0"
16+
"@graphql-eslint/eslint-plugin": "2.2.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.5"
1414
},
1515
"devDependencies": {
16-
"@graphql-eslint/eslint-plugin": "2.1.0",
16+
"@graphql-eslint/eslint-plugin": "2.2.0",
1717
"eslint": "7.32.0"
1818
}
1919
}

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"eslint": "7.32.0",
16-
"@graphql-eslint/eslint-plugin": "2.1.0"
16+
"@graphql-eslint/eslint-plugin": "2.2.0"
1717
}
1818
}

examples/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint": "7.32.0",
1616
"eslint-config-prettier": "8.3.0",
1717
"eslint-plugin-prettier": "4.0.0",
18-
"@graphql-eslint/eslint-plugin": "2.1.0",
18+
"@graphql-eslint/eslint-plugin": "2.2.0",
1919
"prettier": "2.4.1"
2020
}
2121
}

packages/plugin/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- 1dd2f43: feat: add recommended and all configs
8+
- 1dd2f43: add new rule require-deprecation-date
9+
- 1dd2f43: add new rule avoid-scalar-result-type-on-mutation
10+
311
## 2.1.0
412

513
### 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": "2.1.0",
3+
"version": "2.2.0",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)