Skip to content

Commit 8292a8c

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

File tree

10 files changed

+33
-18
lines changed

10 files changed

+33
-18
lines changed

.changeset/real-toes-dance.md

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

.changeset/rude-vans-notice.md

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

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

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

3+
## 2.3.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6a2e328e6]
8+
- Updated dependencies [fd6be805b]
9+
- @graphql-codegen/cli@2.11.0
10+
311
## 2.3.4
412

513
### 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": "2.3.4",
3+
"version": "2.3.5",
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": [
@@ -25,7 +25,7 @@
2525
"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 || ^16.0.0"
2626
},
2727
"dependencies": {
28-
"@graphql-codegen/cli": "2.10.0",
28+
"@graphql-codegen/cli": "2.11.0",
2929
"@graphql-cli/common": "4.1.0"
3030
},
3131
"main": "dist/cjs/index.js",

packages/graphql-codegen-cli/CHANGELOG.md

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

3+
## 2.11.0
4+
5+
### Minor Changes
6+
7+
- fd6be805b: feat(cli): add a dry-run mode with `--check` cli flag
8+
9+
### Patch Changes
10+
11+
- 6a2e328e6: feat(cli): `--verbose` and `--debug` flags
12+
- Updated dependencies [6a2e328e6]
13+
- @graphql-codegen/plugin-helpers@2.6.1
14+
315
## 2.10.0
416

517
### 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": "2.10.0",
3+
"version": "2.11.0",
44
"license": "MIT",
55
"bin": {
66
"gql-gen": "dist/cjs/bin.js",
@@ -41,7 +41,7 @@
4141
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
4242
"dependencies": {
4343
"@graphql-codegen/core": "2.6.0",
44-
"@graphql-codegen/plugin-helpers": "^2.6.0",
44+
"@graphql-codegen/plugin-helpers": "^2.6.1",
4545
"@graphql-tools/apollo-engine-loader": "^7.3.1",
4646
"@graphql-tools/code-file-loader": "^7.3.0",
4747
"@graphql-tools/git-loader": "^7.2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"typescript": ">=3.0.0"
4141
},
4242
"dependencies": {
43-
"@graphql-codegen/plugin-helpers": "^2.6.0",
43+
"@graphql-codegen/plugin-helpers": "^2.6.1",
4444
"common-tags": "^1.8.0",
4545
"lz-string": "^1.4.4",
4646
"graphql-helix": "1.13.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+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- 6a2e328e6: feat(cli): `--verbose` and `--debug` flags
8+
39
## 2.6.0
410

511
### Minor 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": "2.6.0",
3+
"version": "2.6.1",
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
@@ -39,7 +39,7 @@
3939
"@graphql-codegen/add": "3.2.0",
4040
"@graphql-codegen/c-sharp": "4.3.0",
4141
"@graphql-codegen/c-sharp-operations": "2.3.0",
42-
"@graphql-codegen/cli": "2.10.0",
42+
"@graphql-codegen/cli": "2.11.0",
4343
"@graphql-codegen/core": "2.6.0",
4444
"@graphql-codegen/flow": "2.3.2",
4545
"@graphql-codegen/flow-operations": "2.3.2",

0 commit comments

Comments
 (0)