From 89d07b1afce6178ba4b1891ea21634215c2dc411 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 06:02:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Version=20Packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/spec-compliant-fetch.md | 6 ------ 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, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/spec-compliant-fetch.md diff --git a/.changeset/spec-compliant-fetch.md b/.changeset/spec-compliant-fetch.md deleted file mode 100644 index fff17060d..000000000 --- a/.changeset/spec-compliant-fetch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'houdini-core': patch -'houdini': patch ---- - -The built-in fetch plugin now follows the GraphQL-over-HTTP spec. diff --git a/packages/houdini-core/CHANGELOG.md b/packages/houdini-core/CHANGELOG.md index 78bc200a7..0364a6ffe 100644 --- a/packages/houdini-core/CHANGELOG.md +++ b/packages/houdini-core/CHANGELOG.md @@ -1,5 +1,11 @@ # houdini-core +## 2.0.7 + +### Patch Changes + +- [#1736](https://github.com/HoudiniGraphql/houdini/pull/1736) [`7b5cf3c`](https://github.com/HoudiniGraphql/houdini/commit/7b5cf3cc55bf58fd015a3fb21df88ceae910fb1e) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - The built-in fetch plugin now follows the GraphQL-over-HTTP spec. + ## 2.0.6 ### Patch Changes diff --git a/packages/houdini-core/package.json b/packages/houdini-core/package.json index ebe37b692..78f58ce7e 100644 --- a/packages/houdini-core/package.json +++ b/packages/houdini-core/package.json @@ -1,6 +1,6 @@ { "name": "houdini-core", - "version": "2.0.6", + "version": "2.0.7", "description": "The core GraphQL client for Houdini", "keywords": [ "graphql", diff --git a/packages/houdini/CHANGELOG.md b/packages/houdini/CHANGELOG.md index d28fa83c6..332dd1e42 100644 --- a/packages/houdini/CHANGELOG.md +++ b/packages/houdini/CHANGELOG.md @@ -1,5 +1,11 @@ # houdini +## 2.0.9 + +### Patch Changes + +- [#1736](https://github.com/HoudiniGraphql/houdini/pull/1736) [`7b5cf3c`](https://github.com/HoudiniGraphql/houdini/commit/7b5cf3cc55bf58fd015a3fb21df88ceae910fb1e) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - The built-in fetch plugin now follows the GraphQL-over-HTTP spec. + ## 2.0.8 ### Patch Changes diff --git a/packages/houdini/package.json b/packages/houdini/package.json index a0c8eccad..22c3561d1 100644 --- a/packages/houdini/package.json +++ b/packages/houdini/package.json @@ -1,6 +1,6 @@ { "name": "houdini", - "version": "2.0.8", + "version": "2.0.9", "description": "The disappearing GraphQL clients", "keywords": [ "typescript",