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",