Skip to content

Commit 796ff49

Browse files
chore(release): update monorepo packages versions (#8675)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 62f6554 commit 796ff49

File tree

21 files changed

+99
-35
lines changed

21 files changed

+99
-35
lines changed

.changeset/warm-trainers-shout.md

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

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": "2.15.0",
7-
"@graphql-codegen/typescript": "2.8.2",
8-
"@graphql-codegen/typescript-resolvers": "2.7.7"
7+
"@graphql-codegen/typescript": "2.8.3",
8+
"@graphql-codegen/typescript-resolvers": "2.7.8"
99
},
1010
"dependencies": {
1111
"graphql": "16.6.0",

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

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

3+
## 2.13.3
4+
5+
### Patch Changes
6+
7+
- [#8664](https://github.com/dotansimha/graphql-code-generator/pull/8664) [`62f655452`](https://github.com/dotansimha/graphql-code-generator/commit/62f6554520955dd675e11c920f35ef9bf0aaeffe) Thanks [@jdmoody](https://github.com/jdmoody)! - Fix issue where selection set flattening uses the wrong parent type
8+
39
## 2.13.2
410

511
### Patch 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": "2.13.2",
3+
"version": "2.13.3",
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+
## 2.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`62f655452`](https://github.com/dotansimha/graphql-code-generator/commit/62f6554520955dd675e11c920f35ef9bf0aaeffe)]:
8+
- @graphql-codegen/visitor-plugin-common@2.13.3
9+
310
## 2.3.7
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": "2.3.7",
3+
"version": "2.3.8",
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": "^2.7.2",
17-
"@graphql-codegen/visitor-plugin-common": "2.13.2",
17+
"@graphql-codegen/visitor-plugin-common": "2.13.3",
1818
"auto-bind": "~4.0.0",
1919
"tslib": "~2.4.0"
2020
},

packages/plugins/typescript/gql-tag-operations/CHANGELOG.md

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

3+
## 1.5.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`62f655452`](https://github.com/dotansimha/graphql-code-generator/commit/62f6554520955dd675e11c920f35ef9bf0aaeffe)]:
8+
- @graphql-codegen/visitor-plugin-common@2.13.3
9+
310
## 1.5.8
411

512
### Patch Changes

packages/plugins/typescript/gql-tag-operations/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/gql-tag-operations",
3-
"version": "1.5.8",
3+
"version": "1.5.9",
44
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@graphql-tools/utils": "^8.8.0",
2020
"@graphql-codegen/plugin-helpers": "^2.7.2",
21-
"@graphql-codegen/visitor-plugin-common": "2.13.2",
21+
"@graphql-codegen/visitor-plugin-common": "2.13.3",
2222
"auto-bind": "~4.0.0",
2323
"tslib": "~2.4.0"
2424
},

packages/plugins/typescript/operations/CHANGELOG.md

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

3+
## 2.5.8
4+
5+
### Patch Changes
6+
7+
- [#8664](https://github.com/dotansimha/graphql-code-generator/pull/8664) [`62f655452`](https://github.com/dotansimha/graphql-code-generator/commit/62f6554520955dd675e11c920f35ef9bf0aaeffe) Thanks [@jdmoody](https://github.com/jdmoody)! - Fix issue where selection set flattening uses the wrong parent type
8+
9+
- Updated dependencies [[`62f655452`](https://github.com/dotansimha/graphql-code-generator/commit/62f6554520955dd675e11c920f35ef9bf0aaeffe)]:
10+
- @graphql-codegen/visitor-plugin-common@2.13.3
11+
- @graphql-codegen/typescript@2.8.3
12+
313
## 2.5.7
414

515
### Patch Changes

packages/plugins/typescript/operations/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-operations",
3-
"version": "2.5.7",
3+
"version": "2.5.8",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
55
"repository": {
66
"type": "git",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^2.7.2",
17-
"@graphql-codegen/typescript": "^2.8.2",
18-
"@graphql-codegen/visitor-plugin-common": "2.13.2",
17+
"@graphql-codegen/typescript": "^2.8.3",
18+
"@graphql-codegen/visitor-plugin-common": "2.13.3",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.4.0"
2121
},

0 commit comments

Comments
 (0)