From 62dd4c7a65454a29cbd180b7ed29b2b0817f4e85 Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:51:03 +0100 Subject: [PATCH] Upcoming Release Changes (#10273) Co-authored-by: github-actions[bot] --- .changeset/olive-geckos-relax.md | 5 ----- .../plugins/typescript/gql-tag-operations/CHANGELOG.md | 6 ++++++ .../plugins/typescript/gql-tag-operations/package.json | 2 +- packages/presets/client/CHANGELOG.md | 7 +++++++ packages/presets/client/package.json | 4 ++-- website/package.json | 2 +- 6 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 .changeset/olive-geckos-relax.md diff --git a/.changeset/olive-geckos-relax.md b/.changeset/olive-geckos-relax.md deleted file mode 100644 index 8c7c3c0cf0b..00000000000 --- a/.changeset/olive-geckos-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-codegen/gql-tag-operations": patch ---- - -Have gql-tag-operations generate the type for document registry diff --git a/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md b/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md index a615b8a7bd5..b68ab8bfac1 100644 --- a/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md +++ b/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-codegen/gql-tag-operations +## 4.0.14 + +### Patch Changes + +- [#10192](https://github.com/dotansimha/graphql-code-generator/pull/10192) [`ec07018`](https://github.com/dotansimha/graphql-code-generator/commit/ec070189a1a3c4d41f2457b56a68b506c81f28ba) Thanks [@brianhuang822](https://github.com/brianhuang822)! - Have gql-tag-operations generate the type for document registry + ## 4.0.13 ### Patch Changes diff --git a/packages/plugins/typescript/gql-tag-operations/package.json b/packages/plugins/typescript/gql-tag-operations/package.json index 5414319529f..ad954311dbe 100644 --- a/packages/plugins/typescript/gql-tag-operations/package.json +++ b/packages/plugins/typescript/gql-tag-operations/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/gql-tag-operations", - "version": "4.0.13", + "version": "4.0.14", "description": "GraphQL Code Generator plugin for generating a typed gql tag function", "repository": { "type": "git", diff --git a/packages/presets/client/CHANGELOG.md b/packages/presets/client/CHANGELOG.md index a4b78267896..43abb3cd846 100644 --- a/packages/presets/client/CHANGELOG.md +++ b/packages/presets/client/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-codegen/client-preset +## 4.6.1 + +### Patch Changes + +- Updated dependencies [[`ec07018`](https://github.com/dotansimha/graphql-code-generator/commit/ec070189a1a3c4d41f2457b56a68b506c81f28ba)]: + - @graphql-codegen/gql-tag-operations@4.0.14 + ## 4.6.0 ### Minor Changes diff --git a/packages/presets/client/package.json b/packages/presets/client/package.json index df5fef4ee49..9fc37553190 100644 --- a/packages/presets/client/package.json +++ b/packages/presets/client/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/client-preset", - "version": "4.6.0", + "version": "4.6.1", "description": "GraphQL Code Generator preset for client.", "repository": { "type": "git", @@ -23,7 +23,7 @@ "@graphql-codegen/typed-document-node": "^5.0.13", "@graphql-codegen/typescript": "^4.1.3", "@graphql-codegen/typescript-operations": "^4.4.1", - "@graphql-codegen/gql-tag-operations": "4.0.13", + "@graphql-codegen/gql-tag-operations": "4.0.14", "@graphql-codegen/plugin-helpers": "^5.1.0", "@graphql-codegen/visitor-plugin-common": "^5.6.1", "@graphql-typed-document-node/core": "3.2.0", diff --git a/website/package.json b/website/package.json index be4ca1dd29d..2b7ccb9bb21 100644 --- a/website/package.json +++ b/website/package.json @@ -27,7 +27,7 @@ "@graphql-codegen/c-sharp": "4.3.1", "@graphql-codegen/c-sharp-operations": "2.3.1", "@graphql-codegen/cli": "5.0.4", - "@graphql-codegen/client-preset": "4.6.0", + "@graphql-codegen/client-preset": "4.6.1", "@graphql-codegen/core": "4.0.2", "@graphql-codegen/flow": "2.3.6", "@graphql-codegen/flow-operations": "2.3.6",