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