Skip to content

Commit 0ada1c4

Browse files
chore(release): update monorepo packages versions (#10919)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6a3b734 commit 0ada1c4

7 files changed

Lines changed: 39 additions & 10 deletions

File tree

.changeset/huge-ghosts-follow.md

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

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

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

3+
## 7.2.5
4+
5+
### Patch Changes
6+
7+
- [#10918](https://github.com/dotansimha/graphql-code-generator/pull/10918)
8+
[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix union and conditional directives
10+
resulting in no field types
11+
312
## 7.2.4
413

514
### 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": "7.2.4",
3+
"version": "7.2.5",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/typescript/operations/CHANGELOG.md

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

3+
## 6.1.6
4+
5+
### Patch Changes
6+
7+
- [#10918](https://github.com/dotansimha/graphql-code-generator/pull/10918)
8+
[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix union and conditional directives
10+
resulting in no field types
11+
12+
- Updated dependencies
13+
[[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)]:
14+
- @graphql-codegen/visitor-plugin-common@7.2.5
15+
316
## 6.1.5
417

518
### Patch Changes

packages/plugins/typescript/operations/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/typescript-operations",
3-
"version": "6.1.5",
3+
"version": "6.1.6",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
66
"repository": {

packages/presets/client/CHANGELOG.md

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

3+
## 6.1.3
4+
5+
### Patch Changes
6+
7+
- [#10918](https://github.com/dotansimha/graphql-code-generator/pull/10918)
8+
[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix union and conditional directives
10+
resulting in no field types
11+
12+
- Updated dependencies
13+
[[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)]:
14+
- @graphql-codegen/visitor-plugin-common@7.2.5
15+
- @graphql-codegen/typescript-operations@6.1.6
16+
317
## 6.1.2
418

519
### Patch Changes

packages/presets/client/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/client-preset",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"type": "module",
55
"description": "GraphQL Code Generator preset for client.",
66
"repository": {

0 commit comments

Comments
 (0)