Skip to content

Commit

Permalink
📦 v0.17.0-next.0 (next) (#607)
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 Oct 21, 2022
1 parent 9141b5c commit 43213fd
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 13 deletions.
28 changes: 17 additions & 11 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"sveltekit": "0.0.1",
"example-kit": "0.13.0",
"scripts": "1.0.0",
"houdini": "0.16.6",
"houdini-svelte": "0.16.6",
"site": "0.0.1"
},
"changesets": []
"mode": "pre",
"tag": "next",
"initialVersions": {
"sveltekit": "0.0.1",
"example-kit": "0.13.0",
"scripts": "1.0.0",
"houdini": "0.16.6",
"houdini-svelte": "0.16.6",
"site": "0.0.1"
},
"changesets": [
"eighty-vans-fail",
"proud-hairs-trade",
"quick-toys-live",
"smart-singers-battle",
"wild-coats-hang"
]
}
17 changes: 17 additions & 0 deletions packages/houdini-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# houdini-svelte

## 0.17.0-next.0

### ⚠️ Breaking Changes

- [#593](https://github.com/HoudiniGraphql/houdini/pull/593) [`c1363fe`](https://github.com/HoudiniGraphql/houdini/commit/c1363fe938ab94281272cad8939b892fd705a803) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Split houdini into two packages: `houdini` and `houdini-svelte`

### ✨ Features

- [#593](https://github.com/HoudiniGraphql/houdini/pull/593) [`c1363fe`](https://github.com/HoudiniGraphql/houdini/commit/c1363fe938ab94281272cad8939b892fd705a803) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Adding layout.gql special file

- [#610](https://github.com/HoudiniGraphql/houdini/pull/610) [`3168f7d`](https://github.com/HoudiniGraphql/houdini/commit/3168f7dffd06f5074d08652d2d2c459377bc73d6) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Generate variable function definitions for non-route queries

### 🐛 Fixes

- [#613](https://github.com/HoudiniGraphql/houdini/pull/613) [`eb3ffe1`](https://github.com/HoudiniGraphql/houdini/commit/eb3ffe1fbf14180210464863cb7e2ca29892a1fe) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Avoid unnecessary data prop being added to route
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.16.6",
"version": "0.17.0-next.0",
"description": "The svelte plugin for houdini",
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# houdini

## 0.17.0-next.0

### ⚠️ Breaking Changes

- [#593](https://github.com/HoudiniGraphql/houdini/pull/593) [`c1363fe`](https://github.com/HoudiniGraphql/houdini/commit/c1363fe938ab94281272cad8939b892fd705a803) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Split houdini into two packages: `houdini` and `houdini-svelte`. For more information on migrating your project, please visit the [release notes](https://www.houdinigraphql.com/guides/release-notes).

### 🐛 Fixes

- [#612](https://github.com/HoudiniGraphql/houdini/pull/612) [`6a0999f`](https://github.com/HoudiniGraphql/houdini/commit/6a0999ff0fd175a190e156c54b37c4a70e402dbc) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix windows compatibility

## 0.16.8

### 🐛 Fixes
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.16.6",
"version": "0.17.0-next.0",
"description": "The disappearing GraphQL clients",
"type": "module",
"scripts": {
Expand Down

1 comment on commit 43213fd

@vercel
Copy link

@vercel vercel bot commented on 43213fd Oct 21, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.