Skip to content

Commit

Permalink
📦 v0.16.0-next.4 (next) (#491)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 28, 2022
1 parent fea1bbf commit 5d33bbd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
]
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5d33bbd

Please sign in to comment.