From 6bdbcab54e4275fd0203354c6aeaf164f26de269 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Feb 2025 13:13:51 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/weak-lions-occur.md | 5 ----- .changeset/witty-tables-join.md | 5 ----- packages/plugins/other/fragment-matcher/CHANGELOG.md | 6 ++++++ packages/plugins/other/fragment-matcher/package.json | 2 +- packages/presets/client/CHANGELOG.md | 6 ++++++ packages/presets/client/package.json | 2 +- website/package.json | 4 ++-- 7 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 .changeset/weak-lions-occur.md delete mode 100644 .changeset/witty-tables-join.md diff --git a/.changeset/weak-lions-occur.md b/.changeset/weak-lions-occur.md deleted file mode 100644 index 26291c9e429..00000000000 --- a/.changeset/weak-lions-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-codegen/client-preset': patch ---- - -fix `onlyEnums` passthrough in client-preset diff --git a/.changeset/witty-tables-join.md b/.changeset/witty-tables-join.md deleted file mode 100644 index 4fb0b072284..00000000000 --- a/.changeset/witty-tables-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-codegen/fragment-matcher': minor ---- - -Add new flag to make the fragment matcher results deterministic diff --git a/packages/plugins/other/fragment-matcher/CHANGELOG.md b/packages/plugins/other/fragment-matcher/CHANGELOG.md index 62c9b22ced8..7eee55e2119 100644 --- a/packages/plugins/other/fragment-matcher/CHANGELOG.md +++ b/packages/plugins/other/fragment-matcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-codegen/fragment-matcher +## 5.1.0 + +### Minor Changes + +- [#10214](https://github.com/dotansimha/graphql-code-generator/pull/10214) [`81b20f5`](https://github.com/dotansimha/graphql-code-generator/commit/81b20f5ab35bf73e7797580ba22c910aecdeddbd) Thanks [@tgandrews](https://github.com/tgandrews)! - Add new flag to make the fragment matcher results deterministic + ## 5.0.2 ### Patch Changes diff --git a/packages/plugins/other/fragment-matcher/package.json b/packages/plugins/other/fragment-matcher/package.json index 2f688d40e70..4fa6e3ef518 100644 --- a/packages/plugins/other/fragment-matcher/package.json +++ b/packages/plugins/other/fragment-matcher/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/fragment-matcher", - "version": "5.0.2", + "version": "5.1.0", "description": "graphql-code-generate plugin for generating fragments matcher introspection file", "repository": { "type": "git", diff --git a/packages/presets/client/CHANGELOG.md b/packages/presets/client/CHANGELOG.md index 43abb3cd846..42fd225bbea 100644 --- a/packages/presets/client/CHANGELOG.md +++ b/packages/presets/client/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-codegen/client-preset +## 4.6.2 + +### Patch Changes + +- [#10280](https://github.com/dotansimha/graphql-code-generator/pull/10280) [`6da52a3`](https://github.com/dotansimha/graphql-code-generator/commit/6da52a3248c0ac9ef32140d130ac3da6fcaa1445) Thanks [@konomae](https://github.com/konomae)! - fix `onlyEnums` passthrough in client-preset + ## 4.6.1 ### Patch Changes diff --git a/packages/presets/client/package.json b/packages/presets/client/package.json index 9fc37553190..d141ced4a54 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.1", + "version": "4.6.2", "description": "GraphQL Code Generator preset for client.", "repository": { "type": "git", diff --git a/website/package.json b/website/package.json index 2b7ccb9bb21..2bff982e929 100644 --- a/website/package.json +++ b/website/package.json @@ -27,13 +27,13 @@ "@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.1", + "@graphql-codegen/client-preset": "4.6.2", "@graphql-codegen/core": "4.0.2", "@graphql-codegen/flow": "2.3.6", "@graphql-codegen/flow-operations": "2.3.6", "@graphql-codegen/flow-resolvers": "2.4.4", "@graphql-codegen/flutter-freezed": "^3.0.1", - "@graphql-codegen/fragment-matcher": "5.0.2", + "@graphql-codegen/fragment-matcher": "5.1.0", "@graphql-codegen/hasura-allow-list": "2.0.0", "@graphql-codegen/import-types-preset": "2.2.6", "@graphql-codegen/introspection": "4.0.3",