diff --git a/.changeset/huge-ghosts-follow.md b/.changeset/huge-ghosts-follow.md deleted file mode 100644 index 5d4dac872f5..00000000000 --- a/.changeset/huge-ghosts-follow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphql-codegen/visitor-plugin-common': patch -'@graphql-codegen/typescript-operations': patch -'@graphql-codegen/client-preset': patch ---- - -Fix union and conditional directives resulting in no field types diff --git a/packages/plugins/other/visitor-plugin-common/CHANGELOG.md b/packages/plugins/other/visitor-plugin-common/CHANGELOG.md index dc1c68a3516..9de987a0c8f 100644 --- a/packages/plugins/other/visitor-plugin-common/CHANGELOG.md +++ b/packages/plugins/other/visitor-plugin-common/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-codegen/visitor-plugin-common +## 7.2.5 + +### Patch Changes + +- [#10918](https://github.com/dotansimha/graphql-code-generator/pull/10918) + [`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352) + Thanks [@eddeee888](https://github.com/eddeee888)! - Fix union and conditional directives + resulting in no field types + ## 7.2.4 ### Patch Changes diff --git a/packages/plugins/other/visitor-plugin-common/package.json b/packages/plugins/other/visitor-plugin-common/package.json index 66667eeb929..5867c5585b8 100644 --- a/packages/plugins/other/visitor-plugin-common/package.json +++ b/packages/plugins/other/visitor-plugin-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/visitor-plugin-common", - "version": "7.2.4", + "version": "7.2.5", "type": "module", "repository": { "type": "git", diff --git a/packages/plugins/typescript/operations/CHANGELOG.md b/packages/plugins/typescript/operations/CHANGELOG.md index a86e63fd561..0b0af85613e 100644 --- a/packages/plugins/typescript/operations/CHANGELOG.md +++ b/packages/plugins/typescript/operations/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-codegen/typescript-operations +## 6.1.6 + +### Patch Changes + +- [#10918](https://github.com/dotansimha/graphql-code-generator/pull/10918) + [`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352) + Thanks [@eddeee888](https://github.com/eddeee888)! - Fix union and conditional directives + resulting in no field types + +- Updated dependencies + [[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)]: + - @graphql-codegen/visitor-plugin-common@7.2.5 + ## 6.1.5 ### Patch Changes diff --git a/packages/plugins/typescript/operations/package.json b/packages/plugins/typescript/operations/package.json index 95f6b0d3591..c3277550587 100644 --- a/packages/plugins/typescript/operations/package.json +++ b/packages/plugins/typescript/operations/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-operations", - "version": "6.1.5", + "version": "6.1.6", "type": "module", "description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments", "repository": { diff --git a/packages/presets/client/CHANGELOG.md b/packages/presets/client/CHANGELOG.md index 02853da31bf..20ae38be8b6 100644 --- a/packages/presets/client/CHANGELOG.md +++ b/packages/presets/client/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-codegen/client-preset +## 6.1.3 + +### Patch Changes + +- [#10918](https://github.com/dotansimha/graphql-code-generator/pull/10918) + [`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352) + Thanks [@eddeee888](https://github.com/eddeee888)! - Fix union and conditional directives + resulting in no field types + +- Updated dependencies + [[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)]: + - @graphql-codegen/visitor-plugin-common@7.2.5 + - @graphql-codegen/typescript-operations@6.1.6 + ## 6.1.2 ### Patch Changes diff --git a/packages/presets/client/package.json b/packages/presets/client/package.json index 0e0340ea6f0..f537b7899cb 100644 --- a/packages/presets/client/package.json +++ b/packages/presets/client/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/client-preset", - "version": "6.1.2", + "version": "6.1.3", "type": "module", "description": "GraphQL Code Generator preset for client.", "repository": {