From e9a35e19d9f38cfdd8b3bd2bd318c89ed14875e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 22:33:34 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20v0.16.2=20(#538)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📦 v0.16.2 * update changelog Co-authored-by: github-actions[bot] Co-authored-by: Alec Aivazis --- .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 | 36 ++++++++++++++++++++++++-------- package.json | 2 +- 7 files changed, 28 insertions(+), 35 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 6d267a8628..0000000000 --- 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 e962db375c..0000000000 --- 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 3d96fa0891..0000000000 --- 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 70dd45caaf..0000000000 --- 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 6efba2e469..0000000000 --- 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 ceecb23395..984689503a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,24 @@ # houdini +## 0.16.2 + +### ✨ Features + +- [#534](https://github.com/HoudiniGraphql/houdini/pull/534) [`599fc3c`](https://github.com/HoudiniGraphql/houdini/commit/599fc3c9dc7843c40ab25b4c4763e1b3ed9df6c7) Thanks [@fehnomenal](https://github.com/fehnomenal)! - Add ability to control masking for a specific fragment + +### 🐛 Fixes + +- [#540](https://github.com/HoudiniGraphql/houdini/pull/540) [`8addece`](https://github.com/HoudiniGraphql/houdini/commit/8addecef1063dfe7d48f539d1c9f6b72949d7fd2) Thanks [@jycouet](https://github.com/jycouet)! - Warn users when endpoint is not present in dev instead of crashing + +* [#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)! - mono repo support + +- [#537](https://github.com/HoudiniGraphql/houdini/pull/537) [`191c775`](https://github.com/HoudiniGraphql/houdini/commit/191c7750a33b11cdbc8f5e7b9719641d5b0a21c5) Thanks [@jycouet](https://github.com/jycouet)! - init cmd, vite.config.ts generated file + ## 0.16.1 -### Patch Changes +### 🐛 Fixes - [#527](https://github.com/HoudiniGraphql/houdini/pull/527) [`9b87678`](https://github.com/HoudiniGraphql/houdini/commit/9b876789140978c0726ed9a708677c7c75f3e19b) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Update init command to work with latest file template @@ -32,24 +48,26 @@ * [#449](https://github.com/HoudiniGraphql/houdini/pull/449) [`59257d1`](https://github.com/HoudiniGraphql/houdini/commit/59257d1dffa6c1d9d250ba0964c6f1f0c35da048) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - You can now define the prefix of your global stores with globalStorePrefix param in the config. -- [#485](https://github.com/HoudiniGraphql/houdini/pull/485) [`c21942c`](https://github.com/HoudiniGraphql/houdini/commit/c21942c4a364dbaca4008dc0ad8263fdc940da84) Thanks [@jycouet](https://github.com/jycouet)! - fix peerDependencies of houdini, graphql needs to be <16 - -* [#490](https://github.com/HoudiniGraphql/houdini/pull/490) [`71caba7`](https://github.com/HoudiniGraphql/houdini/commit/71caba7c6b23e73754934fd604030f3cd1a9b74b) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - fix generated types for optimistic responses - -- [#487](https://github.com/HoudiniGraphql/houdini/pull/487) [`0544a28`](https://github.com/HoudiniGraphql/houdini/commit/0544a2846125673f2f0e67cb02135554458edfb0) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix issues when rendering kit applications with framework set to "svelte" - * [#508](https://github.com/HoudiniGraphql/houdini/pull/508) [`60ecb33`](https://github.com/HoudiniGraphql/houdini/commit/60ecb333a1396f9aa7244eac2f38741a58e7281f) Thanks [@fehnomenal](https://github.com/fehnomenal)! - added support for sessions * [#449](https://github.com/HoudiniGraphql/houdini/pull/449) [`59257d1`](https://github.com/HoudiniGraphql/houdini/commit/59257d1dffa6c1d9d250ba0964c6f1f0c35da048) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - graphql tags return store references * [#449](https://github.com/HoudiniGraphql/houdini/pull/449) [`59257d1`](https://github.com/HoudiniGraphql/houdini/commit/59257d1dffa6c1d9d250ba0964c6f1f0c35da048) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - add generated typedefs for route functions -- [#523](https://github.com/HoudiniGraphql/houdini/pull/523) [`2c5174c`](https://github.com/HoudiniGraphql/houdini/commit/2c5174c248bf2ae5ee3a8d3a7e910213e859ae2a) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - fix circular import with HoudiniClient - - [#494](https://github.com/HoudiniGraphql/houdini/pull/494) [`5573cfa`](https://github.com/HoudiniGraphql/houdini/commit/5573cfa184d2da322030695044997f5fbf6542bd) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - add onError hook - [#494](https://github.com/HoudiniGraphql/houdini/pull/494) [`5573cfa`](https://github.com/HoudiniGraphql/houdini/commit/5573cfa184d2da322030695044997f5fbf6542bd) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - add `quietQueryError` config value to suppress all query errors +### 🐛 Fixes + +- [#485](https://github.com/HoudiniGraphql/houdini/pull/485) [`c21942c`](https://github.com/HoudiniGraphql/houdini/commit/c21942c4a364dbaca4008dc0ad8263fdc940da84) Thanks [@jycouet](https://github.com/jycouet)! - fix peerDependencies of houdini, graphql needs to be <16 + +- [#523](https://github.com/HoudiniGraphql/houdini/pull/523) [`2c5174c`](https://github.com/HoudiniGraphql/houdini/commit/2c5174c248bf2ae5ee3a8d3a7e910213e859ae2a) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - fix circular import with HoudiniClient + +- [#490](https://github.com/HoudiniGraphql/houdini/pull/490) [`71caba7`](https://github.com/HoudiniGraphql/houdini/commit/71caba7c6b23e73754934fd604030f3cd1a9b74b) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - fix generated types for optimistic responses + +- [#487](https://github.com/HoudiniGraphql/houdini/pull/487) [`0544a28`](https://github.com/HoudiniGraphql/houdini/commit/0544a2846125673f2f0e67cb02135554458edfb0) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix issues when rendering kit applications with framework set to "svelte" + ## 0.15.9 ### Patch Changes diff --git a/package.json b/package.json index 28c9154126..1e0a682c37 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",