Skip to content

Commit

Permalink
📦 v{VERSION} (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 31, 2022
1 parent a107f6c commit bd9fa5d
Show file tree
Hide file tree
Showing 9 changed files with 61 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
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

## 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)]:
- [email protected]

## 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
15 changes: 15 additions & 0 deletions packages/houdini-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# houdini-svelte

## 1.0.0-next.0

### Major 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`

### Patch Changes

- [#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

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

## 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
8 changes: 8 additions & 0 deletions packages/houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# houdini

## 1.0.0-next.0

### Major 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`

## 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

0 comments on commit bd9fa5d

Please sign in to comment.