From f248bb96ad95029208a8e97d5914daa8020f11ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Dec 2024 16:42:58 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=A6=20v{VERSION}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/fluffy-lamps-provide.md | 5 ----- .changeset/happy-items-smell.md | 7 ------- .changeset/spicy-masks-care.md | 8 -------- .changeset/thin-worms-check.md | 5 ----- packages/adapter-auto/CHANGELOG.md | 7 +++++++ packages/adapter-auto/package.json | 2 +- packages/adapter-cloudflare/CHANGELOG.md | 7 +++++++ packages/adapter-cloudflare/package.json | 2 +- packages/adapter-node/CHANGELOG.md | 7 +++++++ packages/adapter-node/package.json | 2 +- packages/adapter-static/CHANGELOG.md | 11 +++++++++++ packages/adapter-static/package.json | 2 +- packages/houdini-react/CHANGELOG.md | 13 +++++++++++++ packages/houdini-react/package.json | 2 +- packages/houdini-svelte/CHANGELOG.md | 13 +++++++++++++ packages/houdini-svelte/package.json | 2 +- packages/houdini/CHANGELOG.md | 14 ++++++++++++++ packages/houdini/package.json | 2 +- packages/plugin-svelte-global-stores/CHANGELOG.md | 8 ++++++++ packages/plugin-svelte-global-stores/package.json | 2 +- 20 files changed, 88 insertions(+), 33 deletions(-) delete mode 100644 .changeset/fluffy-lamps-provide.md delete mode 100644 .changeset/happy-items-smell.md delete mode 100644 .changeset/spicy-masks-care.md delete mode 100644 .changeset/thin-worms-check.md diff --git a/.changeset/fluffy-lamps-provide.md b/.changeset/fluffy-lamps-provide.md deleted file mode 100644 index 8bc10aa93..000000000 --- a/.changeset/fluffy-lamps-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -Throw the semantic HTTP error code and message when receiving a non-JSON error response from the server diff --git a/.changeset/happy-items-smell.md b/.changeset/happy-items-smell.md deleted file mode 100644 index 6172377ae..000000000 --- a/.changeset/happy-items-smell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'houdini-svelte': minor -'houdini-react': minor -'houdini': minor ---- - -Add support for vite 6 diff --git a/.changeset/spicy-masks-care.md b/.changeset/spicy-masks-care.md deleted file mode 100644 index c30005aff..000000000 --- a/.changeset/spicy-masks-care.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'houdini-adapter-static': minor -'houdini-svelte': minor -'houdini-react': minor -'houdini': minor ---- - -Added support for configuring Houdini's output directory diff --git a/.changeset/thin-worms-check.md b/.changeset/thin-worms-check.md deleted file mode 100644 index b69f56901..000000000 --- a/.changeset/thin-worms-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -Add match argument to dedupe directive diff --git a/packages/adapter-auto/CHANGELOG.md b/packages/adapter-auto/CHANGELOG.md index 4639e0291..2e8ddba65 100644 --- a/packages/adapter-auto/CHANGELOG.md +++ b/packages/adapter-auto/CHANGELOG.md @@ -1,5 +1,12 @@ # houdini-adapter-auto +## 1.2.67 + +### Patch Changes + +- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]: + - houdini@1.4.0 + ## 1.2.66 ### Patch Changes diff --git a/packages/adapter-auto/package.json b/packages/adapter-auto/package.json index b0b63cf71..ce6d6c129 100644 --- a/packages/adapter-auto/package.json +++ b/packages/adapter-auto/package.json @@ -1,6 +1,6 @@ { "name": "houdini-adapter-auto", - "version": "1.2.66", + "version": "1.2.67", "description": "An adapter for deploying your Houdini application according to the build environment ", "keywords": [ "houdini", diff --git a/packages/adapter-cloudflare/CHANGELOG.md b/packages/adapter-cloudflare/CHANGELOG.md index eb9cfb22c..02307bc0b 100644 --- a/packages/adapter-cloudflare/CHANGELOG.md +++ b/packages/adapter-cloudflare/CHANGELOG.md @@ -1,5 +1,12 @@ # houdini-adapter-cloudflare +## 1.2.67 + +### Patch Changes + +- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]: + - houdini@1.4.0 + ## 1.2.66 ### Patch Changes diff --git a/packages/adapter-cloudflare/package.json b/packages/adapter-cloudflare/package.json index b075a4d0b..a2cbe36b7 100644 --- a/packages/adapter-cloudflare/package.json +++ b/packages/adapter-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "houdini-adapter-cloudflare", - "version": "1.2.66", + "version": "1.2.67", "description": "The adapter for deploying your Houdini application to Cloudflare Pages", "keywords": [ "houdini", diff --git a/packages/adapter-node/CHANGELOG.md b/packages/adapter-node/CHANGELOG.md index 268a1eb32..a9a07a919 100644 --- a/packages/adapter-node/CHANGELOG.md +++ b/packages/adapter-node/CHANGELOG.md @@ -1,5 +1,12 @@ # houdini-adapter-node +## 1.2.67 + +### Patch Changes + +- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]: + - houdini@1.4.0 + ## 1.2.66 ### Patch Changes diff --git a/packages/adapter-node/package.json b/packages/adapter-node/package.json index 9d59f3542..6947ef65b 100644 --- a/packages/adapter-node/package.json +++ b/packages/adapter-node/package.json @@ -1,6 +1,6 @@ { "name": "houdini-adapter-node", - "version": "1.2.66", + "version": "1.2.67", "description": "The adapter for deploying your Houdini application as a standalone node server", "keywords": [ "houdini", diff --git a/packages/adapter-static/CHANGELOG.md b/packages/adapter-static/CHANGELOG.md index bd4a59fdb..3d08132d7 100644 --- a/packages/adapter-static/CHANGELOG.md +++ b/packages/adapter-static/CHANGELOG.md @@ -1,5 +1,16 @@ # houdini-adapter-static +## 1.3.0 + +### Minor Changes + +- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory + +### Patch Changes + +- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]: + - houdini@1.4.0 + ## 1.2.66 ### Patch Changes diff --git a/packages/adapter-static/package.json b/packages/adapter-static/package.json index 4b7f79ecf..55e4637f5 100644 --- a/packages/adapter-static/package.json +++ b/packages/adapter-static/package.json @@ -1,6 +1,6 @@ { "name": "houdini-adapter-static", - "version": "1.2.66", + "version": "1.3.0", "description": "The adapter for deploying your Houdini application as a single-page application without a server component", "keywords": [ "houdini", diff --git a/packages/houdini-react/CHANGELOG.md b/packages/houdini-react/CHANGELOG.md index 2cad8be7e..37e23905f 100644 --- a/packages/houdini-react/CHANGELOG.md +++ b/packages/houdini-react/CHANGELOG.md @@ -1,5 +1,18 @@ # houdini-react +## 1.3.0 + +### Minor Changes + +- [#1402](https://github.com/HoudiniGraphql/houdini/pull/1402) [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46) Thanks [@SeppahBaws](https://github.com/SeppahBaws)! - Add support for vite 6 + +- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory + +### Patch Changes + +- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]: + - houdini@1.4.0 + ## 1.2.66 ### Patch Changes diff --git a/packages/houdini-react/package.json b/packages/houdini-react/package.json index 632d40b54..28df175d6 100644 --- a/packages/houdini-react/package.json +++ b/packages/houdini-react/package.json @@ -1,6 +1,6 @@ { "name": "houdini-react", - "version": "1.2.66", + "version": "1.3.0", "description": "The React plugin for houdini", "keywords": [ "typescript", diff --git a/packages/houdini-svelte/CHANGELOG.md b/packages/houdini-svelte/CHANGELOG.md index 0b4b7847e..249daab8c 100644 --- a/packages/houdini-svelte/CHANGELOG.md +++ b/packages/houdini-svelte/CHANGELOG.md @@ -1,5 +1,18 @@ # houdini-svelte +## 2.1.0 + +### Minor Changes + +- [#1402](https://github.com/HoudiniGraphql/houdini/pull/1402) [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46) Thanks [@SeppahBaws](https://github.com/SeppahBaws)! - Add support for vite 6 + +- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory + +### Patch Changes + +- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]: + - houdini@1.4.0 + ## 2.0.1 ### Patch Changes diff --git a/packages/houdini-svelte/package.json b/packages/houdini-svelte/package.json index 942d05aa2..8cd522117 100644 --- a/packages/houdini-svelte/package.json +++ b/packages/houdini-svelte/package.json @@ -1,6 +1,6 @@ { "name": "houdini-svelte", - "version": "2.0.1", + "version": "2.1.0", "description": "The svelte plugin for houdini", "keywords": [ "typescript", diff --git a/packages/houdini/CHANGELOG.md b/packages/houdini/CHANGELOG.md index 6bf4b7382..84fce4ca2 100644 --- a/packages/houdini/CHANGELOG.md +++ b/packages/houdini/CHANGELOG.md @@ -1,5 +1,19 @@ # houdini +## 1.4.0 + +### Minor Changes + +- [#1402](https://github.com/HoudiniGraphql/houdini/pull/1402) [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46) Thanks [@SeppahBaws](https://github.com/SeppahBaws)! - Add support for vite 6 + +- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory + +### Patch Changes + +- [#1404](https://github.com/HoudiniGraphql/houdini/pull/1404) [`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3) Thanks [@Mtn-View](https://github.com/Mtn-View)! - Throw the semantic HTTP error code and message when receiving a non-JSON error response from the server + +- [#1378](https://github.com/HoudiniGraphql/houdini/pull/1378) [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Add match argument to dedupe directive + ## 1.3.1 ### Patch Changes diff --git a/packages/houdini/package.json b/packages/houdini/package.json index a2eba1ad0..54cbfc38d 100644 --- a/packages/houdini/package.json +++ b/packages/houdini/package.json @@ -1,6 +1,6 @@ { "name": "houdini", - "version": "1.3.1", + "version": "1.4.0", "description": "The disappearing GraphQL clients", "keywords": [ "typescript", diff --git a/packages/plugin-svelte-global-stores/CHANGELOG.md b/packages/plugin-svelte-global-stores/CHANGELOG.md index 9a51368c2..69ed47d2e 100644 --- a/packages/plugin-svelte-global-stores/CHANGELOG.md +++ b/packages/plugin-svelte-global-stores/CHANGELOG.md @@ -1,5 +1,13 @@ # houdini-plugin-svelte-global-stores +## 1.3.2 + +### Patch Changes + +- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]: + - houdini@1.4.0 + - houdini-svelte@2.1.0 + ## 1.3.1 ### Patch Changes diff --git a/packages/plugin-svelte-global-stores/package.json b/packages/plugin-svelte-global-stores/package.json index 229b322f0..a0156c07d 100644 --- a/packages/plugin-svelte-global-stores/package.json +++ b/packages/plugin-svelte-global-stores/package.json @@ -1,6 +1,6 @@ { "name": "houdini-plugin-svelte-global-stores", - "version": "1.3.1", + "version": "1.3.2", "description": "The svelte global store plugin for houdini", "keywords": [ "typescript", From eb598e1e14b1322bf070a44962d3012a4d1b5c62 Mon Sep 17 00:00:00 2001 From: Seppe Dekeyser Date: Fri, 20 Dec 2024 09:49:14 +0100 Subject: [PATCH 2/2] Fix changelogs --- packages/adapter-static/CHANGELOG.md | 2 +- packages/houdini-react/CHANGELOG.md | 4 ++-- packages/houdini-svelte/CHANGELOG.md | 4 ++-- packages/houdini/CHANGELOG.md | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/adapter-static/CHANGELOG.md b/packages/adapter-static/CHANGELOG.md index 3d08132d7..d553825a0 100644 --- a/packages/adapter-static/CHANGELOG.md +++ b/packages/adapter-static/CHANGELOG.md @@ -4,7 +4,7 @@ ### Minor Changes -- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory +- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks @endigma! - Added support for configuring Houdini's output directory ### Patch Changes diff --git a/packages/houdini-react/CHANGELOG.md b/packages/houdini-react/CHANGELOG.md index 37e23905f..94141ca82 100644 --- a/packages/houdini-react/CHANGELOG.md +++ b/packages/houdini-react/CHANGELOG.md @@ -4,9 +4,9 @@ ### Minor Changes -- [#1402](https://github.com/HoudiniGraphql/houdini/pull/1402) [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46) Thanks [@SeppahBaws](https://github.com/SeppahBaws)! - Add support for vite 6 +- [#1402](https://github.com/HoudiniGraphql/houdini/pull/1402) [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46) Thanks @SeppahBaws! - Add support for vite 6 -- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory +- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks @endigma! - Added support for configuring Houdini's output directory ### Patch Changes diff --git a/packages/houdini-svelte/CHANGELOG.md b/packages/houdini-svelte/CHANGELOG.md index 249daab8c..50ba97320 100644 --- a/packages/houdini-svelte/CHANGELOG.md +++ b/packages/houdini-svelte/CHANGELOG.md @@ -4,9 +4,9 @@ ### Minor Changes -- [#1402](https://github.com/HoudiniGraphql/houdini/pull/1402) [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46) Thanks [@SeppahBaws](https://github.com/SeppahBaws)! - Add support for vite 6 +- [#1402](https://github.com/HoudiniGraphql/houdini/pull/1402) [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46) Thanks @SeppahBaws! - Add support for vite 6 -- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory +- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks @endigma! - Added support for configuring Houdini's output directory ### Patch Changes diff --git a/packages/houdini/CHANGELOG.md b/packages/houdini/CHANGELOG.md index 84fce4ca2..4baefb115 100644 --- a/packages/houdini/CHANGELOG.md +++ b/packages/houdini/CHANGELOG.md @@ -4,15 +4,15 @@ ### Minor Changes -- [#1402](https://github.com/HoudiniGraphql/houdini/pull/1402) [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46) Thanks [@SeppahBaws](https://github.com/SeppahBaws)! - Add support for vite 6 +- [#1402](https://github.com/HoudiniGraphql/houdini/pull/1402) [`21316ede`](https://github.com/HoudiniGraphql/houdini/commit/21316ede86e52dbdc3d0de7952385f9cb8307f46) Thanks @SeppahBaws! - Add support for vite 6 -- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory +- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks @endigma! - Added support for configuring Houdini's output directory ### Patch Changes -- [#1404](https://github.com/HoudiniGraphql/houdini/pull/1404) [`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3) Thanks [@Mtn-View](https://github.com/Mtn-View)! - Throw the semantic HTTP error code and message when receiving a non-JSON error response from the server +- [#1404](https://github.com/HoudiniGraphql/houdini/pull/1404) [`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3) Thanks @Mtn-View! - Throw the semantic HTTP error code and message when receiving a non-JSON error response from the server -- [#1378](https://github.com/HoudiniGraphql/houdini/pull/1378) [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Add match argument to dedupe directive +- [#1378](https://github.com/HoudiniGraphql/houdini/pull/1378) [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c) Thanks @AlecAivazis! - Add match argument to dedupe directive ## 1.3.1