Skip to content

Commit

Permalink
πŸ“¦ v0.18.0 (#743)
Browse files Browse the repository at this point in the history
* πŸ“¦ v0.18.0

* update changelogs

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 Dec 14, 2022
1 parent 03207e9 commit f107a0e
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 43 deletions.
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

2 comments on commit f107a0e

@vercel
Copy link

@vercel vercel bot commented on f107a0e Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f107a0e Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-next – ./site

docs-next-git-main-houdinigraphql.vercel.app
docs-next-houdinigraphql.vercel.app
docs-next-kohl.vercel.app

Please sign in to comment.