Skip to content

Commit

Permalink
📦 0.13.10 (#271)
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 Apr 11, 2022
1 parent fbdcc8b commit 3f34bff
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-frogs-deny.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/houdini-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# houdini-common

## 0.13.10

## 0.13.9

## 0.13.8
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-common",
"version": "0.13.9",
"version": "0.13.10",
"description": "",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/houdini-preprocess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# houdini-preprocess

## 0.13.10

### Patch Changes

- [#269](https://github.com/HoudiniGraphql/houdini/pull/269) [`bfcd003`](https://github.com/HoudiniGraphql/houdini/commit/bfcd00357e92b47caec988baa919c5c84ddcc333) Thanks [@fehnomenal](https://github.com/fehnomenal)! - Execute multiple queries in parallel

- Updated dependencies []:
- [email protected]
- [email protected]

## 0.13.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/houdini-preprocess/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-preprocess",
"version": "0.13.9",
"version": "0.13.10",
"description": "",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"babylon": "^7.0.0-beta.47",
"estree-walker": "^2.0.2",
"graphql": "15.5.0",
"houdini": "^0.13.9",
"houdini-common": "^0.13.9",
"houdini": "^0.13.10",
"houdini-common": "^0.13.10",
"mkdirp": "^1.0.4",
"prettier": "*",
"prettier-plugin-svelte": "^2.1.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# houdini

## 0.13.10

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.13.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/houdini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini",
"version": "0.13.9",
"version": "0.13.10",
"description": "The disappearing graphql client for SvelteKit",
"scripts": {
"build:runtime": "npm run build:runtime:cjs && npm run build:runtime:esm",
Expand Down Expand Up @@ -49,7 +49,7 @@
"estree-walker": "^2.0.2",
"glob": "^7.1.6",
"graphql": "^15.5.0",
"houdini-common": "^0.13.9",
"houdini-common": "^0.13.10",
"inquirer": "^7.3.3",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7299,7 +7299,7 @@ __metadata:
languageName: node
linkType: hard

"houdini-common@^0.13.9, houdini-common@workspace:packages/houdini-common":
"houdini-common@^0.13.10, houdini-common@workspace:packages/houdini-common":
version: 0.0.0-use.local
resolution: "houdini-common@workspace:packages/houdini-common"
dependencies:
Expand Down Expand Up @@ -7393,8 +7393,8 @@ __metadata:
babylon: ^7.0.0-beta.47
estree-walker: ^2.0.2
graphql: 15.5.0
houdini: ^0.13.9
houdini-common: ^0.13.9
houdini: ^0.13.10
houdini-common: ^0.13.10
jest: ^26.6.3
mkdirp: ^1.0.4
prettier: "*"
Expand All @@ -7405,7 +7405,7 @@ __metadata:
languageName: unknown
linkType: soft

"houdini@^0.13.7-alpha.2, houdini@^0.13.9, houdini@workspace:packages/houdini":
"houdini@^0.13.10, houdini@^0.13.7-alpha.2, houdini@workspace:packages/houdini":
version: 0.0.0-use.local
resolution: "houdini@workspace:packages/houdini"
dependencies:
Expand All @@ -7426,7 +7426,7 @@ __metadata:
estree-walker: ^2.0.2
glob: ^7.1.6
graphql: ^15.5.0
houdini-common: ^0.13.9
houdini-common: ^0.13.10
inquirer: ^7.3.3
jest: ^26.6.3
mkdirp: ^1.0.4
Expand Down

0 comments on commit 3f34bff

Please sign in to comment.