Skip to content

Commit 3ecbe2e

Browse files
chore(release): update monorepo packages versions (#68)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 80e922c commit 3ecbe2e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.changeset/eighty-maps-juggle.md

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

.changeset/serious-games-yawn.md

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

example/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.10.0",
13-
"@graphql-eslint/eslint-plugin": "0.3.3",
13+
"@graphql-eslint/eslint-plugin": "0.4.0",
1414
"graphql": "15.3.0",
1515
"typescript": "4.0.3"
1616
}

packages/plugin/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 80e922c: Improved `validate-against-schema` rule configuration (allow to customize rules)
8+
9+
### Patch Changes
10+
11+
- 80e922c: Fix issues with `.rawNode()` values
12+
313
## 0.3.3
414

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

0 commit comments

Comments
 (0)