Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1234)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Nov 1, 2022
1 parent afff07d commit 3e16ba8
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/wet-ads-rush.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Expand Up @@ -11,7 +11,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.12.0",
"@graphql-eslint/eslint-plugin": "3.13.0",
"eslint": "8.26.0"
}
}
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Expand Up @@ -11,7 +11,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.12.0",
"@graphql-eslint/eslint-plugin": "3.13.0",
"eslint": "8.26.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config-code-file/package.json
Expand Up @@ -12,7 +12,7 @@
"graphql-tag": "2.12.6"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.12.0",
"@graphql-eslint/eslint-plugin": "3.13.0",
"eslint": "8.26.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Expand Up @@ -11,7 +11,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.12.0",
"@graphql-eslint/eslint-plugin": "3.13.0",
"eslint": "8.26.0"
}
}
2 changes: 1 addition & 1 deletion examples/monorepo/package.json
Expand Up @@ -10,7 +10,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.12.0",
"@graphql-eslint/eslint-plugin": "3.13.0",
"eslint": "8.26.0"
}
}
2 changes: 1 addition & 1 deletion examples/multiple-projects-graphql-config/package.json
Expand Up @@ -10,7 +10,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.12.0",
"@graphql-eslint/eslint-plugin": "3.13.0",
"eslint": "8.26.0"
}
}
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Expand Up @@ -11,7 +11,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.12.0",
"@graphql-eslint/eslint-plugin": "3.13.0",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-code-file/package.json
Expand Up @@ -10,7 +10,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.12.0",
"@graphql-eslint/eslint-plugin": "3.13.0",
"eslint": "8.26.0",
"svelte": "3.52.0",
"svelte-eslint-parser": "0.19.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-code-file/package.json
Expand Up @@ -10,7 +10,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.12.0",
"@graphql-eslint/eslint-plugin": "3.13.0",
"@vue/compiler-sfc": "3.2.41",
"eslint": "8.26.0",
"vue-eslint-parser": "9.1.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
# @graphql-eslint/eslint-plugin

## 3.13.0

### Minor Changes

- [#1222](https://github.com/B2o5T/graphql-eslint/pull/1222) [`cf59b0a`](https://github.com/B2o5T/graphql-eslint/commit/cf59b0a4b67fd958cf2f86238c48abbf3ce6ebf4) Thanks [@B2o5T](https://github.com/B2o5T)! - feat: reload schema/documents cache (only for **current project**) in VSCode

## 3.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "3.12.0",
"version": "3.13.0",
"repository": "https://github.com/B2o5T/graphql-eslint",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 3e16ba8

Please sign in to comment.