From d939904a06338c8b78e1800b0a75aa8f3f417f6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 15:20:41 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20v0.16.0-next.2=20(#484)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 20b265ab3f..eaee23ff51 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -19,6 +19,7 @@ "quick-meals-smell", "silent-pandas-design", "slow-planes-sort", + "stale-foxes-joke", "swift-ducks-camp", "ten-pets-mix" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index fd49290029..f0dd64a80b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # houdini +## 0.16.0-next.2 + +### Patch Changes + +- [#483](https://github.com/HoudiniGraphql/houdini/pull/483) [`a69138a`](https://github.com/HoudiniGraphql/houdini/commit/a69138ae2908b0517cdbfe8b544b634e6f96df53) Thanks [@jycouet](https://github.com/jycouet)! - fix: check field existence before @list directive to have better error msg + ## 0.16.0-next.1 ### Patch Changes diff --git a/package.json b/package.json index beb6df701b..269e6f794b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "houdini", - "version": "0.16.0-next.1", + "version": "0.16.0-next.2", "description": "The disappearing graphql client for SvelteKit", "type": "module", "bin": "./build/cmd.js",