Skip to content

Commit

Permalink
πŸ“¦ v1.0.0-next.0 (#799)
Browse files Browse the repository at this point in the history
* πŸ“¦ v{VERSION} (next)

* 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 31, 2022
1 parent a107f6c commit 88f9cf9
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 19 deletions.
34 changes: 19 additions & 15 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"e2e-api": "1.0.0",
"e2e-next": "0.1.0",
"sveltekit": "0.0.1",
"example-kit": "0.13.0",
"scripts": "1.0.0",
"houdini": "0.19.4",
"houdini-plugin-svelte-global-stores": "0.19.4",
"houdini-react": "0.19.4",
"houdini-svelte": "0.19.4",
"site": "0.0.1"
},
"changesets": []
"mode": "pre",
"tag": "next",
"initialVersions": {
"e2e-api": "1.0.0",
"e2e-next": "0.1.0",
"sveltekit": "0.0.1",
"example-kit": "0.13.0",
"scripts": "1.0.0",
"houdini": "0.19.4",
"houdini-plugin-svelte-global-stores": "0.19.4",
"houdini-react": "0.19.4",
"houdini-svelte": "0.19.4",
"site": "0.0.1"
},
"changesets": [
"calm-brooms-sit",
"popular-lobsters-collect",
"tender-goats-flow"
]
}
8 changes: 8 additions & 0 deletions packages/houdini-plugin-svelte-global-stores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# houdini-plugin-svelte-global-stores

## 1.0.0-next.0

### Patch Changes

- Updated dependencies [[`a8237aa`](https://github.com/HoudiniGraphql/houdini/commit/a8237aa5c309de68b126ed55c6fe3fd6f1b24503), [`a107f6c`](https://github.com/HoudiniGraphql/houdini/commit/a107f6ce22f33719ed8c5fbeb49eb854d3238e9f), [`a8237aa`](https://github.com/HoudiniGraphql/houdini/commit/a8237aa5c309de68b126ed55c6fe3fd6f1b24503)]:
- [email protected]
- [email protected]

## 0.19.4

## 0.19.3
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-plugin-svelte-global-stores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-plugin-svelte-global-stores",
"version": "0.19.4",
"version": "1.0.0-next.0",
"description": "The svelte global store plugin for houdini",
"keywords": [
"typescript",
Expand Down
2 changes: 2 additions & 0 deletions packages/houdini-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# houdini-react

## 1.0.0-next.0

## 0.19.4

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

## 1.0.0-next.0

### ⚠️ Breaking Changes

- [#789](https://github.com/HoudiniGraphql/houdini/pull/789) [`a8237aa`](https://github.com/HoudiniGraphql/houdini/commit/a8237aa5c309de68b126ed55c6fe3fd6f1b24503) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Removed this.error and this.redirect from function variables

- [#800](https://github.com/HoudiniGraphql/houdini/pull/800) [`a107f6c`](https://github.com/HoudiniGraphql/houdini/commit/a107f6ce22f33719ed8c5fbeb49eb854d3238e9f) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Rename `isFetching` to `fetching`

### ✨ Features

- [#789](https://github.com/HoudiniGraphql/houdini/pull/789) [`a8237aa`](https://github.com/HoudiniGraphql/houdini/commit/a8237aa5c309de68b126ed55c6fe3fd6f1b24503) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Query variables can now be inferred from route params

## 0.19.4

## 0.19.3
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.19.4",
"version": "1.0.0-next.0",
"description": "The svelte plugin for houdini",
"keywords": [
"typescript",
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

## 1.0.0-next.0

### ⚠️ Breaking Changes

- [#800](https://github.com/HoudiniGraphql/houdini/pull/800) [`a107f6c`](https://github.com/HoudiniGraphql/houdini/commit/a107f6ce22f33719ed8c5fbeb49eb854d3238e9f) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Rename `isFetching` to `fetching`

## 0.19.4

### πŸ› 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.19.4",
"version": "1.0.0-next.0",
"description": "The disappearing GraphQL clients",
"keywords": [
"typescript",
Expand Down

1 comment on commit 88f9cf9

@vercel
Copy link

@vercel vercel bot commented on 88f9cf9 Jan 1, 2023

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.