Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/spec-compliant-fetch.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/houdini-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# houdini-core

## 2.0.7

### Patch Changes

- [#1736](https://github.com/HoudiniGraphql/houdini/pull/1736) [`7b5cf3c`](https://github.com/HoudiniGraphql/houdini/commit/7b5cf3cc55bf58fd015a3fb21df88ceae910fb1e) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - The built-in fetch plugin now follows the GraphQL-over-HTTP spec.

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-core",
"version": "2.0.6",
"version": "2.0.7",
"description": "The core GraphQL client for Houdini",
"keywords": [
"graphql",
Expand Down
6 changes: 6 additions & 0 deletions packages/houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# houdini

## 2.0.9

### Patch Changes

- [#1736](https://github.com/HoudiniGraphql/houdini/pull/1736) [`7b5cf3c`](https://github.com/HoudiniGraphql/houdini/commit/7b5cf3cc55bf58fd015a3fb21df88ceae910fb1e) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - The built-in fetch plugin now follows the GraphQL-over-HTTP spec.

## 2.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini",
"version": "2.0.8",
"version": "2.0.9",
"description": "The disappearing GraphQL clients",
"keywords": [
"typescript",
Expand Down
Loading