From af9fad15be0072ca93f22c25c8301e12ef98e761 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Jul 2022 20:36:42 +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/chilled-buttons-grow.md | 5 ----- .changeset/cool-games-refuse.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/chilled-buttons-grow.md delete mode 100644 .changeset/cool-games-refuse.md diff --git a/.changeset/chilled-buttons-grow.md b/.changeset/chilled-buttons-grow.md deleted file mode 100644 index a83675e6ae..0000000000 --- a/.changeset/chilled-buttons-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -avoid manipulating scalars with null values diff --git a/.changeset/cool-games-refuse.md b/.changeset/cool-games-refuse.md deleted file mode 100644 index 7ba18eedad..0000000000 --- a/.changeset/cool-games-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -fix bug with incorrect page info type diff --git a/CHANGELOG.md b/CHANGELOG.md index f55e9367b2..0b5ea909f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # houdini +## 0.15.5 + +### Patch Changes + +- [#377](https://github.com/HoudiniGraphql/houdini/pull/377) [`9836c94`](https://github.com/HoudiniGraphql/houdini/commit/9836c94f36a0cba387a86ef31075cf318a5df557) Thanks [@jycouet](https://github.com/jycouet)! - avoid manipulating scalars with null values + +* [#384](https://github.com/HoudiniGraphql/houdini/pull/384) [`0c567cd`](https://github.com/HoudiniGraphql/houdini/commit/0c567cd3c4c9eb44f63e54712582e15837472773) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - fix bug with incorrect page info type + ## 0.15.4 ### Patch Changes diff --git a/package.json b/package.json index fcf5938a7f..9e36b7585a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "houdini", - "version": "0.15.4", + "version": "0.15.5", "description": "The disappearing graphql client for SvelteKit", "workspaces": [ "example",