Skip to content

Commit 7f2f06e

Browse files
chore(release): update monorepo packages versions
1 parent fe95e84 commit 7f2f06e

File tree

9 files changed

+31
-13
lines changed

9 files changed

+31
-13
lines changed

.changeset/brown-eels-chew.md

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

packages/graphql-cli-codegen-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-cli/codegen
22

3+
## 1.17.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [857c603c]
8+
- @graphql-codegen/cli@1.19.0
9+
310
## 1.17.11
411

512
### Patch Changes

packages/graphql-cli-codegen-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-cli/codegen",
3-
"version": "1.17.11",
3+
"version": "1.17.12",
44
"description": "GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates.",
55
"license": "MIT",
66
"keywords": [
@@ -26,7 +26,7 @@
2626
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
2727
},
2828
"dependencies": {
29-
"@graphql-codegen/cli": "1.18.0",
29+
"@graphql-codegen/cli": "1.19.0",
3030
"@graphql-cli/common": "4.1.0"
3131
},
3232
"main": "dist/index.cjs.js",

packages/graphql-codegen-cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-codegen/cli
22

3+
## 1.19.0
4+
5+
### Minor Changes
6+
7+
- 857c603c: Adds the --errors-only flag to the cli to print errors only.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [857c603c]
12+
- @graphql-codegen/plugin-helpers@1.18.0
13+
314
## 1.18.0
415

516
### Minor Changes

packages/graphql-codegen-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/cli",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"license": "MIT",
55
"bin": {
66
"gql-gen": "dist/bin.js",
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"latest-version": "5.1.0",
4444
"@graphql-codegen/core": "1.17.8",
45-
"@graphql-codegen/plugin-helpers": "^1.17.9",
45+
"@graphql-codegen/plugin-helpers": "^1.18.0",
4646
"@graphql-tools/apollo-engine-loader": "^6",
4747
"@graphql-tools/code-file-loader": "^6",
4848
"@graphql-tools/git-loader": "^6",

packages/utils/graphql-codegen-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"typescript": ">=3.0.0"
2828
},
2929
"dependencies": {
30-
"@graphql-codegen/plugin-helpers": "^1.17.9",
30+
"@graphql-codegen/plugin-helpers": "^1.18.0",
3131
"common-tags": "^1.8.0",
3232
"lz-string": "^1.4.4",
3333
"open": "^7.3.0",

packages/utils/plugins-helpers/CHANGELOG.md

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

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- 857c603c: Adds the --errors-only flag to the cli to print errors only.
8+
39
## 1.17.9
410

511
### Patch Changes

packages/utils/plugins-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/plugin-helpers",
3-
"version": "1.17.9",
3+
"version": "1.18.0",
44
"description": "GraphQL Code Generator common utils and types",
55
"repository": {
66
"type": "git",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@graphql-codegen/add": "2.0.1",
3434
"@graphql-codegen/c-sharp": "1.17.9",
3535
"@graphql-codegen/c-sharp-operations": "1.17.9",
36-
"@graphql-codegen/cli": "1.18.0",
36+
"@graphql-codegen/cli": "1.19.0",
3737
"@graphql-codegen/flow": "1.18.0",
3838
"@graphql-codegen/flow-operations": "1.18.0",
3939
"@graphql-codegen/flow-resolvers": "1.17.10",

0 commit comments

Comments
 (0)