From 5d33bbd67f06b0b2f1bbf0be415c1576b2a728ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 15:12:12 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20v0.16.0-next.4=20(next)=20(#491)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/pre.json | 10 ++++++++-- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 0cbacd2039..90a02a138b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,7 +4,8 @@ "initialVersions": { "houdini": "0.15.8", "integration": "0.0.1", - "site": "0.0.1" + "site": "0.0.1", + "example-kit": "0.13.0" }, "changesets": [ "breezy-birds-end", @@ -13,6 +14,8 @@ "fifty-doors-wait", "good-trees-repair", "green-melons-lick", + "lemon-chefs-smash", + "many-horses-provide", "mean-colts-sleep", "metal-panthers-smoke", "neat-taxis-help", @@ -23,6 +26,9 @@ "slow-planes-sort", "stale-foxes-joke", "swift-ducks-camp", - "ten-pets-mix" + "ten-pets-mix", + "tricky-mangos-brake", + "tricky-schools-rescue", + "twenty-crabs-admire" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5aa7cd64..8b07d0a3fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # houdini +## 0.16.0-next.4 + +### Patch Changes + +- [#495](https://github.com/HoudiniGraphql/houdini/pull/495) [`fea1bbf`](https://github.com/HoudiniGraphql/houdini/commit/fea1bbfbcd6cdd704dee50e602c1bf725f016f1c) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - schemaPollHeaders requires env: prefix to reference environment variable + +* [#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 + +- [#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 + +* [#496](https://github.com/HoudiniGraphql/houdini/pull/496) [`101b543`](https://github.com/HoudiniGraphql/houdini/commit/101b543fd647b7f12fc519044b382129b089f69e) Thanks [@jycouet](https://github.com/jycouet)! - refactoring to use directly vite-plugin-watch-and-run + +- [#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 supress all query errors + ## 0.16.0-next.3 ### Patch Changes diff --git a/package.json b/package.json index 49283526ba..9bbd460e2b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "houdini", - "version": "0.16.0-next.3", + "version": "0.16.0-next.4", "description": "The disappearing graphql client for SvelteKit", "type": "module", "bin": "./build/cmd.js",