From 5d581c2c17c35fc59032a819698ec497b40f4092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 01:07:48 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20v0.16.0-next.3=20(#486)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index eaee23ff5..0cbacd203 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -9,10 +9,12 @@ "changesets": [ "breezy-birds-end", "cool-brooms-shop", + "curly-readers-drive", "fifty-doors-wait", "good-trees-repair", "green-melons-lick", "mean-colts-sleep", + "metal-panthers-smoke", "neat-taxis-help", "nice-items-fly", "ninety-balloons-exercise", diff --git a/CHANGELOG.md b/CHANGELOG.md index f0dd64a80..ac5aa7cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # houdini +## 0.16.0-next.3 + +### Patch Changes + +- [#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 + +* [#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.16.0-next.2 ### Patch Changes diff --git a/package.json b/package.json index 2f528ad00..b6b9e5f4d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "houdini", - "version": "0.16.0-next.2", + "version": "0.16.0-next.3", "description": "The disappearing graphql client for SvelteKit", "type": "module", "bin": "./build/cmd.js",