Skip to content

Commit

Permalink
📦 v1.2.6-next.0 (#1112)
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] committed Jun 22, 2023
1 parent 5445f9a commit b9435ba
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 20 deletions.
37 changes: 21 additions & 16 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"e2e-api": "0.0.1",
"e2e-kit": "0.0.1",
"e2e-react-vite": "0.0.0",
"e2e-router": "0.0.0",
"e2e-svelte": "0.0.1",
"scripts": "1.0.0",
"houdini": "1.2.5",
"houdini-plugin-svelte-global-stores": "1.2.5",
"houdini-react": "1.2.5",
"houdini-svelte": "1.2.5",
"site": "0.0.1"
},
"changesets": []
"mode": "pre",
"tag": "next",
"initialVersions": {
"e2e-api": "0.0.1",
"e2e-kit": "0.0.1",
"e2e-react-vite": "0.0.0",
"e2e-router": "0.0.0",
"e2e-svelte": "0.0.1",
"scripts": "1.0.0",
"houdini": "1.2.5",
"houdini-plugin-svelte-global-stores": "1.2.5",
"houdini-react": "1.2.5",
"houdini-svelte": "1.2.5",
"site": "0.0.1"
},
"changesets": [
"itchy-houses-approve",
"mean-pears-flash",
"nine-pillows-greet",
"serious-lobsters-smell"
]
}
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.2.6-next.0

### Patch Changes

- Updated dependencies [[`1fc47b8`](https://github.com/HoudiniGraphql/houdini/commit/1fc47b8f1528aa9f24f3604a8fb3794f95d9754e), [`891a8c7`](https://github.com/HoudiniGraphql/houdini/commit/891a8c72b89af39f17b402485cea642946375278), [`743d85d`](https://github.com/HoudiniGraphql/houdini/commit/743d85d1490128dd3d9c7a419efdc4b65f996418), [`35cc897`](https://github.com/HoudiniGraphql/houdini/commit/35cc897cb98d3952139d9f06fb6bcba40c249ccd)]:
- [email protected]
- [email protected]

## 1.2.5

### Dependency Changes
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": "1.2.5",
"version": "1.2.6-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.2.6-next.0

### Patch Changes

- Updated dependencies [[`1fc47b8`](https://github.com/HoudiniGraphql/houdini/commit/1fc47b8f1528aa9f24f3604a8fb3794f95d9754e), [`891a8c7`](https://github.com/HoudiniGraphql/houdini/commit/891a8c72b89af39f17b402485cea642946375278), [`743d85d`](https://github.com/HoudiniGraphql/houdini/commit/743d85d1490128dd3d9c7a419efdc4b65f996418), [`35cc897`](https://github.com/HoudiniGraphql/houdini/commit/35cc897cb98d3952139d9f06fb6bcba40c249ccd)]:
- [email protected]

## 1.2.5

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

## 1.2.6-next.0

### Patch Changes

- Updated dependencies [[`1fc47b8`](https://github.com/HoudiniGraphql/houdini/commit/1fc47b8f1528aa9f24f3604a8fb3794f95d9754e), [`891a8c7`](https://github.com/HoudiniGraphql/houdini/commit/891a8c72b89af39f17b402485cea642946375278), [`743d85d`](https://github.com/HoudiniGraphql/houdini/commit/743d85d1490128dd3d9c7a419efdc4b65f996418), [`35cc897`](https://github.com/HoudiniGraphql/houdini/commit/35cc897cb98d3952139d9f06fb6bcba40c249ccd)]:
- [email protected]

## 1.2.5

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

## 1.2.6-next.0

### Patch Changes

- [#1109](https://github.com/HoudiniGraphql/houdini/pull/1109) [`1fc47b8`](https://github.com/HoudiniGraphql/houdini/commit/1fc47b8f1528aa9f24f3604a8fb3794f95d9754e) Thanks [@canastro](https://github.com/canastro)! - Fix issue with duplicate abstract selections

- [#1103](https://github.com/HoudiniGraphql/houdini/pull/1103) [`891a8c7`](https://github.com/HoudiniGraphql/houdini/commit/891a8c72b89af39f17b402485cea642946375278) Thanks [@canastro](https://github.com/canastro)! - fix: insert in list works for list of union

- [#1107](https://github.com/HoudiniGraphql/houdini/pull/1107) [`743d85d`](https://github.com/HoudiniGraphql/houdini/commit/743d85d1490128dd3d9c7a419efdc4b65f996418) Thanks [@m4tr1k](https://github.com/m4tr1k)! - Add method to reset cache state

- [#1111](https://github.com/HoudiniGraphql/houdini/pull/1111) [`35cc897`](https://github.com/HoudiniGraphql/houdini/commit/35cc897cb98d3952139d9f06fb6bcba40c249ccd) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix issue when writing oevr previously null value

## 1.2.5

### 🐛 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": "1.2.5",
"version": "1.2.6-next.0",
"description": "The disappearing GraphQL clients",
"keywords": [
"typescript",
Expand Down

0 comments on commit b9435ba

Please sign in to comment.