Skip to content

Commit

Permalink
📦 v0.17.13 (HoudiniGraphql#722)
Browse files Browse the repository at this point in the history
* 📦 v0.17.13

* tweak changelog

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alec Aivazis <[email protected]>
  • Loading branch information
3 people authored Nov 23, 2022
1 parent 869e636 commit eb740fa
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-papayas-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-dogs-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-lemons-approve.md

This file was deleted.

44 changes: 2 additions & 42 deletions packages/houdini-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,19 @@
# houdini-react

## 0.17.12

### Patch Changes
## 0.17.13

- Updated dependencies []:
- [email protected]
## 0.17.12

## 0.17.11

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.17.10

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.17.9

### Patch Changes

- Updated dependencies [[`6e36775`](https://github.com/HoudiniGraphql/houdini/commit/6e367755d902eca3242519b4c609c0d5bc76f4ff)]:
- [email protected]

## 0.17.8

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.17.7

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.17.6

### Patch Changes

- [#686](https://github.com/HoudiniGraphql/houdini/pull/686) [`f138bff`](https://github.com/HoudiniGraphql/houdini/commit/f138bff8854181da63b545f54462b198794e2bbc) Thanks [@jycouet](https://github.com/jycouet)! - isFetching will switch only when a network call is happening (and starts at true for queries)

- Updated dependencies [[`dc659ef`](https://github.com/HoudiniGraphql/houdini/commit/dc659efe1bc04a6ff98166b4803a50b8761771bb), [`57577ee`](https://github.com/HoudiniGraphql/houdini/commit/57577ee9144d17a5b357bf47abaecdf96a6176f8), [`f138bff`](https://github.com/HoudiniGraphql/houdini/commit/f138bff8854181da63b545f54462b198794e2bbc), [`3986d5e`](https://github.com/HoudiniGraphql/houdini/commit/3986d5e5491565a19fabc440972ef4d95d548e92), [`927146d`](https://github.com/HoudiniGraphql/houdini/commit/927146dd02c239a9e29e5de92271d4c4de16d7e2)]:
- [email protected]

## 0.17.5

### Patch Changes

- Updated dependencies [[`08b3d10`](https://github.com/HoudiniGraphql/houdini/commit/08b3d10c5305c43d457b11f288509e90459c2d0c)]:
- [email protected]
2 changes: 1 addition & 1 deletion packages/houdini-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-react",
"version": "0.17.12",
"version": "0.17.13",
"private": true,
"description": "The React plugin for houdini",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/houdini-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# houdini-svelte

## 0.17.13

### 🐛 Fixes

- [#719](https://github.com/HoudiniGraphql/houdini/pull/719) [`2a54094`](https://github.com/HoudiniGraphql/houdini/commit/2a5409487348fc491af225c524e6b76268db657a) Thanks [@sjcobb2022](https://github.com/sjcobb2022)! - Fixed: BeforeLoadEvent having wrong type

### ✨ Features

- [#717](https://github.com/HoudiniGraphql/houdini/pull/717) [`e4c9896`](https://github.com/HoudiniGraphql/houdini/commit/e4c9896350661029945abb8bb5c4308a90cd6adf) Thanks [@jycouet](https://github.com/jycouet)! - set cached info stores asap, even in fake await scenario

## 0.17.12

### 🐛 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-svelte",
"version": "0.17.12",
"version": "0.17.13",
"description": "The svelte plugin for houdini",
"keywords": [
"typescript",
Expand Down
2 changes: 2 additions & 0 deletions packages/houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# houdini

## 0.17.13

## 0.17.12

## 0.17.11
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": "0.17.12",
"version": "0.17.13",
"description": "The disappearing GraphQL clients",
"keywords": [
"typescript",
Expand Down

0 comments on commit eb740fa

Please sign in to comment.