diff --git a/packages/plugins/other/visitor-plugin-common/CHANGELOG.md b/packages/plugins/other/visitor-plugin-common/CHANGELOG.md index 8a6c8d4f836..dc1c68a3516 100644 --- a/packages/plugins/other/visitor-plugin-common/CHANGELOG.md +++ b/packages/plugins/other/visitor-plugin-common/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-codegen/visitor-plugin-common +## 7.2.4 + +### Patch Changes + +- [#10916](https://github.com/dotansimha/graphql-code-generator/pull/10916) + [`d95d378`](https://github.com/dotansimha/graphql-code-generator/commit/d95d37884c8d74e7462b752c56f56ea24df56d11) + Thanks [@eddeee888](https://github.com/eddeee888)! - Revert Partial handling when conditional + fragment and fragment masking are used + + This is causing all masked fields to be optional due to how function type override works. + ## 7.2.3 ### Patch Changes diff --git a/packages/plugins/other/visitor-plugin-common/package.json b/packages/plugins/other/visitor-plugin-common/package.json index 556d5d50384..66667eeb929 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.3", + "version": "7.2.4", "type": "module", "repository": { "type": "git", diff --git a/packages/presets/client/CHANGELOG.md b/packages/presets/client/CHANGELOG.md index 8736abc8c08..02853da31bf 100644 --- a/packages/presets/client/CHANGELOG.md +++ b/packages/presets/client/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-codegen/client-preset +## 6.1.2 + +### Patch Changes + +- [#10916](https://github.com/dotansimha/graphql-code-generator/pull/10916) + [`d95d378`](https://github.com/dotansimha/graphql-code-generator/commit/d95d37884c8d74e7462b752c56f56ea24df56d11) + Thanks [@eddeee888](https://github.com/eddeee888)! - Revert Partial handling when conditional + fragment and fragment masking are used + + This is causing all masked fields to be optional due to how function type override works. + +- Updated dependencies + [[`d95d378`](https://github.com/dotansimha/graphql-code-generator/commit/d95d37884c8d74e7462b752c56f56ea24df56d11)]: + - @graphql-codegen/visitor-plugin-common@7.2.4 + ## 6.1.1 ### Patch Changes diff --git a/packages/presets/client/package.json b/packages/presets/client/package.json index 5b626be03ad..0e0340ea6f0 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.1", + "version": "6.1.2", "type": "module", "description": "GraphQL Code Generator preset for client.", "repository": {