Skip to content

Commit 83a586a

Browse files
chore(release): update monorepo packages versions (#9847)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eea2470 commit 83a586a

File tree

27 files changed

+124
-57
lines changed

27 files changed

+124
-57
lines changed

.changeset/@graphql-codegen_testing-9627-dependencies.md

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

.changeset/@graphql-codegen_testing-9851-dependencies.md

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

.changeset/lazy-laws-brake.md

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

.changeset/mighty-doors-stare.md

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

examples/programmatic-typescript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
"@graphql-codegen/core": "4.0.2",
1414
"@graphql-codegen/plugin-helpers": "5.0.3",
15-
"@graphql-codegen/typed-document-node": "5.0.5",
16-
"@graphql-codegen/typescript": "4.0.5",
17-
"@graphql-codegen/typescript-operations": "4.1.3",
18-
"@graphql-codegen/typescript-resolvers": "4.0.5",
15+
"@graphql-codegen/typed-document-node": "5.0.6",
16+
"@graphql-codegen/typescript": "4.0.6",
17+
"@graphql-codegen/typescript-operations": "4.2.0",
18+
"@graphql-codegen/typescript-resolvers": "4.0.6",
1919
"@graphql-tools/graphql-file-loader": "8.0.0",
2020
"@graphql-tools/load": "8.0.1",
2121
"@graphql-tools/schema": "10.0.2",

examples/typescript-resolvers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"devDependencies": {
66
"@graphql-codegen/cli": "5.0.2",
7-
"@graphql-codegen/typescript": "4.0.5",
8-
"@graphql-codegen/typescript-resolvers": "4.0.5"
7+
"@graphql-codegen/typescript": "4.0.6",
8+
"@graphql-codegen/typescript-resolvers": "4.0.6"
99
},
1010
"dependencies": {
1111
"graphql": "16.8.0",

packages/plugins/other/visitor-plugin-common/CHANGELOG.md

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

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#9652](https://github.com/dotansimha/graphql-code-generator/pull/9652) [`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53) Thanks [@gmurphey](https://github.com/gmurphey)! - Added allowUndefinedQueryVariables as config option
8+
9+
### Patch Changes
10+
11+
- [#9842](https://github.com/dotansimha/graphql-code-generator/pull/9842) [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d) Thanks [@henryqdineen](https://github.com/henryqdineen)! - properly handle aliased conditionals
12+
313
## 5.0.0
414

515
### Major Changes

packages/plugins/other/visitor-plugin-common/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/visitor-plugin-common",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/plugins/typescript/document-nodes/CHANGELOG.md

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

3+
## 4.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53), [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d)]:
8+
- @graphql-codegen/visitor-plugin-common@5.1.0
9+
310
## 4.0.5
411

512
### Patch Changes

packages/plugins/typescript/document-nodes/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/typescript-document-nodes",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^5.0.3",
17-
"@graphql-codegen/visitor-plugin-common": "5.0.0",
17+
"@graphql-codegen/visitor-plugin-common": "5.1.0",
1818
"auto-bind": "~4.0.0",
1919
"tslib": "~2.6.0"
2020
},

0 commit comments

Comments
 (0)