From 9da577a814283ed653ad56b45d57d460402f9411 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 20:48:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Version=20Packages=20(next)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/pre.json | 1 + packages/houdini-core/CHANGELOG.md | 6 ++++++ packages/houdini-core/package.json | 2 +- packages/houdini/CHANGELOG.md | 6 ++++++ packages/houdini/package.json | 2 +- 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index c8041b280..cf0b12a98 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -56,6 +56,7 @@ "fix-injected-plugins-null-config", "fix-list-filter-object-variables", "fix-mutation-order", + "fix-nested-fragment-argument-values", "fix-pageinfo-updates-direction", "fix-paginated-connection-updates", "fix-pagination-dedupe", diff --git a/packages/houdini-core/CHANGELOG.md b/packages/houdini-core/CHANGELOG.md index 71a711373..4c0dbcae4 100644 --- a/packages/houdini-core/CHANGELOG.md +++ b/packages/houdini-core/CHANGELOG.md @@ -1,5 +1,11 @@ # houdini-core +## 2.0.0-next.28 + +### Patch Changes + +- [#1682](https://github.com/HoudiniGraphql/houdini/pull/1682) [`54505e2`](https://github.com/HoudiniGraphql/houdini/commit/54505e2c594ff56d802e7fcf43522b84c1a861ba) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix nil panic when generating artifacts for fragments with nested @with directives, and make artifact generation deterministic by sorting keys consistently. + ## 2.0.0-next.27 ### Patch Changes diff --git a/packages/houdini-core/package.json b/packages/houdini-core/package.json index 52a7ded4b..c55346178 100644 --- a/packages/houdini-core/package.json +++ b/packages/houdini-core/package.json @@ -1,6 +1,6 @@ { "name": "houdini-core", - "version": "2.0.0-next.27", + "version": "2.0.0-next.28", "description": "The core GraphQL client for Houdini", "keywords": [ "graphql", diff --git a/packages/houdini/CHANGELOG.md b/packages/houdini/CHANGELOG.md index 1b035e595..e092626a0 100644 --- a/packages/houdini/CHANGELOG.md +++ b/packages/houdini/CHANGELOG.md @@ -1,5 +1,11 @@ # houdini +## 2.0.0-next.41 + +### Patch Changes + +- [#1682](https://github.com/HoudiniGraphql/houdini/pull/1682) [`54505e2`](https://github.com/HoudiniGraphql/houdini/commit/54505e2c594ff56d802e7fcf43522b84c1a861ba) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix nil panic when generating artifacts for fragments with nested @with directives, and make artifact generation deterministic by sorting keys consistently. + ## 2.0.0-next.40 ### Patch Changes diff --git a/packages/houdini/package.json b/packages/houdini/package.json index a4473f33f..38bb249ec 100644 --- a/packages/houdini/package.json +++ b/packages/houdini/package.json @@ -1,6 +1,6 @@ { "name": "houdini", - "version": "2.0.0-next.40", + "version": "2.0.0-next.41", "description": "The disappearing GraphQL clients", "keywords": [ "typescript",