Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 Version Update #743

Merged
merged 2 commits into from
Dec 14, 2022
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
5 changes: 0 additions & 5 deletions .changeset/dirty-hounds-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-pigs-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-buckets-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-papayas-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-ants-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-turkeys-double.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wet-gifts-raise.md

This file was deleted.

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

## 0.18.0

### Patch Changes

- Updated dependencies [[`758683f`](https://github.com/HoudiniGraphql/houdini/commit/758683fdf5d28eaf995eae8acb3c03e231f91b56), [`138fddd`](https://github.com/HoudiniGraphql/houdini/commit/138fdddd8be9259e1e095c0077f7d8d498701aca), [`7a34399`](https://github.com/HoudiniGraphql/houdini/commit/7a34399623d978f1ea89ec0a3fcf847893aa48fc), [`ca6b4ec`](https://github.com/HoudiniGraphql/houdini/commit/ca6b4ec1d9906cad9c624c05a8ab4e7487d23900)]:
- [email protected]

## 0.17.14

## 0.17.13
Expand Down
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.14",
"version": "0.18.0",
"private": true,
"description": "The React plugin for houdini",
"keywords": [
Expand Down
21 changes: 21 additions & 0 deletions packages/houdini-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# houdini-svelte

## 0.18.0

### ⚠️ Breaking Changes

- [#752](https://github.com/HoudiniGraphql/houdini/pull/752) [`d1fcc47`](https://github.com/HoudiniGraphql/houdini/commit/d1fcc479791c3477cee4b5fd006c44cd9aab60b9) Thanks [@jycouet](https://github.com/jycouet)! - exported functions now starts with an "\_"

- [#754](https://github.com/HoudiniGraphql/houdini/pull/754) [`ca6b4ec`](https://github.com/HoudiniGraphql/houdini/commit/ca6b4ec1d9906cad9c624c05a8ab4e7487d23900) Thanks [@jycouet](https://github.com/jycouet)! - deprecated usage of parentID in append and prepend
@houdini(load: false) was removed in favor of @manual_load
@houdini(mask: true | false) -> @mask_enable / @mask_disable
config disableMasking is now replaced by defaultFragmentMasking

### 🐛 Fixes

- [#747](https://github.com/HoudiniGraphql/houdini/pull/747) [`7a34399`](https://github.com/HoudiniGraphql/houdini/commit/7a34399623d978f1ea89ec0a3fcf847893aa48fc) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix issue when working with unions and interfaces

### ✨ Features

- [#738](https://github.com/HoudiniGraphql/houdini/pull/738) [`758683f`](https://github.com/HoudiniGraphql/houdini/commit/758683fdf5d28eaf995eae8acb3c03e231f91b56) Thanks [@jycouet](https://github.com/jycouet)! - client path is now optional and defaults to ./src/client

- [#746](https://github.com/HoudiniGraphql/houdini/pull/746) [`e07c090`](https://github.com/HoudiniGraphql/houdini/commit/e07c0902f02495ecd9872f9488864294d58d80f5) Thanks [@524c](https://github.com/524c)! - Only generate route types if there are page files present

## 0.17.14

### 🐛 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.14",
"version": "0.18.0",
"description": "The svelte plugin for houdini",
"keywords": [
"typescript",
Expand Down
19 changes: 19 additions & 0 deletions packages/houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# houdini

## 0.18.0

### ⚠️ Breaking Changes

- [#754](https://github.com/HoudiniGraphql/houdini/pull/754) [`ca6b4ec`](https://github.com/HoudiniGraphql/houdini/commit/ca6b4ec1d9906cad9c624c05a8ab4e7487d23900) Thanks [@jycouet](https://github.com/jycouet)! - deprecated usage of parentID in append and prepend
@houdini(load: false) was removed in favor of @manual_load
@houdini(mask: true | false) -> @mask_enable / @mask_disable
config disableMasking is now replaced by defaultFragmentMasking

### 🐛 Fixes

- [#747](https://github.com/HoudiniGraphql/houdini/pull/747) [`7a34399`](https://github.com/HoudiniGraphql/houdini/commit/7a34399623d978f1ea89ec0a3fcf847893aa48fc) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix issue when working with unions and interfaces

- [#732](https://github.com/HoudiniGraphql/houdini/pull/732) [`138fddd`](https://github.com/HoudiniGraphql/houdini/commit/138fdddd8be9259e1e095c0077f7d8d498701aca) Thanks [@janvotava](https://github.com/janvotava)! - Do not delay app start by 2 schema pulls

### ✨ Features

- [#738](https://github.com/HoudiniGraphql/houdini/pull/738) [`758683f`](https://github.com/HoudiniGraphql/houdini/commit/758683fdf5d28eaf995eae8acb3c03e231f91b56) Thanks [@jycouet](https://github.com/jycouet)! - apiUrl can now take environment variable

## 0.17.14

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