From 2577befd767903b7be8b026a362819f796242a0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Sep 2022 05:27:27 +0000 Subject: [PATCH] =?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/breezy-bags-cheer.md | 5 ----- .changeset/happy-walls-battle.md | 5 ----- .changeset/olive-carrots-fry.md | 5 ----- .changeset/pretty-hounds-hide.md | 5 ----- .changeset/red-jokes-invent.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 7 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 .changeset/breezy-bags-cheer.md delete mode 100644 .changeset/happy-walls-battle.md delete mode 100644 .changeset/olive-carrots-fry.md delete mode 100644 .changeset/pretty-hounds-hide.md delete mode 100644 .changeset/red-jokes-invent.md diff --git a/.changeset/breezy-bags-cheer.md b/.changeset/breezy-bags-cheer.md deleted file mode 100644 index 6d267a862..000000000 --- a/.changeset/breezy-bags-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -enhancement - Warn users when endpoint is not present in dev diff --git a/.changeset/happy-walls-battle.md b/.changeset/happy-walls-battle.md deleted file mode 100644 index e962db375..000000000 --- a/.changeset/happy-walls-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -Fix bug when loading queries in a layout file diff --git a/.changeset/olive-carrots-fry.md b/.changeset/olive-carrots-fry.md deleted file mode 100644 index 3d96fa089..000000000 --- a/.changeset/olive-carrots-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -fix - mono repo support diff --git a/.changeset/pretty-hounds-hide.md b/.changeset/pretty-hounds-hide.md deleted file mode 100644 index 70dd45caa..000000000 --- a/.changeset/pretty-hounds-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -Make fragment masking more flexible diff --git a/.changeset/red-jokes-invent.md b/.changeset/red-jokes-invent.md deleted file mode 100644 index 6efba2e46..000000000 --- a/.changeset/red-jokes-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -fix - init cmd, vite.config.ts generated file diff --git a/CHANGELOG.md b/CHANGELOG.md index ceecb2339..ccf307202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # houdini +## 0.16.2 + +### Patch Changes + +- [#540](https://github.com/HoudiniGraphql/houdini/pull/540) [`8addece`](https://github.com/HoudiniGraphql/houdini/commit/8addecef1063dfe7d48f539d1c9f6b72949d7fd2) Thanks [@jycouet](https://github.com/jycouet)! - enhancement - Warn users when endpoint is not present in dev + +* [#542](https://github.com/HoudiniGraphql/houdini/pull/542) [`3697e33`](https://github.com/HoudiniGraphql/houdini/commit/3697e33ec644f87f13878b74413b507843d90325) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix bug when loading queries in a layout file + +- [#539](https://github.com/HoudiniGraphql/houdini/pull/539) [`a7d4c2e`](https://github.com/HoudiniGraphql/houdini/commit/a7d4c2e9f650b86f8e19833079c286a64f807d2a) Thanks [@jycouet](https://github.com/jycouet)! - fix - mono repo support + +* [#534](https://github.com/HoudiniGraphql/houdini/pull/534) [`599fc3c`](https://github.com/HoudiniGraphql/houdini/commit/599fc3c9dc7843c40ab25b4c4763e1b3ed9df6c7) Thanks [@fehnomenal](https://github.com/fehnomenal)! - Make fragment masking more flexible + +- [#537](https://github.com/HoudiniGraphql/houdini/pull/537) [`191c775`](https://github.com/HoudiniGraphql/houdini/commit/191c7750a33b11cdbc8f5e7b9719641d5b0a21c5) Thanks [@jycouet](https://github.com/jycouet)! - fix - init cmd, vite.config.ts generated file + ## 0.16.1 ### Patch Changes diff --git a/package.json b/package.json index 28c915412..1e0a682c3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "houdini", - "version": "0.16.1", + "version": "0.16.2", "description": "The disappearing graphql client for SvelteKit", "type": "module", "bin": "./build/cmd.js",